Skip to content

Commit 7bd0f70

Browse files
authored
Merge branch 'master' into chore/ci-node-22
2 parents f91f23c + 1482ce3 commit 7bd0f70

File tree

3 files changed

+1441
-1121
lines changed

3 files changed

+1441
-1121
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
node: ['22.x']
53-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
53+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
5454
react:
5555
[
5656
{

Diff for: package.json

+1-1
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)