Skip to content

Commit

Permalink
fix(react-scripts): add missing peer dependency react
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Dec 8, 2020
1 parent 3968923 commit e444c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"fsevents": "^2.1.3"
},
"peerDependencies": {
"react": "^17.0.0",
"typescript": "^3.2.1 || ^4"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit e444c85

Please sign in to comment.