Skip to content

Commit fb456aa

Browse files
chore(deps): update dependency typescript to v5.9.3
1 parent bd1dadd commit fb456aa

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": "6.1.1",
3636
"globals": "16.5.0",
37-
"typescript": "5.8.3",
37+
"typescript": "5.9.3",
3838
"typescript-eslint": "8.48.1",
3939
"vite": "7.2.7",
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.7.4",
9898
"rimraf": "6.1.2",
99-
"typescript": "5.7.3",
99+
"typescript": "5.9.3",
100100
"typescript-eslint": "8.48.1",
101101
"vite": "7.2.7",
102102
"vite-plugin-istanbul": "7.2.1",

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": "6.1.1",
2727
"eslint-plugin-react-refresh": "0.4.24",
2828
"globals": "16.5.0",
29-
"typescript": "5.8.3",
29+
"typescript": "5.9.3",
3030
"typescript-eslint": "8.48.1",
3131
"vite": "7.2.7"
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": "6.1.1",
3131
"eslint-plugin-react-refresh": "0.4.24",
3232
"globals": "16.5.0",
33-
"typescript": "5.8.3",
33+
"typescript": "5.9.3",
3434
"typescript-eslint": "8.48.1",
3535
"vite": "7.2.7"
3636
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20159,7 +20159,17 @@ __metadata:
2015920159
languageName: node
2016020160
linkType: hard
2016120161

20162-
"typescript@npm:5.7.3, typescript@npm:>=3 < 6":
20162+
"typescript@npm:5.9.3":
20163+
version: 5.9.3
20164+
resolution: "typescript@npm:5.9.3"
20165+
bin:
20166+
tsc: bin/tsc
20167+
tsserver: bin/tsserver
20168+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
20169+
languageName: node
20170+
linkType: hard
20171+
20172+
"typescript@npm:>=3 < 6":
2016320173
version: 5.7.3
2016420174
resolution: "typescript@npm:5.7.3"
2016520175
bin:
@@ -20179,7 +20189,17 @@ __metadata:
2017920189
languageName: node
2018020190
linkType: hard
2018120191

20182-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
20192+
"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>":
20193+
version: 5.9.3
20194+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
20195+
bin:
20196+
tsc: bin/tsc
20197+
tsserver: bin/tsserver
20198+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
20199+
languageName: node
20200+
linkType: hard
20201+
20202+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
2018320203
version: 5.7.3
2018420204
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
2018520205
bin:
@@ -20284,7 +20304,7 @@ __metadata:
2028420304
rimraf: "npm:6.1.2"
2028520305
storybook: "npm:10.1.6"
2028620306
tocbot: "npm:4.36.4"
20287-
typescript: "npm:5.7.3"
20307+
typescript: "npm:5.9.3"
2028820308
typescript-eslint: "npm:8.48.1"
2028920309
vite: "npm:7.2.7"
2029020310
vite-plugin-istanbul: "npm:7.2.1"

0 commit comments

Comments
 (0)