From f97579f561d662d7fa5b08c4e5a88c7fde19d16b Mon Sep 17 00:00:00 2001 From: vomvoru Date: Tue, 7 Jan 2020 03:04:26 +0900 Subject: [PATCH] fixed 'build fail issue' https://github.com/plotly/dash-component-boilerplate/issues/12#issuecomment-425040481 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7850bd2..8e9a7b1 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "babel-preset-env": "^1.6.1", "eslint": "^3.9.1", "eslint-loader": "^1.6.1", - "lodash": "^4.16.6", - "webpack": "^4.4.1", - "webpack-cli": "^2.0.12" + "lodash": "^4.16.6", + "webpack": "^4.20.2", + "webpack-cli": "^3.1.1", } }