Update JS dependencies (#12181)
- Update all dependencies excluding octicons - Configure new eslint 7.3.0 rules Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
3a46d1ef58
commit
dbd5e4bb8d
3 changed files with 894 additions and 1273 deletions
|
@ -220,6 +220,7 @@ rules:
|
|||
no-octal: [2]
|
||||
no-param-reassign: [0]
|
||||
no-plusplus: [0]
|
||||
no-promise-executor-return: [0]
|
||||
no-proto: [2]
|
||||
no-prototype-builtins: [2]
|
||||
no-redeclare: [2]
|
||||
|
@ -251,6 +252,7 @@ rules:
|
|||
no-unexpected-multiline: [2]
|
||||
no-unmodified-loop-condition: [2]
|
||||
no-unneeded-ternary: [0]
|
||||
no-unreachable-loop: [2]
|
||||
no-unreachable: [2]
|
||||
no-unsafe-finally: [2]
|
||||
no-unsafe-negation: [2]
|
||||
|
|
2131
package-lock.json
generated
2131
package-lock.json
generated
File diff suppressed because it is too large
Load diff
34
package.json
34
package.json
|
@ -5,25 +5,25 @@
|
|||
"node": ">= 10.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.10.2",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
|
||||
"@babel/plugin-transform-runtime": "7.10.1",
|
||||
"@babel/preset-env": "7.10.2",
|
||||
"@babel/runtime": "7.10.2",
|
||||
"@babel/core": "7.10.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
|
||||
"@babel/plugin-transform-runtime": "7.10.4",
|
||||
"@babel/preset-env": "7.10.4",
|
||||
"@babel/runtime": "7.10.4",
|
||||
"@primer/octicons": "9.6.0",
|
||||
"babel-loader": "8.1.0",
|
||||
"clipboard": "2.0.6",
|
||||
"core-js": "3.6.5",
|
||||
"css-loader": "3.5.3",
|
||||
"css-loader": "3.6.0",
|
||||
"cssnano-webpack-plugin": "1.0.3",
|
||||
"dropzone": "5.7.1",
|
||||
"fast-glob": "3.2.2",
|
||||
"fast-glob": "3.2.4",
|
||||
"file-loader": "6.0.0",
|
||||
"fomantic-ui": "2.8.6",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.5.1",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"less-loader": "6.1.0",
|
||||
"less-loader": "6.2.0",
|
||||
"license-webpack-plugin": "2.2.0",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
"monaco-editor": "0.20.0",
|
||||
|
@ -33,30 +33,30 @@
|
|||
"svg-sprite-loader": "5.0.0",
|
||||
"svgo": "1.3.2",
|
||||
"svgo-loader": "2.2.1",
|
||||
"swagger-ui": "3.26.0",
|
||||
"terser-webpack-plugin": "3.0.3",
|
||||
"swagger-ui": "3.28.0",
|
||||
"terser-webpack-plugin": "3.0.6",
|
||||
"tributejs": "5.1.3",
|
||||
"vue": "2.6.11",
|
||||
"vue-bar-graph": "1.2.0",
|
||||
"vue-calendar-heatmap": "0.8.4",
|
||||
"vue-loader": "15.9.2",
|
||||
"vue-loader": "15.9.3",
|
||||
"vue-template-compiler": "2.6.11",
|
||||
"webpack": "4.43.0",
|
||||
"webpack-cli": "3.3.11",
|
||||
"webpack-fix-style-only-entries": "0.5.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-fix-style-only-entries": "0.5.1",
|
||||
"workbox-routing": "5.1.3",
|
||||
"workbox-strategies": "5.1.3",
|
||||
"worker-loader": "2.0.0",
|
||||
"wrap-ansi": "7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7.2.0",
|
||||
"eslint-plugin-import": "2.21.2",
|
||||
"eslint": "7.4.0",
|
||||
"eslint-plugin-import": "2.22.0",
|
||||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"eslint-plugin-unicorn": "20.1.0",
|
||||
"stylelint": "13.6.0",
|
||||
"stylelint": "13.6.1",
|
||||
"stylelint-config-standard": "20.0.0",
|
||||
"updates": "10.2.13"
|
||||
"updates": "10.2.15"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
|
|
Loading…
Reference in a new issue