Skip to content

Commit 5ef51f0

Browse files
committed
Update all dependencies to latest + Fix tar vulnerability
Manually tweaked the `node-sass > node-gyp > tar` dev vulnerabillity in `package-lock.json`, as latest `node-sass` hasn't addressed it yet.
1 parent 6e858c3 commit 5ef51f0

File tree

3 files changed

+2064
-7517
lines changed

3 files changed

+2064
-7517
lines changed

examples/parent-child-demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"prop-types": "^15.7.2",
15-
"react": "16.8.5",
16-
"react-dom": "16.8.5",
17-
"react-hot-loader": "4.8.0",
15+
"react": "16.8.6",
16+
"react-dom": "16.8.6",
17+
"react-hot-loader": "4.8.4",
1818
"react-lifecycle-visualizer": "^2.2.1"
1919
}
2020
}

0 commit comments

Comments
 (0)