Skip to content

Commit 5073073

Browse files
committed
fix(deps): update dependency typescript to ^5.4.2
1 parent 62f7ead commit 5073073

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"sass-loader": "^13.3.3",
8181
"semver": "^7.6.0",
8282
"storybook-i18n": "^1.1.5",
83-
"typescript": "^5.2.2",
83+
"typescript": "^5.4.2",
8484
"webpack-merge": "^5.10.0"
8585
},
8686
"browser": {

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,7 @@ __metadata:
31903190
sass-loader: ^13.3.3
31913191
semver: ^7.6.0
31923192
storybook-i18n: ^1.1.5
3193-
typescript: ^5.2.2
3193+
typescript: ^5.4.2
31943194
webpack-merge: ^5.10.0
31953195
languageName: unknown
31963196
linkType: soft
@@ -21286,7 +21286,7 @@ __metadata:
2128621286
languageName: node
2128721287
linkType: hard
2128821288

21289-
"typescript@npm:5, typescript@npm:^5.2.2":
21289+
"typescript@npm:5":
2129021290
version: 5.2.2
2129121291
resolution: "typescript@npm:5.2.2"
2129221292
bin:
@@ -21296,7 +21296,17 @@ __metadata:
2129621296
languageName: node
2129721297
linkType: hard
2129821298

21299-
"typescript@patch:typescript@5#~builtin<compat/typescript>, typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
21299+
"typescript@npm:^5.4.2":
21300+
version: 5.4.2
21301+
resolution: "typescript@npm:5.4.2"
21302+
bin:
21303+
tsc: bin/tsc
21304+
tsserver: bin/tsserver
21305+
checksum: 96d80fde25a09bcb04d399082fb27a808a9e17c2111e43849d2aafbd642d835e4f4ef0de09b0ba795ec2a700be6c4c2c3f62bf4660c05404c948727b5bbfb32a
21306+
languageName: node
21307+
linkType: hard
21308+
21309+
"typescript@patch:typescript@5#~builtin<compat/typescript>":
2130021310
version: 5.2.2
2130121311
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
2130221312
bin:
@@ -21306,6 +21316,16 @@ __metadata:
2130621316
languageName: node
2130721317
linkType: hard
2130821318

21319+
"typescript@patch:typescript@^5.4.2#~builtin<compat/typescript>":
21320+
version: 5.4.2
21321+
resolution: "typescript@patch:typescript@npm%3A5.4.2#~builtin<compat/typescript>::version=5.4.2&hash=5adc0c"
21322+
bin:
21323+
tsc: bin/tsc
21324+
tsserver: bin/tsserver
21325+
checksum: 797ac213c03a19749181c745647b4cab03d13bf4b6b738b05a3426f46c6b540f908989e839d9b0c89d7a4ee2bdb50493b4d4898d4ef1c897c3e9d0b082e78a67
21326+
languageName: node
21327+
linkType: hard
21328+
2130921329
"uglify-js@npm:^3.1.4":
2131021330
version: 3.17.4
2131121331
resolution: "uglify-js@npm:3.17.4"

0 commit comments

Comments
 (0)