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 dd70f87 commit 567bd99Copy full SHA for 567bd99
examples/parent-child-demo/package.json
@@ -8,13 +8,13 @@
8
"start": "echo \"Error: This dummy package.json is only for StackBlitz deployment. Use top-level package.json instead.\" && exit 1"
9
},
10
"devDependencies": {
11
- "react-scripts": "^3.4.4"
+ "react-scripts": "^4.0.3"
12
13
"dependencies": {
14
"prop-types": "^15.7.2",
15
- "react": "^17.0.1",
16
- "react-dom": "^17.0.1",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
17
"react-hot-loader": "^4.13.0",
18
- "react-lifecycle-visualizer": "2.2.11"
+ "react-lifecycle-visualizer": "2.2.12"
19
}
20
0 commit comments