Browse Source

Update JS dependencies (#11842)

Result of `make npm-update`, no noteworthy changes.
tags/v1.13.0-rc1
silverwind 4 years ago
parent
commit
c99ae4cff4
No account linked to committer's email address
2 changed files with 921 additions and 776 deletions
  1. 909
    764
      package-lock.json
  2. 12
    12
      package.json

+ 909
- 764
package-lock.json
File diff suppressed because it is too large
View File


+ 12
- 12
package.json View File

@@ -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…
Cancel
Save