diff options
author | Vitaly Takmazov | 2018-03-22 01:40:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-22 01:40:47 +0300 |
commit | 679731ebbea77a7d361a53bb8280d1869c2a95d3 (patch) | |
tree | 1a4d8909c2728fb63c6680dc4dd5f58651e0e3c1 /juick-www/package.json | |
parent | f203b7d6605d55a1857b6ee42a93350a7f66937a (diff) |
www: update js deps
Diffstat (limited to 'juick-www/package.json')
-rw-r--r-- | juick-www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juick-www/package.json b/juick-www/package.json index ebb576cc..e2aaa992 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -16,8 +16,8 @@ "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "clean-webpack-plugin": "^0.1.19", - "css-loader": "^0.28.10", - "eslint": "^4.18.2", + "css-loader": "^0.28.11", + "eslint": "^4.19.0", "eslint-loader": "^2.0.0", "eslint-plugin-only-ascii": "0.0.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", @@ -30,7 +30,7 @@ "stylelint-webpack-plugin": "^0.10.3", "uglify-loader": "^2.0.0", "url-loader": "^1.0.1", - "webpack": "^4.1.1", + "webpack": "^4.2.0", "webpack-asset-pipeline": "^1.1.1", "webpack-cli": "^2.0.12" }, |