Skip to content

Commit 8e4cf56

Browse files
authored
Bump TypeScript to 5.5 (#2192)
1 parent 822f5c9 commit 8e4cf56

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
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
node: ['20.x']
52-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
52+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
5353

5454
steps:
5555
- name: Checkout repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"redux": "^5.0.1",
104104
"rimraf": "^5.0.7",
105105
"tsup": "7.0.0",
106-
"typescript": "^5.4.5",
106+
"typescript": "^5.5.4",
107107
"typescript-eslint": "^7.12.0",
108108
"vitest": "^1.6.0"
109109
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7346,7 +7346,7 @@ __metadata:
73467346
redux: "npm:^5.0.1"
73477347
rimraf: "npm:^5.0.7"
73487348
tsup: "npm:7.0.0"
7349-
typescript: "npm:^5.4.5"
7349+
typescript: "npm:^5.5.4"
73507350
typescript-eslint: "npm:^7.12.0"
73517351
use-sync-external-store: "npm:^1.2.2"
73527352
vitest: "npm:^1.6.0"
@@ -8822,13 +8822,13 @@ __metadata:
88228822
languageName: node
88238823
linkType: hard
88248824

8825-
"typescript@npm:^5.4.5":
8826-
version: 5.4.5
8827-
resolution: "typescript@npm:5.4.5"
8825+
"typescript@npm:^5.5.4":
8826+
version: 5.5.4
8827+
resolution: "typescript@npm:5.5.4"
88288828
bin:
88298829
tsc: bin/tsc
88308830
tsserver: bin/tsserver
8831-
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
8831+
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
88328832
languageName: node
88338833
linkType: hard
88348834

@@ -8842,13 +8842,13 @@ __metadata:
88428842
languageName: node
88438843
linkType: hard
88448844

8845-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
8846-
version: 5.4.5
8847-
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=d69c25"
8845+
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
8846+
version: 5.5.4
8847+
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=d69c25"
88488848
bin:
88498849
tsc: bin/tsc
88508850
tsserver: bin/tsserver
8851-
checksum: 10/584be8bac7112ad49a9eb9992f71d542b1ff2fafb5bb315e1c196145e8feab589f1d7223cfb2d5df6770789582e6918f8287d1f2f89911b38eb80e29c560ad00
8851+
checksum: 10/2c065f0ef81855eac25c9b658a3c9da65ffc005260c12854c2286f40f3667e1b1ecf8bdbdd37b59aa0397920378ce7900bff8cb32e0f1c7af6fd86efc676718c
88528852
languageName: node
88538853
linkType: hard
88548854

0 commit comments

Comments
 (0)