Frontend: Upgrade dependencies
This commit is contained in:
parent
7131db0cfe
commit
e04194fb57
2 changed files with 626 additions and 18134 deletions
18726
frontend/package-lock.json
generated
18726
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -25,31 +25,31 @@
|
|||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/register": "^7.12.1",
|
||||
"@babel/runtime": "^7.12.1",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@fortawesome/fontawesome-free": "^5.15.1",
|
||||
"acorn": "^6.4.2",
|
||||
"ajv": "^6.12.6",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"axios": "^0.19.2",
|
||||
"axios-mock-adapter": "^1.18.2",
|
||||
"axios-mock-adapter": "^1.19.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-loader": "^8.2.0",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"browserslist": "^4.14.5",
|
||||
"browserslist": "^4.14.7",
|
||||
"chai": "^4.2.0",
|
||||
"chalk": "^4.1.0",
|
||||
"chart.js": "^2.9.4",
|
||||
"chrome-finder": "^1.0.7",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"connect-history-api-fallback": "^1.3.0",
|
||||
"copy-webpack-plugin": "^6.2.1",
|
||||
"core-js": "^3.6.5",
|
||||
"copy-webpack-plugin": "^6.3.0",
|
||||
"core-js": "^3.7.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"crypto-random-string": "^3.3.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"cssnano": "^4.1.10",
|
||||
"easygettext": "^2.14.0",
|
||||
"eslint": "^7.11.0",
|
||||
"easygettext": "^2.16.1",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-formatter-pretty": "^4.0.0",
|
||||
"eslint-friendly-formatter": "^4.0.1",
|
||||
|
@ -58,14 +58,14 @@
|
|||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.1.0",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
"file-loader": "^3.0.1",
|
||||
"friendly-errors-webpack-plugin": "^1.7.0",
|
||||
"hls.js": "^0.14.16",
|
||||
"html-webpack-plugin": "^4.5.0",
|
||||
"http-proxy-middleware": "^1.0.6",
|
||||
"i18n-iso-countries": "^6.1.0",
|
||||
"i18n-iso-countries": "^6.2.2",
|
||||
"inject-loader": "^4.0.1",
|
||||
"karma": "^5.2.3",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
|
@ -80,7 +80,7 @@
|
|||
"mediaelement": "^4.2.16",
|
||||
"mini-css-extract-plugin": "^0.7.0",
|
||||
"minimist": ">=1.2.5",
|
||||
"mocha": "^8.2.0",
|
||||
"mocha": "^8.2.1",
|
||||
"moment-timezone": "^0.5.31",
|
||||
"node-storage-shim": "^2.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
||||
|
@ -95,11 +95,11 @@
|
|||
"postcss-reporter": "^6.0.1",
|
||||
"postcss-url": "^8.0.0",
|
||||
"pubsub-js": "^1.9.0",
|
||||
"puppeteer-core": "^5.3.1",
|
||||
"puppeteer-core": "^5.4.1",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"resolve-url-loader": "^3.1.2",
|
||||
"sass-loader": "^7.3.1",
|
||||
"sinon": "^9.2.0",
|
||||
"sinon": "^9.2.1",
|
||||
"sockette": "^2.0.6",
|
||||
"string-strip-html": "^4.5.1",
|
||||
"style-loader": "^0.23.1",
|
||||
|
@ -114,19 +114,19 @@
|
|||
"vue-infinite-scroll": "^2.0.2",
|
||||
"vue-js-modal": "^2.0.0-rc.6",
|
||||
"vue-loader": "^14.2.4",
|
||||
"vue-luxon": "^0.7.3",
|
||||
"vue-router": "^3.4.7",
|
||||
"vue-luxon": "^0.7.4",
|
||||
"vue-router": "^3.4.9",
|
||||
"vue-style-loader": "^4.1.2",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"vue2-filters": "^0.11.0",
|
||||
"vuelidate": "^0.7.5",
|
||||
"vuelidate": "^0.7.6",
|
||||
"vuetify": "^1.5.24",
|
||||
"webpack": "^4.44.2",
|
||||
"webpack-bundle-analyzer": "^3.9.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-hot-middleware": "^2.25.0",
|
||||
"webpack-md5-hash": "0.0.6",
|
||||
"webpack-merge": "^5.2.0"
|
||||
"webpack-merge": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.0.0",
|
||||
|
|
Loading…
Reference in a new issue