Skip to content

Commit 1e30123

Browse files
committed
update more dev dependencies
to address more high severity security alerts (as per github) the lodash warning is - supposedly - not serious as not used in production, however should be addressed in the future, but requires upgrading to Babel 7: babel/babel#10067 (comment)
1 parent e17200f commit 1e30123

File tree

3 files changed

+167
-203
lines changed

3 files changed

+167
-203
lines changed

examples/dist/app.js

+10-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"husky": "^3.0.7",
4141
"lint-staged": "^9.4.1",
4242
"prettier": "^1.13.3",
43-
"prop-types": "^15.6.1",
44-
"react": "^16.8.6",
45-
"react-dom": "^16.8.6",
43+
"prop-types": "^15.7.2",
44+
"react": "^16.10.1",
45+
"react-dom": "^16.10.1",
4646
"react-highlight": "^0.12.0",
47-
"react-mt-svg-lines": "^0.8.4",
48-
"webpack": "^4.35.2",
49-
"webpack-cli": "^3.3.5"
47+
"react-mt-svg-lines": "^0.9.1",
48+
"webpack": "^4.41.0",
49+
"webpack-cli": "^3.3.9"
5050
},
5151
"peerDependencies": {
5252
"react": "^16.0.0",

0 commit comments

Comments
 (0)