diff options
author | Vitaly Takmazov | 2019-08-19 11:14:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-08-19 11:14:50 +0300 |
commit | d9d481d824f920f797cff4d9ca92c8cd9b895389 (patch) | |
tree | 234dca8b8ab8036aada04e94f50255e7ead7a160 /package.json | |
parent | 6596963b0b61b6a06d59cb1cd0b4054bd09c749a (diff) |
Update deps
Flyway 6 is not yet compatible with Spring Boot
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 8a769812..c12f71db 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-loader": "^8.0.6", "core-js": "^3.2.1", "css-loader": "^3.2.0", - "eslint": "6.1.0", + "eslint": "6.2.0", "eslint-loader": "2.2.1", "eslint-plugin-only-ascii": "0.0.0", "mini-css-extract-plugin": "^0.8.0", @@ -41,8 +41,8 @@ "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.4.1", "url-loader": "^2.1.0", - "webpack": "^4.39.1", - "webpack-cli": "^3.3.6" + "webpack": "^4.39.2", + "webpack-cli": "^3.3.7" }, "dependencies": { "classlist.js": "^1.1.20150312", |