Skip to content

Commit 5f794fa

Browse files
committed
chore: update TypeScript version to 5.8
1 parent 7e2fdd4 commit 5f794fa

File tree

3 files changed

+1441
-1121
lines changed

3 files changed

+1441
-1121
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
node: ['20.x']
49-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
49+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
5050
react:
5151
[
5252
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"redux": "^5.0.1",
9393
"rimraf": "^5.0.7",
9494
"tsup": "^8.3.5",
95-
"typescript": "^5.5.4",
95+
"typescript": "^5.8.2",
9696
"typescript-eslint": "^7.12.0",
9797
"vitest": "^1.6.0"
9898
},

0 commit comments

Comments
 (0)