Skip to content

Commit a606a40

Browse files
chore(deps): update dependency typescript to v5.7.2 (#848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf924ca commit a606a40

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.12",
2222
"@types/react-dom": "18.3.1",
2323
"@vitejs/plugin-react": "4.3.3",
24-
"typescript": "5.6.3",
24+
"typescript": "5.7.2",
2525
"vite": "5.4.10"
2626
}
2727
}

examples/auto-pagination-multiple-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.7",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.6.3"
17+
"typescript": "5.7.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "22.9.0"

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "18.3.12",
2020
"@types/react-dom": "18.3.1",
2121
"@vitejs/plugin-react": "4.3.3",
22-
"typescript": "5.6.3",
22+
"typescript": "5.7.2",
2323
"vite": "5.4.10"
2424
}
2525
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "18.3.12",
2222
"eslint": "9.14.0",
2323
"eslint-config-next": "15.0.3",
24-
"typescript": "5.6.3"
24+
"typescript": "5.7.2"
2525
}
2626
}

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.7",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.6.3"
17+
"typescript": "5.7.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "22.9.0"

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "18.3.12",
2121
"@types/react-dom": "18.3.1",
2222
"@vitejs/plugin-react": "4.3.3",
23-
"typescript": "5.6.3",
23+
"typescript": "5.7.2",
2424
"vite": "5.4.10"
2525
}
2626
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.12",
2222
"@types/react-dom": "18.3.1",
2323
"@vitejs/plugin-react": "4.3.3",
24-
"typescript": "5.6.3",
24+
"typescript": "5.7.2",
2525
"vite": "5.4.10"
2626
}
2727
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.12",
2222
"@types/react-dom": "18.3.1",
2323
"@vitejs/plugin-react": "4.3.3",
24-
"typescript": "5.6.3",
24+
"typescript": "5.7.2",
2525
"vite": "5.4.10"
2626
}
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "3.3.3",
6060
"pretty-quick": "4.0.0",
6161
"rimraf": "6.0.1",
62-
"typescript": "5.6.3",
62+
"typescript": "5.7.2",
6363
"weak-napi": "2.0.2",
6464
"ts-jest": "29.2.5"
6565
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7936,10 +7936,10 @@ typed-array-length@^1.0.6:
79367936
is-typed-array "^1.1.13"
79377937
possible-typed-array-names "^1.0.0"
79387938

7939-
typescript@5.6.3, typescript@^5.0.4, typescript@^5.4.2:
7940-
version "5.6.3"
7941-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
7942-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
7939+
typescript@5.7.2, typescript@^5.0.4, typescript@^5.4.2:
7940+
version "5.7.2"
7941+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
7942+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
79437943

79447944
ua-parser-js@^1.0.35:
79457945
version "1.0.39"

0 commit comments

Comments
 (0)