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 e132305 commit 75a1647Copy full SHA for 75a1647
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.3"
+ "react-scripts": "^3.4.4"
12
13
"dependencies": {
14
"prop-types": "^15.7.2",
15
- "react": "^16.13.1",
16
- "react-dom": "^16.13.1",
17
- "react-hot-loader": "^4.12.21",
18
- "react-lifecycle-visualizer": "^2.2.10"
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1",
+ "react-hot-loader": "^4.13.0",
+ "react-lifecycle-visualizer": "^2.2.11"
19
}
20
0 commit comments