diff options
author | silverwind <me@silverwind.io> | 2020-10-21 13:02:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 19:02:24 +0800 |
commit | 58e1e5ba13a4a0e134afea1b4010fa363b27e38e (patch) | |
tree | 549e5d48edd444144803a8f729386b0671e18bdd /package.json | |
parent | 965861043ae4daf7ae50460edf5533e52980bdb1 (diff) | |
download | gitea-58e1e5ba13a4a0e134afea1b4010fa363b27e38e.tar.gz gitea-58e1e5ba13a4a0e134afea1b4010fa363b27e38e.zip |
Update some JS dependencies (#13222)
* Update some JS dependencies
- Update selective dependencies that are compatible with webpack 4. We
can not upgrade to webpack 5 yet because `license-webpack-plugin` is
incompatible.
- Enable a few new eslint rules and fix new issues
* fix comment
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json index 373531abea..4d0a055297 100644 --- a/package.json +++ b/package.json @@ -5,37 +5,37 @@ "node": ">= 10.13.0" }, "dependencies": { - "@babel/core": "7.11.6", - "@babel/plugin-transform-runtime": "7.11.5", - "@babel/preset-env": "7.11.5", - "@babel/runtime": "7.11.2", + "@babel/core": "7.12.3", + "@babel/plugin-transform-runtime": "7.12.1", + "@babel/preset-env": "7.12.1", + "@babel/runtime": "7.12.1", "@claviska/jquery-minicolors": "2.3.5", "@primer/octicons": "11.0.0", "add-asset-webpack-plugin": "1.0.0", "babel-loader": "8.1.0", "clipboard": "2.0.6", "core-js": "3.6.5", - "css-loader": "4.3.0", - "css-minimizer-webpack-plugin": "1.1.3", + "css-loader": "5.0.0", + "css-minimizer-webpack-plugin": "1.1.5", "dropzone": "5.7.2", "escape-goat": "3.0.0", "fast-glob": "3.2.4", - "file-loader": "6.1.0", + "file-loader": "6.1.1", "fomantic-ui": "2.8.7", "font-awesome": "4.7.0", "jquery": "3.5.1", "jquery.are-you-sure": "1.9.0", "less": "3.12.2", - "less-loader": "7.0.1", + "less-loader": "7.0.2", "license-webpack-plugin": "2.3.0", - "mermaid": "8.8.0", - "mini-css-extract-plugin": "0.11.1", - "monaco-editor": "0.20.0", - "monaco-editor-webpack-plugin": "1.9.0", - "raw-loader": "4.0.1", - "sortablejs": "1.10.2", - "swagger-ui": "3.32.5", - "terser-webpack-plugin": "4.1.0", + "mermaid": "8.8.2", + "mini-css-extract-plugin": "1.1.1", + "monaco-editor": "0.21.2", + "monaco-editor-webpack-plugin": "2.0.0", + "raw-loader": "4.0.2", + "sortablejs": "1.12.0", + "swagger-ui": "3.35.2", + "terser-webpack-plugin": "4.2.3", "tributejs": "5.1.3", "vue": "2.6.12", "vue-bar-graph": "1.2.0", @@ -44,20 +44,20 @@ "vue-template-compiler": "2.6.12", "webpack": "4.44.1", "webpack-cli": "3.3.12", - "webpack-fix-style-only-entries": "0.5.1", + "webpack-fix-style-only-entries": "0.6.0", "workbox-routing": "5.1.4", "workbox-strategies": "5.1.4", - "worker-loader": "3.0.2", + "worker-loader": "3.0.5", "wrap-ansi": "7.0.0" }, "devDependencies": { - "eslint": "7.8.1", - "eslint-plugin-import": "2.22.0", - "eslint-plugin-unicorn": "21.0.0", - "stylelint": "13.7.0", + "eslint": "7.11.0", + "eslint-plugin-import": "2.22.1", + "eslint-plugin-unicorn": "23.0.0", + "stylelint": "13.7.2", "stylelint-config-standard": "20.0.0", "svgo": "1.3.2", - "updates": "10.3.6" + "updates": "11.3.0" }, "browserslist": [ "defaults", |