diff options
author | silverwind <me@silverwind.io> | 2020-01-10 13:39:01 +0100 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-10 13:39:01 +0100 |
commit | 3143bb10da25cd66383c23aff7b31dbd7c3dd9d6 (patch) | |
tree | 77cd85ec6657be55c7c038f40dd6e30259999a25 /package.json | |
parent | 99d869fa63e07780f1a17d1a9599187b9b689d9b (diff) | |
download | gitea-3143bb10da25cd66383c23aff7b31dbd7c3dd9d6.tar.gz gitea-3143bb10da25cd66383c23aff7b31dbd7c3dd9d6.zip |
update js dependencies (#9676)
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json index dc95584905..5d0d20060e 100644 --- a/package.json +++ b/package.json @@ -5,26 +5,26 @@ "node": ">=10" }, "devDependencies": { - "@babel/core": "7.7.4", - "@babel/plugin-transform-runtime": "7.7.4", - "@babel/preset-env": "7.7.4", - "@babel/runtime": "7.7.4", + "@babel/core": "7.7.7", + "@babel/plugin-transform-runtime": "7.7.6", + "@babel/preset-env": "7.7.7", + "@babel/runtime": "7.7.7", "autoprefixer": "9.7.3", "babel-loader": "8.0.6", - "core-js": "3.4.7", - "css-loader": "3.2.1", + "core-js": "3.6.2", + "css-loader": "3.4.1", "cssnano": "4.1.10", - "eslint": "6.7.2", + "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", - "eslint-plugin-import": "2.18.2", + "eslint-plugin-import": "2.19.1", "less": "3.10.3", - "postcss-cli": "6.1.3", - "style-loader": "1.0.1", - "stylelint": "12.0.0", + "postcss-cli": "7.1.0", + "style-loader": "1.1.2", + "stylelint": "12.0.1", "stylelint-config-standard": "19.0.0", - "terser-webpack-plugin": "2.2.1", - "updates": "9.3.0", - "webpack": "4.41.2", + "terser-webpack-plugin": "2.3.2", + "updates": "9.3.3", + "webpack": "4.41.5", "webpack-cli": "3.3.10" }, "browserslist": [ |