Skip to content

Commit

Permalink
fix: support typescript@5.3 (#1874)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Costabile <mattcosta7@github.com>
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
  • Loading branch information
3 people committed Jan 5, 2024
1 parent ea28bd9 commit 1da80bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"webpack-http-server": "^0.5.0"
},
"peerDependencies": {
"typescript": ">= 4.7.x <= 5.2.x"
"typescript": ">= 4.7.x <= 5.3.x"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
7 changes: 7 additions & 0 deletions test/typings/tsconfig.5.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.4.7.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext"
}
}

0 comments on commit 1da80bb

Please sign in to comment.