Skip to content

Commit e8d0024

Browse files
chore(deps): pin dependency typescript to v5.8.3
1 parent bfe3f3a commit e8d0024

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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.2.0",
37-
"typescript": "^5.1.6",
37+
"typescript": "5.8.3",
3838
"typescript-eslint": "8.32.1",
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
@@ -99,7 +99,7 @@
9999
"postcss-nesting": "13.0.1",
100100
"prettier": "3.5.3",
101101
"rimraf": "6.0.1",
102-
"typescript": "5.7.3",
102+
"typescript": "5.8.3",
103103
"typescript-eslint": "8.32.1",
104104
"vite": "6.3.5",
105105
"vite-plugin-istanbul": "7.0.0",

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.2.0",
33-
"typescript": "^5.0.2",
33+
"typescript": "5.8.3",
3434
"typescript-eslint": "8.32.1",
3535
"vite": "6.3.5"
3636
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23683,13 +23683,13 @@ __metadata:
2368323683
languageName: node
2368423684
linkType: hard
2368523685

23686-
"typescript@npm:5.7.3":
23687-
version: 5.7.3
23688-
resolution: "typescript@npm:5.7.3"
23686+
"typescript@npm:5.8.3":
23687+
version: 5.8.3
23688+
resolution: "typescript@npm:5.8.3"
2368923689
bin:
2369023690
tsc: bin/tsc
2369123691
tsserver: bin/tsserver
23692-
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
23692+
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
2369323693
languageName: node
2369423694
linkType: hard
2369523695

@@ -23713,13 +23713,13 @@ __metadata:
2371323713
languageName: node
2371423714
linkType: hard
2371523715

23716-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
23717-
version: 5.7.3
23718-
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
23716+
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
23717+
version: 5.8.3
23718+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
2371923719
bin:
2372023720
tsc: bin/tsc
2372123721
tsserver: bin/tsserver
23722-
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
23722+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
2372323723
languageName: node
2372423724
linkType: hard
2372523725

@@ -23832,7 +23832,7 @@ __metadata:
2383223832
rimraf: "npm:6.0.1"
2383323833
storybook: "npm:8.6.14"
2383423834
tocbot: "npm:4.36.3"
23835-
typescript: "npm:5.7.3"
23835+
typescript: "npm:5.8.3"
2383623836
typescript-eslint: "npm:8.32.1"
2383723837
vite: "npm:6.3.5"
2383823838
vite-plugin-istanbul: "npm:7.0.0"

0 commit comments

Comments
 (0)