Skip to content

Commit 9937f6d

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent dd5e5d9 commit 9937f6d

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

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.38.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.38.0",
100100
"vite": "6.3.5",
101101
"vite-plugin-istanbul": "7.1.0",

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.38.0",
3131
"vite": "6.3.5"
3232
}

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.38.0",
3535
"vite": "6.3.5"
3636
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19683,7 +19683,17 @@ __metadata:
1968319683
languageName: node
1968419684
linkType: hard
1968519685

19686-
"typescript@npm:5.7.3, typescript@npm:>=3 < 6":
19686+
"typescript@npm:5.9.2":
19687+
version: 5.9.2
19688+
resolution: "typescript@npm:5.9.2"
19689+
bin:
19690+
tsc: bin/tsc
19691+
tsserver: bin/tsserver
19692+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
19693+
languageName: node
19694+
linkType: hard
19695+
19696+
"typescript@npm:>=3 < 6":
1968719697
version: 5.7.3
1968819698
resolution: "typescript@npm:5.7.3"
1968919699
bin:
@@ -19703,7 +19713,17 @@ __metadata:
1970319713
languageName: node
1970419714
linkType: hard
1970519715

19706-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
19716+
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
19717+
version: 5.9.2
19718+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
19719+
bin:
19720+
tsc: bin/tsc
19721+
tsserver: bin/tsserver
19722+
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
19723+
languageName: node
19724+
linkType: hard
19725+
19726+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
1970719727
version: 5.7.3
1970819728
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
1970919729
bin:
@@ -19808,7 +19828,7 @@ __metadata:
1980819828
rimraf: "npm:6.0.1"
1980919829
storybook: "npm:9.1.1"
1981019830
tocbot: "npm:4.36.4"
19811-
typescript: "npm:5.7.3"
19831+
typescript: "npm:5.9.2"
1981219832
typescript-eslint: "npm:8.38.0"
1981319833
vite: "npm:6.3.5"
1981419834
vite-plugin-istanbul: "npm:7.1.0"

0 commit comments

Comments
 (0)