diff options
author | silverwind <me@silverwind.io> | 2019-12-06 07:41:25 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-06 14:41:25 +0800 |
commit | d67220680015068e3fbda7d94345630102469ca5 (patch) | |
tree | 51dbed2c3733b042f6713c6d8191dc5898d8544e /package.json | |
parent | e3081c667a44db469fac1e1de2d03b2d3106f100 (diff) | |
download | gitea-d67220680015068e3fbda7d94345630102469ca5.tar.gz gitea-d67220680015068e3fbda7d94345630102469ca5.zip |
Update JS dependencies (#9255)
This is the result of `make npm-update`. I also fixed a minor linting
issue which came up with the eslint 6.7 update.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index ddf32be7f6..dc95584905 100644 --- a/package.json +++ b/package.json @@ -5,25 +5,25 @@ "node": ">=10" }, "devDependencies": { - "@babel/core": "7.7.2", - "@babel/plugin-transform-runtime": "7.6.2", - "@babel/preset-env": "7.7.1", - "@babel/runtime": "7.7.2", - "autoprefixer": "9.7.1", + "@babel/core": "7.7.4", + "@babel/plugin-transform-runtime": "7.7.4", + "@babel/preset-env": "7.7.4", + "@babel/runtime": "7.7.4", + "autoprefixer": "9.7.3", "babel-loader": "8.0.6", - "core-js": "3.4.1", - "css-loader": "3.2.0", + "core-js": "3.4.7", + "css-loader": "3.2.1", "cssnano": "4.1.10", - "eslint": "6.6.0", + "eslint": "6.7.2", "eslint-config-airbnb-base": "14.0.0", "eslint-plugin-import": "2.18.2", "less": "3.10.3", "postcss-cli": "6.1.3", - "style-loader": "1.0.0", - "stylelint": "11.1.1", + "style-loader": "1.0.1", + "stylelint": "12.0.0", "stylelint-config-standard": "19.0.0", "terser-webpack-plugin": "2.2.1", - "updates": "9.0.1", + "updates": "9.3.0", "webpack": "4.41.2", "webpack-cli": "3.3.10" }, |