Skip to content

Commit

Permalink
Merge pull request #376 from legobeat/peerDeps-constrain-typescript
Browse files Browse the repository at this point in the history
constrain and bump typescript versions
  • Loading branch information
kamiazya authored Jun 1, 2023
2 parents 7f64edb + 9a7cb1e commit c48c516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -83,6 +83,6 @@
"mz": "^2.7.0",
"release-it": "^15.6.0",
"should": "^13.2.3",
"typescript": "^4.5.5"
"typescript": "^4.9.5"
}
}

0 comments on commit c48c516

Please sign in to comment.