Update JS dependencies (#15033)
* Update JS dependencies - Update all JS dependencies - For octicons, rename trashcan to trash - For svgo, migrate to v2 api, output seems to have slightly changed but icons look the same - For stylelint, update config, fix custom property duplicates - For monaco, drop legacy Edge support - For eslint, enable new rules, fix new issues - For less-loader, remove deprecated import syntax * update svgo usage in generate-images and rebuild logo.svg with it
This commit is contained in:
parent
a587a28434
commit
1a03fa7a4f
273 changed files with 1858 additions and 1656 deletions
76
package.json
76
package.json
|
@ -5,63 +5,63 @@
|
|||
"node": ">= 10.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.12.10",
|
||||
"@babel/plugin-transform-runtime": "7.12.10",
|
||||
"@babel/preset-env": "7.12.11",
|
||||
"@babel/runtime": "7.12.5",
|
||||
"@babel/core": "7.13.10",
|
||||
"@babel/plugin-transform-runtime": "7.13.10",
|
||||
"@babel/preset-env": "7.13.10",
|
||||
"@babel/runtime": "7.13.10",
|
||||
"@claviska/jquery-minicolors": "2.3.5",
|
||||
"@primer/octicons": "11.2.0",
|
||||
"add-asset-webpack-plugin": "2.0.0",
|
||||
"@primer/octicons": "12.1.0",
|
||||
"add-asset-webpack-plugin": "2.0.1",
|
||||
"babel-loader": "8.2.2",
|
||||
"clipboard": "2.0.6",
|
||||
"codemirror": "5.59.0",
|
||||
"core-js": "3.8.1",
|
||||
"css-loader": "5.0.1",
|
||||
"css-minimizer-webpack-plugin": "1.2.0",
|
||||
"dropzone": "5.7.2",
|
||||
"easymde": "2.13.0",
|
||||
"clipboard": "2.0.8",
|
||||
"codemirror": "5.60.0",
|
||||
"core-js": "3.9.1",
|
||||
"css-loader": "5.1.3",
|
||||
"css-minimizer-webpack-plugin": "1.3.0",
|
||||
"dropzone": "5.8.1",
|
||||
"easymde": "2.14.0",
|
||||
"escape-goat": "3.0.0",
|
||||
"fast-glob": "3.2.4",
|
||||
"fast-glob": "3.2.5",
|
||||
"file-loader": "6.2.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.5.1",
|
||||
"jquery": "3.6.0",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"less": "4.0.0",
|
||||
"less-loader": "7.2.0",
|
||||
"less": "4.1.1",
|
||||
"less-loader": "8.0.0",
|
||||
"license-checker-webpack-plugin": "0.2.1",
|
||||
"mermaid": "8.8.4",
|
||||
"mini-css-extract-plugin": "1.3.3",
|
||||
"monaco-editor": "0.21.2",
|
||||
"monaco-editor-webpack-plugin": "2.1.0",
|
||||
"postcss": "8.2.1",
|
||||
"mermaid": "8.9.2",
|
||||
"mini-css-extract-plugin": "1.3.9",
|
||||
"monaco-editor": "0.23.0",
|
||||
"monaco-editor-webpack-plugin": "3.0.1",
|
||||
"postcss": "8.2.8",
|
||||
"pretty-ms": "7.0.1",
|
||||
"raw-loader": "4.0.2",
|
||||
"sortablejs": "1.12.0",
|
||||
"swagger-ui-dist": "3.38.0",
|
||||
"terser-webpack-plugin": "5.0.3",
|
||||
"sortablejs": "1.13.0",
|
||||
"swagger-ui-dist": "3.45.1",
|
||||
"terser-webpack-plugin": "5.1.1",
|
||||
"tributejs": "5.1.3",
|
||||
"vue": "2.6.12",
|
||||
"vue-bar-graph": "1.2.0",
|
||||
"vue-calendar-heatmap": "0.8.4",
|
||||
"vue-loader": "15.9.6",
|
||||
"vue-template-compiler": "2.6.12",
|
||||
"webpack": "5.11.0",
|
||||
"webpack-cli": "4.3.0",
|
||||
"workbox-routing": "6.0.2",
|
||||
"workbox-strategies": "6.0.2",
|
||||
"worker-loader": "3.0.7",
|
||||
"webpack": "5.27.1",
|
||||
"webpack-cli": "4.5.0",
|
||||
"workbox-routing": "6.1.2",
|
||||
"workbox-strategies": "6.1.2",
|
||||
"worker-loader": "3.0.8",
|
||||
"wrap-ansi": "7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7.16.0",
|
||||
"eslint-plugin-html": "6.1.1",
|
||||
"eslint": "7.22.0",
|
||||
"eslint-plugin-html": "6.1.2",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-unicorn": "24.0.0",
|
||||
"eslint-plugin-vue": "7.3.0",
|
||||
"stylelint": "13.8.0",
|
||||
"stylelint-config-standard": "20.0.0",
|
||||
"svgo": "1.3.2",
|
||||
"updates": "11.4.2"
|
||||
"eslint-plugin-unicorn": "29.0.0",
|
||||
"eslint-plugin-vue": "7.7.0",
|
||||
"stylelint": "13.12.0",
|
||||
"stylelint-config-standard": "21.0.0",
|
||||
"svgo": "2.2.2",
|
||||
"updates": "11.4.3"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue