diff options
author | Vitaly Takmazov | 2021-02-25 10:06:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-02-25 10:06:15 +0300 |
commit | 8e37d9505943a7645a8db5354554f3f314236923 (patch) | |
tree | 9c3aae97d9a4f640c9d34e8dac1e4e90d959317b /package.json | |
parent | b8ebbc520c090d68e3c003e3c6dacf8f95962755 (diff) |
Update dependencies with Gradle Versions plugin again
* something wrong with dependabot
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 9f917e8e..95228dd7 100644 --- a/package.json +++ b/package.json @@ -23,25 +23,25 @@ ] }, "devDependencies": { - "@babel/core": "^7.12.13", - "@babel/preset-env": "^7.12.13", + "@babel/core": "^7.13.1", + "@babel/preset-env": "^7.13.5", "babel-loader": "^8.2.2", - "core-js": "^3.8.3", + "core-js": "^3.9.0", "css-loader": "^5.0.2", "css-minimizer-webpack-plugin": "^1.2.0", - "eslint": "7.19.0", + "eslint": "7.20.0", "eslint-plugin-only-ascii": "0.0.0", - "eslint-webpack-plugin": "^2.5.0", + "eslint-webpack-plugin": "^2.5.2", "file-loader": "^6.2.0", - "mini-css-extract-plugin": "^1.3.6", + "mini-css-extract-plugin": "^1.3.8", "postcss-loader": "^5.0.0", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.7", "style-loader": "^2.0.0", - "stylelint": "^13.9.0", + "stylelint": "^13.11.0", "stylelint-config-standard": "^20.0.0", "url-loader": "^4.1.1", - "webpack": "^5.21.2", + "webpack": "^5.24.2", "webpack-cli": "^4.5.0" }, "dependencies": { @@ -51,6 +51,6 @@ "formdata-polyfill": "^3.0.20", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", - "whatwg-fetch": "^3.5.0" + "whatwg-fetch": "^3.6.1" } } |