1
Fork 0

Update JS dependencies and misc tweaks (#13741)

* Update JS dependencies and misc tweaks

- Update all JS dependencies minus webpack
- Adapt CodeMirrors styling to new CSS parent introduced by EasyMDE
- Set eslint parser to latest and add new eslint 7.14 rule
- Speed up npm install by disabling audit and fund checks
- Move fomantic-ui to optional dependencies to further speed up npm
- Enable syntax highlighting on GH for .eslintrc and .stylelintrc
- Makefile cleanups

* disable audit in npmrc

* add missing dash

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind 2020-11-29 22:39:36 +01:00 committed by GitHub
parent c4deb97ed1
commit e81edc02b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 843 additions and 1055 deletions

View file

@ -5,39 +5,38 @@
"node": ">= 10.13.0"
},
"dependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.12.9",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/runtime": "7.12.5",
"@claviska/jquery-minicolors": "2.3.5",
"@primer/octicons": "11.0.0",
"@primer/octicons": "11.1.0",
"add-asset-webpack-plugin": "1.0.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.2",
"clipboard": "2.0.6",
"codemirror": "5.58.2",
"core-js": "3.7.0",
"codemirror": "5.58.3",
"core-js": "3.8.0",
"css-loader": "5.0.1",
"css-minimizer-webpack-plugin": "1.1.5",
"dropzone": "5.7.2",
"easymde": "2.12.1",
"easymde": "2.13.0",
"escape-goat": "3.0.0",
"fast-glob": "3.2.4",
"file-loader": "6.2.0",
"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.2",
"less-loader": "7.1.0",
"license-webpack-plugin": "2.3.1",
"mermaid": "8.8.3",
"mini-css-extract-plugin": "1.3.0",
"mini-css-extract-plugin": "1.3.1",
"monaco-editor": "0.21.2",
"monaco-editor-webpack-plugin": "2.0.0",
"postcss": "8.1.6",
"postcss": "8.1.10",
"raw-loader": "4.0.2",
"sortablejs": "1.12.0",
"swagger-ui": "3.36.2",
"swagger-ui": "3.37.2",
"terser-webpack-plugin": "4.2.3",
"tributejs": "5.1.3",
"vue": "2.6.12",
@ -53,13 +52,16 @@
"worker-loader": "3.0.5",
"wrap-ansi": "7.0.0"
},
"optionalDependencies": {
"fomantic-ui": "2.8.7"
},
"devDependencies": {
"eslint": "7.13.0",
"eslint": "7.14.0",
"eslint-plugin-html": "6.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-unicorn": "23.0.0",
"eslint-plugin-vue": "7.1.0",
"stylelint": "13.7.2",
"stylelint": "13.8.0",
"stylelint-config-standard": "20.0.0",
"svgo": "1.3.2",
"updates": "11.4.0"