Skip to content

Commit 4749ea9

Browse files
committed
Bump TypeScript to 5.4
1 parent c21e260 commit 4749ea9

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"release-it": "^14.12.5",
4040
"serve": "^14.2.0",
4141
"ts-node": "^10.9.2",
42-
"typescript": "^5.2.2"
42+
"typescript": "^5.4.2"
4343
},
4444
"resolutions": {
4545
"@babel/core": "7.19.3",

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"tslib": "^1.10.0",
9191
"tsup": "^7.2.0",
9292
"tsx": "^3.12.2",
93-
"typescript": "^5.3.3",
93+
"typescript": "^5.4.2",
9494
"vite-tsconfig-paths": "^4.3.1",
9595
"vitest": "^1.1.3",
9696
"yargs": "^15.3.1"

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7372,7 +7372,7 @@ __metadata:
73727372
tslib: "npm:^1.10.0"
73737373
tsup: "npm:^7.2.0"
73747374
tsx: "npm:^3.12.2"
7375-
typescript: "npm:^5.3.3"
7375+
typescript: "npm:^5.4.2"
73767376
vite-tsconfig-paths: "npm:^4.3.1"
73777377
vitest: "npm:^1.1.3"
73787378
yargs: "npm:^15.3.1"
@@ -25525,7 +25525,7 @@ __metadata:
2552525525
release-it: "npm:^14.12.5"
2552625526
serve: "npm:^14.2.0"
2552725527
ts-node: "npm:^10.9.2"
25528-
typescript: "npm:^5.2.2"
25528+
typescript: "npm:^5.4.2"
2552925529
languageName: unknown
2553025530
linkType: soft
2553125531

@@ -28061,6 +28061,16 @@ __metadata:
2806128061
languageName: node
2806228062
linkType: hard
2806328063

28064+
"typescript@npm:^5.4.2":
28065+
version: 5.4.2
28066+
resolution: "typescript@npm:5.4.2"
28067+
bin:
28068+
tsc: bin/tsc
28069+
tsserver: bin/tsserver
28070+
checksum: 10/f8cfdc630ab1672f004e9561eb2916935b2d267792d07ce93e97fc601c7a65191af32033d5e9c0169b7dc37da7db9bf320f7432bc84527cb7697effaa4e4559d
28071+
languageName: node
28072+
linkType: hard
28073+
2806428074
"typescript@npm:~4.2.4":
2806528075
version: 4.2.4
2806628076
resolution: "typescript@npm:4.2.4"
@@ -28111,6 +28121,16 @@ __metadata:
2811128121
languageName: node
2811228122
linkType: hard
2811328123

28124+
"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
28125+
version: 5.4.2
28126+
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
28127+
bin:
28128+
tsc: bin/tsc
28129+
tsserver: bin/tsserver
28130+
checksum: 10/ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72
28131+
languageName: node
28132+
linkType: hard
28133+
2811428134
"typescript@patch:typescript@npm%3A~4.2.4#optional!builtin<compat/typescript>":
2811528135
version: 4.2.4
2811628136
resolution: "typescript@patch:typescript@npm%3A4.2.4#optional!builtin<compat/typescript>::version=4.2.4&hash=334f98"

0 commit comments

Comments
 (0)