Update JS dependencies (#10726)

Result of `make npm-update`. Only notable change is that `updates` now
requires Node 10 and has been changed to a bundle, so its dependencies
are now no longer installed.
This commit is contained in:
silverwind 2020-03-14 16:27:20 +01:00 committed by GitHub
parent 37bd5787fc
commit 28b934b3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 473 additions and 907 deletions

1362
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@
"node": ">=10"
},
"dependencies": {
"@primer/octicons": "9.4.0",
"clipboard": "2.0.4",
"@primer/octicons": "9.6.0",
"clipboard": "2.0.6",
"dropzone": "5.7.0",
"fomantic-ui": "2.8.4",
"highlight.js": "9.18.1",
@ -19,18 +19,18 @@
"vue-calendar-heatmap": "0.8.4"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/runtime": "7.8.7",
"babel-loader": "8.0.6",
"copy-webpack-plugin": "5.1.1",
"core-js": "3.6.4",
"css-loader": "3.4.2",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.1",
"fast-glob": "3.2.2",
"less-loader": "5.0.0",
@ -39,16 +39,16 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"stylelint": "13.2.0",
"stylelint": "13.2.1",
"stylelint-config-standard": "20.0.0",
"svg-sprite-loader": "4.2.1",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
"terser-webpack-plugin": "2.3.5",
"updates": "9.3.3",
"updates": "10.2.3",
"vue-loader": "15.9.0",
"vue-template-compiler": "2.6.11",
"webpack": "4.41.6",
"webpack": "4.42.0",
"webpack-cli": "3.3.11",
"webpack-fix-style-only-entries": "0.4.0"
},