Skip to content

Commit

Permalink
Bump TypeScript to 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 29, 2025
1 parent 1c3fc05 commit 4de508f
Show file tree
Hide file tree
Showing 3 changed files with 1,194 additions and 1,115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
node: ['20.x']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7']

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"tsup": "^8.2.4",
"typescript": "^5.4.2",
"typescript": "^5.7.3",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 4de508f

Please sign in to comment.