Skip to content

Commit

Permalink
fix: support typescript 4.3.x (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed May 19, 2022
1 parent 61f0441 commit 3bca5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -141,7 +141,7 @@
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"typescript": "4.2.x"
"typescript": "4.2.x || 4.3.x"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 3bca5be

Please sign in to comment.