Skip to content

Commit 0e23247

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent 1959ea2 commit 0e23247

File tree

8 files changed

+39
-19
lines changed

8 files changed

+39
-19
lines changed

examples/react-router-ts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-hooks": "5.2.0",
3636
"globals": "16.3.0",
37-
"typescript": "5.8.3",
37+
"typescript": "5.9.2",
3838
"typescript-eslint": "8.40.0",
3939
"vite": "6.3.5",
4040
"vite-tsconfig-paths": "5.1.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"postcss-nesting": "13.0.2",
9696
"prettier": "3.6.2",
9797
"rimraf": "6.0.1",
98-
"typescript": "5.7.3",
98+
"typescript": "5.9.2",
9999
"typescript-eslint": "8.40.0",
100100
"vite": "6.3.5",
101101
"vite-plugin-istanbul": "7.1.0",

patterns/navigation-layout/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-hooks": "5.2.0",
2727
"eslint-plugin-react-refresh": "0.4.20",
2828
"globals": "16.3.0",
29-
"typescript": "5.8.3",
29+
"typescript": "5.9.2",
3030
"typescript-eslint": "8.40.0",
3131
"vite": "6.3.5"
3232
}

templates/vite-ts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-hooks": "5.2.0",
3131
"eslint-plugin-react-refresh": "0.4.20",
3232
"globals": "16.3.0",
33-
"typescript": "5.8.3",
33+
"typescript": "5.9.2",
3434
"typescript-eslint": "8.40.0",
3535
"vite": "6.3.5"
3636
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19809,7 +19809,17 @@ __metadata:
1980919809
languageName: node
1981019810
linkType: hard
1981119811

19812-
"typescript@npm:5.7.3, typescript@npm:>=3 < 6":
19812+
"typescript@npm:5.9.2":
19813+
version: 5.9.2
19814+
resolution: "typescript@npm:5.9.2"
19815+
bin:
19816+
tsc: bin/tsc
19817+
tsserver: bin/tsserver
19818+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
19819+
languageName: node
19820+
linkType: hard
19821+
19822+
"typescript@npm:>=3 < 6":
1981319823
version: 5.7.3
1981419824
resolution: "typescript@npm:5.7.3"
1981519825
bin:
@@ -19829,7 +19839,17 @@ __metadata:
1982919839
languageName: node
1983019840
linkType: hard
1983119841

19832-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
19842+
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
19843+
version: 5.9.2
19844+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
19845+
bin:
19846+
tsc: bin/tsc
19847+
tsserver: bin/tsserver
19848+
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
19849+
languageName: node
19850+
linkType: hard
19851+
19852+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
1983319853
version: 5.7.3
1983419854
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
1983519855
bin:
@@ -19934,7 +19954,7 @@ __metadata:
1993419954
rimraf: "npm:6.0.1"
1993519955
storybook: "npm:9.1.3"
1993619956
tocbot: "npm:4.36.4"
19937-
typescript: "npm:5.7.3"
19957+
typescript: "npm:5.9.2"
1993819958
typescript-eslint: "npm:8.40.0"
1993919959
vite: "npm:6.3.5"
1994019960
vite-plugin-istanbul: "npm:7.1.0"

0 commit comments

Comments
 (0)