Skip to content

Commit 563c730

Browse files
authored
Merge pull request #377 from aryaemami59/chore/ts-5.8
chore: update TypeScript version to 5.8
2 parents 9161c48 + 53b21ca commit 563c730

File tree

3 files changed

+552
-530
lines changed

3 files changed

+552
-530
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', '5.5']
93+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
9494

9595
steps:
9696
- name: Checkout repo

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"rimraf": "^3.0.2",
6060
"tsup": "7.0.0",
6161
"tsx": "^4.19.1",
62-
"typescript": "^5.5.4",
62+
"typescript": "^5.8.2",
6363
"vitest": "^1.6.0"
6464
},
6565
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)