Skip to content

Commit

Permalink
feat: set "typescript" optional peer dependency to 4.2.x (#985)
Browse files Browse the repository at this point in the history
Based on conversation in #975
  • Loading branch information
willbuckingham authored and kettanaito committed May 17, 2022
1 parent c032c12 commit b1004a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -141,6 +141,14 @@
"webpack": "^5.68.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"typescript": "4.2.x"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"resolutions": {
"chokidar": "3.4.1"
},
Expand Down

0 comments on commit b1004a6

Please sign in to comment.