From 857c26e6fcae88eb4a387030f5c7f3660ff001f9 Mon Sep 17 00:00:00 2001 From: Anibal Sanchez Date: Mon, 31 Dec 2018 19:01:51 +0100 Subject: [PATCH] webpack-cli update webpack-cli ^3.1.2 and other updates to avoid this error: webpack-starter/node_modules/webpack-cli/bin/config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 013202b..903aeda 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,9 @@ "postcss-loader": "^2.1.1", "style-loader": "^0.20.3", "tailwindcss": ">=0.6.5", - "webpack": "^4.1.1", - "webpack-cli": "^2.0.12", - "webpack-dev-server": "^3.1.1" + + "webpack": "^4.28.3", + "webpack-cli": "^3.1.2", + "webpack-dev-server": "^3.1.14" } }