diff options
author | Vitaly Takmazov | 2020-05-18 13:10:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-05-18 13:10:40 +0300 |
commit | e5216396a8ba99f015198b66ca1530789094719b (patch) | |
tree | b7a0e24f0d371fbee2f96819c84cd48bff0e356d /package.json | |
parent | 32a3631480ebd3a620e444497615a4303be8995a (diff) |
Spring Boot 2.3 and other dependency updates
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 21011f76..dce94567 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-loader": "^8.1.0", "core-js": "^3.6.5", "css-loader": "^3.5.3", - "eslint": "6.8.0", + "eslint": "7.0.0", "eslint-loader": "4.0.2", "eslint-plugin-only-ascii": "0.0.0", "file-loader": "^6.0.0", @@ -38,7 +38,7 @@ "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.5", "style-loader": "^1.2.1", - "stylelint": "^13.3.3", + "stylelint": "^13.4.0", "stylelint-config-standard": "^20.0.0", "url-loader": "^4.1.0", "webpack": "^4.43.0", @@ -50,7 +50,7 @@ "evil-icons": "^1.10.1", "formdata-polyfill": "^3.0.19", "svg4everybody": "^2.1.9", - "url-polyfill": "^1.1.8", + "url-polyfill": "^1.1.9", "whatwg-fetch": "^3.0.0" } } |