Skip to content

Commit

Permalink
Add TypeScript 4 as a valid peerDependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Nov 13, 2020
1 parent 8f03b91 commit 228528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"fsevents": "^2.1.3"
},
"peerDependencies": {
"typescript": "^3.2.1"
"typescript": "^3.2.1 || ^4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 228528c

Please sign in to comment.