We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967ab44 commit ecffbf1Copy full SHA for ecffbf1
examples/app/package.json
@@ -3,11 +3,11 @@
3
"start": "react-scripts start",
4
"build": "react-scripts build"
5
},
6
- "dependencies": {
+ "devDependencies": {
7
"html-react-parser": "../../",
8
- "react": "^16.8.6",
9
- "react-dom": "^16.8.6",
10
- "react-scripts": "3.0.1"
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1",
+ "react-scripts": "4.0.1"
11
12
"eslintConfig": {
13
"extends": "react-app"
0 commit comments