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 523afcf commit 6862c3cCopy full SHA for 6862c3c
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.3.0"
+ "react-scripts": "^3.4.1"
12
13
"dependencies": {
14
"prop-types": "^15.7.2",
15
- "react": "^16.12.0",
16
- "react-dom": "^16.12.0",
17
- "react-hot-loader": "^4.12.18",
18
- "react-lifecycle-visualizer": "^2.2.6"
+ "react": "^16.13.1",
+ "react-dom": "^16.13.1",
+ "react-hot-loader": "^4.12.20",
+ "react-lifecycle-visualizer": "^2.2.7"
19
}
20
0 commit comments