Skip to content

Commit 9cdd958

Browse files
authored
Update TypeScript to 5.4 (#368)
1 parent 32478ed commit 9cdd958

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
node: ['20.x']
60-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
60+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
6161

6262
steps:
6363
- name: Checkout repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"redux": "^5",
5757
"rimraf": "^3.0.2",
5858
"tsup": "7.0.0",
59-
"typescript": "^5.0",
59+
"typescript": "^5.4.2",
6060
"vitest": "^0.32.0"
6161
},
6262
"packageManager": "yarn@4.1.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ __metadata:
25232523
redux: "npm:^5"
25242524
rimraf: "npm:^3.0.2"
25252525
tsup: "npm:7.0.0"
2526-
typescript: "npm:^5.0"
2526+
typescript: "npm:^5.4.2"
25272527
vitest: "npm:^0.32.0"
25282528
peerDependencies:
25292529
redux: ^5.0.0
@@ -3052,23 +3052,23 @@ __metadata:
30523052
languageName: node
30533053
linkType: hard
30543054

3055-
"typescript@npm:^5.0":
3056-
version: 5.2.2
3057-
resolution: "typescript@npm:5.2.2"
3055+
"typescript@npm:^5.4.2":
3056+
version: 5.4.2
3057+
resolution: "typescript@npm:5.4.2"
30583058
bin:
30593059
tsc: bin/tsc
30603060
tsserver: bin/tsserver
3061-
checksum: 10/d65e50eb849bd21ff8677e5b9447f9c6e74777e346afd67754934264dcbf4bd59e7d2473f6062d9a015d66bd573311166357e3eb07fea0b52859cf9bb2b58555
3061+
checksum: 10/f8cfdc630ab1672f004e9561eb2916935b2d267792d07ce93e97fc601c7a65191af32033d5e9c0169b7dc37da7db9bf320f7432bc84527cb7697effaa4e4559d
30623062
languageName: node
30633063
linkType: hard
30643064

3065-
"typescript@patch:typescript@npm%3A^5.0#optional!builtin<compat/typescript>":
3066-
version: 5.2.2
3067-
resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin<compat/typescript>::version=5.2.2&hash=f3b441"
3065+
"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
3066+
version: 5.4.2
3067+
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
30683068
bin:
30693069
tsc: bin/tsc
30703070
tsserver: bin/tsserver
3071-
checksum: 10/f79cc2ba802c94c2b78dbb00d767a10adb67368ae764709737dc277273ec148aa4558033a03ce901406b35fddf4eac46dabc94a1e1d12d2587e2b9cfe5707b4a
3071+
checksum: 10/ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72
30723072
languageName: node
30733073
linkType: hard
30743074

0 commit comments

Comments
 (0)