Skip to content

Commit f0b4bba

Browse files
committed
Update dependencies to latest
Kept eslint at 5.16.0, as related eslint-* packages have not been updated to allow 6.x yet.
1 parent 159f04b commit f0b4bba

File tree

3 files changed

+886
-772
lines changed

3 files changed

+886
-772
lines changed

examples/parent-child-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"start": "echo \"Error: This dummy package.json is only for StackBlitz deployment. Use top-level package.json instead.\" && exit 1"
99
},
1010
"devDependencies": {
11-
"react-scripts": "^2.1.8"
11+
"react-scripts": "^3.0.1"
1212
},
1313
"dependencies": {
1414
"prop-types": "^15.7.2",
1515
"react": "16.8.6",
1616
"react-dom": "16.8.6",
17-
"react-hot-loader": "4.8.4",
17+
"react-hot-loader": "4.11.1",
1818
"react-lifecycle-visualizer": "^2.2.3"
1919
}
2020
}

0 commit comments

Comments
 (0)