diff options
author | Vitaly Takmazov | 2020-10-14 08:10:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-14 08:10:22 +0300 |
commit | d87ae33ff481548804b597e7dd432f3d2938f847 (patch) | |
tree | 357d3973d5b5c586d449653194634b9e976bdab4 /package.json | |
parent | 62f9c0d7791d9d3cdb80c2cecc99500344bc3cc5 (diff) |
Update deps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2112c0e8..8d56eeee 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/preset-env": "^7.11.5", "babel-loader": "^8.1.0", "core-js": "^3.6.5", - "css-loader": "^4.3.0", + "css-loader": "^5.0.0", "eslint": "7.11.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^2.1.0", @@ -41,7 +41,7 @@ "stylelint": "^13.7.2", "stylelint-config-standard": "^20.0.0", "url-loader": "^4.1.1", - "webpack": "^5.0.0", + "webpack": "^5.1.0", "webpack-cli": "^4.0.0" }, "dependencies": { |