Skip to content

Commit 56598a6

Browse files
chore(deps): pin dependency typescript to v5.8.3
1 parent 89ed3f3 commit 56598a6

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
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.1.6",
37+
"typescript": "5.8.3",
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
@@ -100,7 +100,7 @@
100100
"postcss-nesting": "13.0.2",
101101
"prettier": "3.6.2",
102102
"rimraf": "6.0.1",
103-
"typescript": "5.7.3",
103+
"typescript": "5.8.3",
104104
"typescript-eslint": "8.38.0",
105105
"vite": "6.3.5",
106106
"vite-plugin-istanbul": "7.1.0",

patterns/navigation-layout/package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.2",
29+
"typescript": "5.8.3",
3030
"typescript-eslint": "8.38.0",
3131
"vite": "6.3.5"
3232
}

templates/vite-ts/package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.2",
33+
"typescript": "5.8.3",
3434
"typescript-eslint": "8.38.0",
3535
"vite": "6.3.5"
3636
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24327,13 +24327,13 @@ __metadata:
2432724327
languageName: node
2432824328
linkType: hard
2432924329

24330-
"typescript@npm:5.7.3":
24331-
version: 5.7.3
24332-
resolution: "typescript@npm:5.7.3"
24330+
"typescript@npm:5.8.3":
24331+
version: 5.8.3
24332+
resolution: "typescript@npm:5.8.3"
2433324333
bin:
2433424334
tsc: bin/tsc
2433524335
tsserver: bin/tsserver
24336-
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
24336+
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
2433724337
languageName: node
2433824338
linkType: hard
2433924339

@@ -24357,13 +24357,13 @@ __metadata:
2435724357
languageName: node
2435824358
linkType: hard
2435924359

24360-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
24361-
version: 5.7.3
24362-
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
24360+
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
24361+
version: 5.8.3
24362+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
2436324363
bin:
2436424364
tsc: bin/tsc
2436524365
tsserver: bin/tsserver
24366-
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
24366+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
2436724367
languageName: node
2436824368
linkType: hard
2436924369

@@ -24477,7 +24477,7 @@ __metadata:
2447724477
rimraf: "npm:6.0.1"
2447824478
storybook: "npm:8.6.14"
2447924479
tocbot: "npm:4.36.4"
24480-
typescript: "npm:5.7.3"
24480+
typescript: "npm:5.8.3"
2448124481
typescript-eslint: "npm:8.38.0"
2448224482
vite: "npm:6.3.5"
2448324483
vite-plugin-istanbul: "npm:7.1.0"

0 commit comments

Comments
 (0)