Skip to content

Commit

Permalink
Bump TypeScript to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Nov 6, 2024
1 parent 1c3fc05 commit a762e81
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 432 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: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']

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.5.4",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit a762e81

Please sign in to comment.