Skip to content

Commit 38cbdf7

Browse files
authored
Bump TypeScript to 5.5 (#373)
1 parent bf04cf7 commit 38cbdf7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
node: ['20.x']
93-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
93+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
9494

9595
steps:
9696
- name: Checkout repo

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"redux": "^5",
5959
"rimraf": "^3.0.2",
6060
"tsup": "7.0.0",
61-
"typescript": "^5.4.5",
61+
"typescript": "^5.5.4",
6262
"vitest": "^1.6.0"
6363
},
6464
"packageManager": "[email protected]"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2941,7 +2941,7 @@ __metadata:
29412941
redux: "npm:^5"
29422942
rimraf: "npm:^3.0.2"
29432943
tsup: "npm:7.0.0"
2944-
typescript: "npm:^5.4.5"
2944+
typescript: "npm:^5.5.4"
29452945
vitest: "npm:^1.6.0"
29462946
peerDependencies:
29472947
redux: ^5.0.0
@@ -3533,23 +3533,23 @@ __metadata:
35333533
languageName: node
35343534
linkType: hard
35353535

3536-
"typescript@npm:^5.4.5":
3537-
version: 5.4.5
3538-
resolution: "typescript@npm:5.4.5"
3536+
"typescript@npm:^5.5.4":
3537+
version: 5.5.4
3538+
resolution: "typescript@npm:5.5.4"
35393539
bin:
35403540
tsc: bin/tsc
35413541
tsserver: bin/tsserver
3542-
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
3542+
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
35433543
languageName: node
35443544
linkType: hard
35453545

3546-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
3547-
version: 5.4.5
3548-
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=d69c25"
3546+
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
3547+
version: 5.5.4
3548+
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=d69c25"
35493549
bin:
35503550
tsc: bin/tsc
35513551
tsserver: bin/tsserver
3552-
checksum: 10/584be8bac7112ad49a9eb9992f71d542b1ff2fafb5bb315e1c196145e8feab589f1d7223cfb2d5df6770789582e6918f8287d1f2f89911b38eb80e29c560ad00
3552+
checksum: 10/2c065f0ef81855eac25c9b658a3c9da65ffc005260c12854c2286f40f3667e1b1ecf8bdbdd37b59aa0397920378ce7900bff8cb32e0f1c7af6fd86efc676718c
35533553
languageName: node
35543554
linkType: hard
35553555

0 commit comments

Comments
 (0)