Skip to content

Commit

Permalink
fix(react-scripts): add missing peer dependency react and update reac…
Browse files Browse the repository at this point in the history
…t-refresh-webpack-plugin (#9872)
  • Loading branch information
merceyz committed Jan 13, 2021
1 parent 282c03f commit a504e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-scripts/package.json
Expand Up @@ -29,7 +29,7 @@
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "7.12.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@svgr/webpack": "5.5.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
Expand Down Expand Up @@ -95,6 +95,7 @@
"fsevents": "^2.1.3"
},
"peerDependencies": {
"react": ">= 16",
"typescript": "^3.2.1 || ^4"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit a504e9d

Please sign in to comment.