diff options
author | Vitaly Takmazov | 2019-07-23 14:17:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-07-23 14:17:10 +0300 |
commit | 7adbd1f557a43373eb25cd37df71d59c871290ca (patch) | |
tree | 4b5284918aeafc5de4f701485d8970b67965eaa9 /package.json | |
parent | 8e3817a002cf733312ac2725b15295bec6a30073 (diff) |
Update deps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 89129185..5e0c11f0 100644 --- a/package.json +++ b/package.json @@ -28,20 +28,20 @@ "babel-loader": "^8.0.6", "core-js": "^3.1.4", "css-loader": "^3.1.0", - "eslint": "6.0.1", + "eslint": "6.1.0", "eslint-loader": "2.2.1", "eslint-plugin-only-ascii": "0.0.0", "mini-css-extract-plugin": "^0.8.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", - "regenerator-runtime": "^0.13.2", + "regenerator-runtime": "^0.13.3", "style-loader": "^0.23.1", "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.3.0", "url-loader": "^2.1.0", - "webpack": "^4.36.1", + "webpack": "^4.37.0", "webpack-cli": "^3.3.6" }, "dependencies": { |