Skip to content

Commit 2a9461e

Browse files
committed
Bump TypeScript version to 5.4.4
1 parent e2b7c9c commit 2a9461e

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

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.4.3",
93+
"typescript": "^5.4.4",
9494
"vite-tsconfig-paths": "^4.3.1",
9595
"vitest": "^1.1.3",
9696
"yargs": "^15.3.1"

yarn.lock

Lines changed: 21 additions & 1 deletion
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.4.3"
7375+
typescript: "npm:^5.4.4"
73767376
vite-tsconfig-paths: "npm:^4.3.1"
73777377
vitest: "npm:^1.1.3"
73787378
yargs: "npm:^15.3.1"
@@ -28051,6 +28051,16 @@ __metadata:
2805128051
languageName: node
2805228052
linkType: hard
2805328053

28054+
"typescript@npm:^5.4.4":
28055+
version: 5.4.4
28056+
resolution: "typescript@npm:5.4.4"
28057+
bin:
28058+
tsc: bin/tsc
28059+
tsserver: bin/tsserver
28060+
checksum: 10/bade322d88fd93c8179e262aca9ba7f7b4417c09117879819c87946578c782ab123e3acb4733046a6e38714c47ef927360045a1f9292a1bff3a05a6577d27ca2
28061+
languageName: node
28062+
linkType: hard
28063+
2805428064
"typescript@npm:~4.2.4":
2805528065
version: 4.2.4
2805628066
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.4#optional!builtin<compat/typescript>":
28125+
version: 5.4.4
28126+
resolution: "typescript@patch:typescript@npm%3A5.4.4#optional!builtin<compat/typescript>::version=5.4.4&hash=d69c25"
28127+
bin:
28128+
tsc: bin/tsc
28129+
tsserver: bin/tsserver
28130+
checksum: 10/65e8bff94e2588cd45f6349fed214863840ead79f2206be185ff9ed3e880ce9e1ef51390ab65c16506a5b1e9e65a1eb566278afb158e7b6c5ceb651a30f17ece
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)