From 50cb3a70e47d75e933172754a6b6a03171546e11 Mon Sep 17 00:00:00 2001 From: Bruno Macabeus Date: Thu, 25 Apr 2019 09:41:16 -0300 Subject: [PATCH] chore: bump webpack and webpack-cli dependencies It is necessary to fix the error `Cannot read property 'properties' of undefined` https://github.com/plotly/dash-component-boilerplate/issues/12#issuecomment-425040481 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a40923..631b561 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "eslint": "^4.7.2", "eslint-config-pagarme-base": "^2.0.0", "eslint-plugin-import": "^2.7.0", - "webpack": "^4.5.0", - "webpack-cli": "^2.0.14", + "webpack": "4.30.0", + "webpack-cli": "3.3.1", "webpack-node-externals": "^1.7.2" }, "dependencies": {