Skip to content

Commit edec3e4

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent fbf1dc2 commit edec3e4

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.4.0",
37-
"typescript": "5.8.3",
37+
"typescript": "5.9.2",
3838
"typescript-eslint": "8.44.0",
3939
"vite": "7.1.6",
4040
"vite-tsconfig-paths": "5.1.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"postcss-nesting": "13.0.2",
9797
"prettier": "3.6.2",
9898
"rimraf": "6.0.1",
99-
"typescript": "5.7.3",
99+
"typescript": "5.9.2",
100100
"typescript-eslint": "8.44.0",
101101
"vite": "7.1.6",
102102
"vite-plugin-istanbul": "7.2.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.4.0",
29-
"typescript": "5.8.3",
29+
"typescript": "5.9.2",
3030
"typescript-eslint": "8.44.0",
3131
"vite": "7.1.6"
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.4.0",
33-
"typescript": "5.8.3",
33+
"typescript": "5.9.2",
3434
"typescript-eslint": "8.44.0",
3535
"vite": "7.1.6"
3636
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20098,7 +20098,17 @@ __metadata:
2009820098
languageName: node
2009920099
linkType: hard
2010020100

20101-
"typescript@npm:5.7.3, typescript@npm:>=3 < 6":
20101+
"typescript@npm:5.9.2":
20102+
version: 5.9.2
20103+
resolution: "typescript@npm:5.9.2"
20104+
bin:
20105+
tsc: bin/tsc
20106+
tsserver: bin/tsserver
20107+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
20108+
languageName: node
20109+
linkType: hard
20110+
20111+
"typescript@npm:>=3 < 6":
2010220112
version: 5.7.3
2010320113
resolution: "typescript@npm:5.7.3"
2010420114
bin:
@@ -20118,7 +20128,17 @@ __metadata:
2011820128
languageName: node
2011920129
linkType: hard
2012020130

20121-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
20131+
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
20132+
version: 5.9.2
20133+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
20134+
bin:
20135+
tsc: bin/tsc
20136+
tsserver: bin/tsserver
20137+
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
20138+
languageName: node
20139+
linkType: hard
20140+
20141+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
2012220142
version: 5.7.3
2012320143
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
2012420144
bin:
@@ -20223,7 +20243,7 @@ __metadata:
2022320243
rimraf: "npm:6.0.1"
2022420244
storybook: "npm:9.1.7"
2022520245
tocbot: "npm:4.36.4"
20226-
typescript: "npm:5.7.3"
20246+
typescript: "npm:5.9.2"
2022720247
typescript-eslint: "npm:8.44.0"
2022820248
vite: "npm:7.1.6"
2022920249
vite-plugin-istanbul: "npm:7.2.0"

0 commit comments

Comments
 (0)