Skip to content

Commit 1482ce3

Browse files
authored
Merge pull request #2225 from aryaemami59/chore/ts-5.8
chore: update TypeScript version to 5.8
2 parents 7e2fdd4 + 5f794fa commit 1482ce3

File tree

3 files changed

+1441
-1121
lines changed

3 files changed

+1441
-1121
lines changed

.github/workflows/test.yml

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

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