We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875a253 commit c1fa699Copy full SHA for c1fa699
packages/react-scripts/package.json
@@ -29,7 +29,7 @@
29
"types": "./lib/react-app.d.ts",
30
"dependencies": {
31
"@babel/core": "7.12.3",
32
- "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
+ "@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
33
"@svgr/webpack": "5.5.0",
34
"@typescript-eslint/eslint-plugin": "^4.5.0",
35
"@typescript-eslint/parser": "^4.5.0",
@@ -95,6 +95,7 @@
95
"fsevents": "^2.1.3"
96
},
97
"peerDependencies": {
98
+ "react": ">= 16",
99
"typescript": "^3.2.1 || ^4"
100
101
"peerDependenciesMeta": {
0 commit comments