Skip to content

Commit

Permalink
feat: set minimal supported typescript version to 4.7 (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Sep 16, 2023
1 parent 0763557 commit 8f2b94d
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4', '4.5', '4.6', '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']
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 @@ -189,7 +189,7 @@
"webpack-http-server": "^0.5.0"
},
"peerDependencies": {
"typescript": ">= 4.4.x <= 5.2.x"
"typescript": ">= 4.7.x <= 5.2.x"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 8f2b94d

Please sign in to comment.