diff options
Diffstat (limited to 'juick-www/package.json')
-rw-r--r-- | juick-www/package.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/juick-www/package.json b/juick-www/package.json index bbbd66b3..43aa672b 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -13,25 +13,26 @@ "license": "AGPLv3", "devDependencies": { "babel-core": "^6.26.0", - "babel-loader": "^7.1.2", + "babel-loader": "^7.1.3", "babel-preset-env": "^1.6.1", "clean-webpack-plugin": "^0.1.18", - "css-loader": "^0.28.9", + "css-loader": "^0.28.10", "eslint": "^4.18.1", - "eslint-loader": "^1.9.0", + "eslint-loader": "^2.0.0", "eslint-plugin-only-ascii": "0.0.0", - "extract-text-webpack-plugin": "^3.0.2", - "file-loader": "^1.1.9", + "extract-text-webpack-plugin": "^4.0.0-beta.0", + "file-loader": "^1.1.10", "globby": "^8.0.1", "script-loader": "^0.7.2", "style-loader": "^0.20.2", "stylelint": "^9.1.1", - "stylelint-config-standard": "^18.1.0", + "stylelint-config-standard": "^18.2.0", "stylelint-webpack-plugin": "^0.10.3", "uglify-loader": "^2.0.0", "url-loader": "^0.6.2", - "webpack": "^3.11.0", - "webpack-asset-pipeline": "^1.1.1" + "webpack": "^4.0.1", + "webpack-asset-pipeline": "^1.1.1", + "webpack-cli": "^2.0.9" }, "dependencies": { "awesomplete": "^1.1.2", |