diff options
author | silverwind <me@silverwind.io> | 2020-02-06 03:22:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 21:22:21 -0500 |
commit | 70dd3faad3300bd5cceabbdbc36370336cf32ca1 (patch) | |
tree | ef90fc79a2fac6f962d990d210ec7d7c86f6de65 /package.json | |
parent | 77431599f6708b87019a7e929d02fe8d1b95a8e7 (diff) | |
download | gitea-70dd3faad3300bd5cceabbdbc36370336cf32ca1.tar.gz gitea-70dd3faad3300bd5cceabbdbc36370336cf32ca1.zip |
update JS dependencies (#10155)
result of `make npm-update`. no real notable changes, the breaking
change in styleline is Node.js 10 which we already require.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index 5158d1e27f..e4987baca6 100644 --- a/package.json +++ b/package.json @@ -6,26 +6,26 @@ }, "dependencies": { "fomantic-ui": "2.8.3", - "highlight.js": "9.18.0", + "highlight.js": "9.18.1", "jquery": "3.4.1", "jquery-migrate": "3.1.0", "jquery.are-you-sure": "1.9.0", - "swagger-ui": "3.24.3", + "swagger-ui": "3.25.0", "vue-bar-graph": "1.2.0" }, "devDependencies": { - "@babel/core": "7.7.7", - "@babel/plugin-proposal-object-rest-spread": "7.7.7", - "@babel/plugin-transform-runtime": "7.7.6", - "@babel/preset-env": "7.7.7", - "@babel/runtime": "7.7.7", + "@babel/core": "7.8.4", + "@babel/plugin-proposal-object-rest-spread": "7.8.3", + "@babel/plugin-transform-runtime": "7.8.3", + "@babel/preset-env": "7.8.4", + "@babel/runtime": "7.8.4", "babel-loader": "8.0.6", - "core-js": "3.6.2", - "css-loader": "3.4.1", + "core-js": "3.6.4", + "css-loader": "3.4.2", "cssnano": "4.1.10", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", - "eslint-plugin-import": "2.19.1", + "eslint-plugin-import": "2.20.1", "fast-glob": "3.1.1", "less-loader": "5.0.0", "mini-css-extract-plugin": "0.9.0", @@ -33,9 +33,9 @@ "postcss-loader": "3.0.0", "postcss-preset-env": "6.7.0", "postcss-safe-parser": "4.0.1", - "stylelint": "12.0.1", + "stylelint": "13.0.0", "stylelint-config-standard": "19.0.0", - "terser-webpack-plugin": "2.3.2", + "terser-webpack-plugin": "2.3.4", "updates": "9.3.3", "vue-loader": "15.8.3", "vue-template-compiler": "2.6.11", |