diff options
author | silverwind <me@silverwind.io> | 2020-07-27 23:01:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 17:01:25 -0400 |
commit | 78cbd0ca72619a25849edc3460ec0c492b838a59 (patch) | |
tree | ed76273e7e19c947ae26e226dc740f5a97131e3c /package.json | |
parent | 8d6fa00da06e52cba1aaed5ba2a187fed8cd63de (diff) | |
download | gitea-78cbd0ca72619a25849edc3460ec0c492b838a59.tar.gz gitea-78cbd0ca72619a25849edc3460ec0c492b838a59.zip |
Update JS deps and linting config (#12295)
- update js deps to latest versions
- remove eslint-plugin-sonarjs to prevent a warning on install. can be
added again once it's updated to support eslint 7.x
- enable new linting rules from eslint-plugin-unicorn
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/package.json b/package.json index 56d021d579..6c9fbf0112 100644 --- a/package.json +++ b/package.json @@ -5,18 +5,18 @@ "node": ">= 10.13.0" }, "dependencies": { - "@babel/core": "7.10.4", + "@babel/core": "7.10.5", "@babel/plugin-proposal-object-rest-spread": "7.10.4", - "@babel/plugin-transform-runtime": "7.10.4", + "@babel/plugin-transform-runtime": "7.10.5", "@babel/preset-env": "7.10.4", - "@babel/runtime": "7.10.4", + "@babel/runtime": "7.10.5", "@primer/octicons": "10.0.0", "babel-loader": "8.1.0", "clipboard": "2.0.6", "core-js": "3.6.5", - "css-loader": "3.6.0", + "css-loader": "4.0.0", "cssnano-webpack-plugin": "1.0.3", - "dropzone": "5.7.1", + "dropzone": "5.7.2", "fast-glob": "3.2.4", "file-loader": "6.0.0", "fomantic-ui": "2.8.6", @@ -24,23 +24,23 @@ "jquery": "3.5.1", "jquery.are-you-sure": "1.9.0", "less-loader": "6.2.0", - "license-webpack-plugin": "2.2.0", - "mermaid": "8.6.3", + "license-webpack-plugin": "2.3.0", + "mermaid": "8.6.4", "mini-css-extract-plugin": "0.9.0", "monaco-editor": "0.20.0", "monaco-editor-webpack-plugin": "1.9.0", "postcss-loader": "3.0.0", "postcss-preset-env": "6.7.0", "raw-loader": "4.0.1", - "swagger-ui": "3.28.0", - "terser-webpack-plugin": "3.0.6", + "swagger-ui": "3.30.2", + "terser-webpack-plugin": "3.0.8", "tributejs": "5.1.3", "vue": "2.6.11", "vue-bar-graph": "1.2.0", "vue-calendar-heatmap": "0.8.4", "vue-loader": "15.9.3", "vue-template-compiler": "2.6.11", - "webpack": "4.43.0", + "webpack": "4.44.0", "webpack-cli": "3.3.12", "webpack-fix-style-only-entries": "0.5.1", "workbox-routing": "5.1.3", @@ -49,14 +49,13 @@ "wrap-ansi": "7.0.0" }, "devDependencies": { - "eslint": "7.4.0", + "eslint": "7.5.0", "eslint-plugin-import": "2.22.0", - "eslint-plugin-sonarjs": "0.5.0", - "eslint-plugin-unicorn": "20.1.0", + "eslint-plugin-unicorn": "21.0.0", "stylelint": "13.6.1", "stylelint-config-standard": "20.0.0", "svgo": "1.3.2", - "updates": "10.2.15" + "updates": "10.3.3" }, "browserslist": [ "defaults", |