mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
Update JS dependencies (#11842)
Result of `make npm-update`, no noteworthy changes.
This commit is contained in:
parent
4a4977a1f0
commit
c99ae4cff4
1671
package-lock.json
generated
1671
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@ -5,11 +5,11 @@
|
||||
"node": ">= 10.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
|
||||
"@babel/plugin-transform-runtime": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"@babel/runtime": "7.9.6",
|
||||
"@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",
|
||||
"@primer/octicons": "9.6.0",
|
||||
"babel-loader": "8.1.0",
|
||||
"clipboard": "2.0.6",
|
||||
@ -17,7 +17,7 @@
|
||||
"css-loader": "3.5.3",
|
||||
"cssnano": "4.1.10",
|
||||
"domino": "2.1.5",
|
||||
"dropzone": "5.7.0",
|
||||
"dropzone": "5.7.1",
|
||||
"fast-glob": "3.2.2",
|
||||
"file-loader": "6.0.0",
|
||||
"fomantic-ui": "2.8.5",
|
||||
@ -35,8 +35,8 @@
|
||||
"svg-sprite-loader": "5.0.0",
|
||||
"svgo": "1.3.2",
|
||||
"svgo-loader": "2.2.1",
|
||||
"swagger-ui": "3.25.3",
|
||||
"terser-webpack-plugin": "3.0.1",
|
||||
"swagger-ui": "3.26.0",
|
||||
"terser-webpack-plugin": "3.0.3",
|
||||
"tributejs": "5.1.3",
|
||||
"vue": "2.6.11",
|
||||
"vue-bar-graph": "1.2.0",
|
||||
@ -45,19 +45,19 @@
|
||||
"vue-template-compiler": "2.6.11",
|
||||
"webpack": "4.43.0",
|
||||
"webpack-cli": "3.3.11",
|
||||
"webpack-fix-style-only-entries": "0.4.0",
|
||||
"webpack-fix-style-only-entries": "0.5.0",
|
||||
"workbox-routing": "5.1.3",
|
||||
"workbox-strategies": "5.1.3",
|
||||
"worker-loader": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7.2.0",
|
||||
"eslint-plugin-import": "2.21.1",
|
||||
"eslint-plugin-import": "2.21.2",
|
||||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"eslint-plugin-unicorn": "20.1.0",
|
||||
"stylelint": "13.3.3",
|
||||
"stylelint": "13.6.0",
|
||||
"stylelint-config-standard": "20.0.0",
|
||||
"updates": "10.2.11"
|
||||
"updates": "10.2.13"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
|
Loading…
Reference in New Issue
Block a user