Skip to content

Commit c1511d0

Browse files
authored
chore(deps): downgrade TypeScript to v5.7.3 (#7074)
Storybook currently only supports `typescript` < `5.8.0`
1 parent 353aee6 commit c1511d0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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.0",
100100
"prettier": "^3.0.0",
101101
"rimraf": "^6.0.0",
102-
"typescript": "5.8.2",
102+
"typescript": "5.7.3",
103103
"typescript-eslint": "^8.8.0",
104104
"vite": "^6.0.0",
105105
"vite-plugin-istanbul": "^7.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23518,13 +23518,13 @@ __metadata:
2351823518
languageName: node
2351923519
linkType: hard
2352023520

23521-
"typescript@npm:5.8.2":
23522-
version: 5.8.2
23523-
resolution: "typescript@npm:5.8.2"
23521+
"typescript@npm:5.7.3":
23522+
version: 5.7.3
23523+
resolution: "typescript@npm:5.7.3"
2352423524
bin:
2352523525
tsc: bin/tsc
2352623526
tsserver: bin/tsserver
23527-
checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
23527+
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
2352823528
languageName: node
2352923529
linkType: hard
2353023530

@@ -23548,13 +23548,13 @@ __metadata:
2354823548
languageName: node
2354923549
linkType: hard
2355023550

23551-
"typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>":
23552-
version: 5.8.2
23553-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
23551+
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
23552+
version: 5.7.3
23553+
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
2355423554
bin:
2355523555
tsc: bin/tsc
2355623556
tsserver: bin/tsserver
23557-
checksum: 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2
23557+
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
2355823558
languageName: node
2355923559
linkType: hard
2356023560

@@ -23667,7 +23667,7 @@ __metadata:
2366723667
rimraf: "npm:^6.0.0"
2366823668
storybook: "npm:8.6.4"
2366923669
tocbot: "npm:4.35.0"
23670-
typescript: "npm:5.8.2"
23670+
typescript: "npm:5.7.3"
2367123671
typescript-eslint: "npm:^8.8.0"
2367223672
vite: "npm:^6.0.0"
2367323673
vite-plugin-istanbul: "npm:^7.0.0"

0 commit comments

Comments
 (0)