Skip to content

Commit a504e9d

Browse files
authoredJan 13, 2021
fix(react-scripts): add missing peer dependency react and update react-refresh-webpack-plugin (#9872)
1 parent 282c03f commit a504e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/react-scripts/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
3131
"@babel/core": "7.12.3",
32-
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
32+
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
3333
"@svgr/webpack": "5.5.0",
3434
"@typescript-eslint/eslint-plugin": "^4.5.0",
3535
"@typescript-eslint/parser": "^4.5.0",
@@ -95,6 +95,7 @@
9595
"fsevents": "^2.1.3"
9696
},
9797
"peerDependencies": {
98+
"react": ">= 16",
9899
"typescript": "^3.2.1 || ^4"
99100
},
100101
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)
Please sign in to comment.