diff options
author | Vitaly Takmazov | 2018-05-28 17:52:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-05-28 17:52:45 +0300 |
commit | 1fc712e29e1275e87ebd6238560aa0c0eaa07d5c (patch) | |
tree | 2487768c5c0acc4c9adf4ac7288ea24f5788a443 /juick-www/package.json | |
parent | 77a6aa1b1e28f2d66c494e69caa691c1d69ca6af (diff) |
update npm dependencies
Diffstat (limited to 'juick-www/package.json')
-rw-r--r-- | juick-www/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/juick-www/package.json b/juick-www/package.json index 38c7d4f8..0e0d6bbe 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -14,24 +14,24 @@ "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.4", - "babel-preset-env": "^1.6.1", + "babel-preset-env": "^1.7.0", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-loader": "^2.0.0", "eslint-plugin-only-ascii": "0.0.0", - "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "globby": "^8.0.1", + "mini-css-extract-plugin": "^0.4.0", "postcss-loader": "^2.1.5", "script-loader": "^0.7.2", "style-loader": "^0.21.0", - "stylelint": "^9.2.0", + "stylelint": "^9.2.1", "stylelint-config-standard": "^18.2.0", - "stylelint-webpack-plugin": "^0.10.4", + "stylelint-webpack-plugin": "^0.10.5", "uglify-loader": "^2.0.0", "url-loader": "^1.0.1", - "webpack": "^4.8.1", - "webpack-cli": "^2.1.3" + "webpack": "^4.9.1", + "webpack-cli": "^2.1.4" }, "dependencies": { "awesomplete": "^1.1.2", |