Skip to content

Commit

Permalink
peerDeps: restrict typescript to ^3.9.5 || ^4.9.5 || ^5
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 18, 2023
1 parent 02f44bf commit 9a7cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"walkdir": "^0.4.1"
},
"peerDependencies": {
"typescript": "*"
"typescript": "^3.9.5 || ^4.9.5 || ^5"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 9a7cb1e

Please sign in to comment.