Skip to content

Commit 5373b39

Browse files
committed
chore: update TypeScript version to 5.8
1 parent 9f3de74 commit 5373b39

File tree

3 files changed

+2088
-2080
lines changed

3 files changed

+2088
-2080
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
fail-fast: false
111111
matrix:
112112
node: ['20.x']
113-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
113+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
114114
steps:
115115
- name: Checkout repo
116116
uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"rimraf": "^5.0.5",
7575
"rxjs": "^7.8.1",
7676
"tsup": "8.0.2",
77-
"typescript": "^5.5.4",
77+
"typescript": "^5.8.2",
7878
"vitest": "^2.0.5"
7979
},
8080
"resolutions": {

0 commit comments

Comments
 (0)