Skip to content

Commit e3fb21f

Browse files
committed
Update demo dependencies
1 parent 82dadc9 commit e3fb21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/parent-child-demo/package.json

+2-2
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": "^3.4.1"
11+
"react-scripts": "^3.4.3"
1212
},
1313
"dependencies": {
1414
"prop-types": "^15.7.2",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1",
1717
"react-hot-loader": "^4.12.21",
18-
"react-lifecycle-visualizer": "^2.2.8"
18+
"react-lifecycle-visualizer": "^2.2.9"
1919
}
2020
}

0 commit comments

Comments
 (0)