Skip to content

Commit 5dc6ad8

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent 37b21be commit 5dc6ad8

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": "7.1.3",
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": "7.1.3",
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": "7.1.3"
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": "7.1.3"
3636
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20050,7 +20050,17 @@ __metadata:
2005020050
languageName: node
2005120051
linkType: hard
2005220052

20053-
"typescript@npm:5.7.3, typescript@npm:>=3 < 6":
20053+
"typescript@npm:5.9.2":
20054+
version: 5.9.2
20055+
resolution: "typescript@npm:5.9.2"
20056+
bin:
20057+
tsc: bin/tsc
20058+
tsserver: bin/tsserver
20059+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
20060+
languageName: node
20061+
linkType: hard
20062+
20063+
"typescript@npm:>=3 < 6":
2005420064
version: 5.7.3
2005520065
resolution: "typescript@npm:5.7.3"
2005620066
bin:
@@ -20070,7 +20080,17 @@ __metadata:
2007020080
languageName: node
2007120081
linkType: hard
2007220082

20073-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
20083+
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
20084+
version: 5.9.2
20085+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
20086+
bin:
20087+
tsc: bin/tsc
20088+
tsserver: bin/tsserver
20089+
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
20090+
languageName: node
20091+
linkType: hard
20092+
20093+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
2007420094
version: 5.7.3
2007520095
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
2007620096
bin:
@@ -20175,7 +20195,7 @@ __metadata:
2017520195
rimraf: "npm:6.0.1"
2017620196
storybook: "npm:9.1.3"
2017720197
tocbot: "npm:4.36.4"
20178-
typescript: "npm:5.7.3"
20198+
typescript: "npm:5.9.2"
2017920199
typescript-eslint: "npm:8.40.0"
2018020200
vite: "npm:7.1.3"
2018120201
vite-plugin-istanbul: "npm:7.1.0"

0 commit comments

Comments
 (0)