Update JS dependencies (#17357)
* Update JS dependencies - Upgrade to eslint 8 and add new plugin rules - Adapt to various API changes - Rebuild SVGs * fix webpack warning on license * order options alphabetically Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
e2a59c57fc
commit
eaf493be5d
13 changed files with 4447 additions and 11538 deletions
50
package.json
50
package.json
|
@ -7,25 +7,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@claviska/jquery-minicolors": "2.3.5",
|
||||
"@primer/octicons": "15.0.1",
|
||||
"@primer/octicons": "16.0.0",
|
||||
"add-asset-webpack-plugin": "2.0.1",
|
||||
"codemirror": "5.62.2",
|
||||
"css-loader": "6.2.0",
|
||||
"dropzone": "5.9.2",
|
||||
"codemirror": "5.63.3",
|
||||
"css-loader": "6.4.0",
|
||||
"dropzone": "5.9.3",
|
||||
"easymde": "2.15.0",
|
||||
"esbuild-loader": "2.15.0",
|
||||
"esbuild-loader": "2.16.0",
|
||||
"escape-goat": "4.0.0",
|
||||
"fast-glob": "3.2.7",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.6.0",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"less": "4.1.1",
|
||||
"less-loader": "10.0.1",
|
||||
"less": "4.1.2",
|
||||
"less-loader": "10.2.0",
|
||||
"license-checker-webpack-plugin": "0.2.1",
|
||||
"mermaid": "8.11.5",
|
||||
"mini-css-extract-plugin": "2.2.0",
|
||||
"monaco-editor": "0.27.0",
|
||||
"monaco-editor-webpack-plugin": "4.1.2",
|
||||
"mermaid": "8.13.3",
|
||||
"mini-css-extract-plugin": "2.4.2",
|
||||
"monaco-editor": "0.29.1",
|
||||
"monaco-editor-webpack-plugin": "5.0.0",
|
||||
"pretty-ms": "7.0.1",
|
||||
"sortablejs": "1.14.0",
|
||||
"swagger-ui-dist": "4.0.0-beta.4",
|
||||
|
@ -35,26 +35,26 @@
|
|||
"vue-calendar-heatmap": "0.8.4",
|
||||
"vue-loader": "15.9.8",
|
||||
"vue-template-compiler": "2.6.14",
|
||||
"webpack": "5.50.0",
|
||||
"webpack-cli": "4.8.0",
|
||||
"workbox-routing": "6.2.4",
|
||||
"workbox-strategies": "6.2.4",
|
||||
"webpack": "5.58.2",
|
||||
"webpack-cli": "4.9.1",
|
||||
"workbox-routing": "6.3.0",
|
||||
"workbox-strategies": "6.3.0",
|
||||
"worker-loader": "3.0.8",
|
||||
"wrap-ansi": "8.0.0"
|
||||
"wrap-ansi": "8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-html": "6.1.2",
|
||||
"eslint-plugin-import": "2.24.0",
|
||||
"eslint-plugin-unicorn": "35.0.0",
|
||||
"eslint-plugin-vue": "7.16.0",
|
||||
"jest": "27.0.6",
|
||||
"jest-extended": "0.11.5",
|
||||
"eslint": "8.0.1",
|
||||
"eslint-plugin-html": "6.2.0",
|
||||
"eslint-plugin-import": "2.25.2",
|
||||
"eslint-plugin-unicorn": "37.0.1",
|
||||
"eslint-plugin-vue": "7.19.1",
|
||||
"jest": "27.3.0",
|
||||
"jest-extended": "1.1.0",
|
||||
"stylelint": "13.13.1",
|
||||
"stylelint-config-standard": "22.0.0",
|
||||
"svgo": "2.4.0",
|
||||
"updates": "12.1.0"
|
||||
"svgo": "2.7.0",
|
||||
"updates": "12.2.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue