Updated outdates packages.

Also includes updating webpack configs to support newer versions.
This commit is contained in:
2020-12-06 21:38:37 +01:00
parent a1a14b5361
commit 37f41ff894
8 changed files with 604 additions and 599 deletions

View File

@@ -14,43 +14,43 @@
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/browser": "^5.27.4",
"@sentry/integrations": "^5.27.4",
"@zxing/library": "^0.15.2",
"@sentry/browser": "^5.28.0",
"@sentry/integrations": "^5.28.0",
"@zxing/library": "^0.18.3",
"canvas-confetti": "^1.2.0",
"cross-env": "^7.0.3",
"chart.js": "^2.9.3",
"connect-mongo": "^3.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"moment": "^2.24.0",
"mongoose": "^5.10.9",
"mongoose": "^5.11.4",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.0",
"node-sass": "^5.0.0",
"node-schedule": "^1.3.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"qrcode": "^1.4.4",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"socket.io": "^3.0.3",
"socket.io-client": "^3.0.3",
"vue": "~2.6",
"vue-router": "~3.0",
"vuex": "^3.1.1",
"vue-router": "~3.4.9",
"vuex": "^3.6.0",
"web-push": "^3.4.3"
},
"devDependencies": {
"@babel/core": "~7.12",
"@babel/preset-env": "~7.12",
"babel-loader": "~8.0",
"babel-loader": "~8.2.2",
"clean-webpack-plugin": "^3.0.0",
"core-js": "3",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"core-js": "3.8.1",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"friendly-errors-webpack-plugin": "~1.7",
"google-maps-api-loader": "^1.1.1",
"html-webpack-plugin": "~4.5",
"mini-css-extract-plugin": "~1.3.1",
"html-webpack-plugin": "5.0.0-alpha.15",
"mini-css-extract-plugin": "~1.3.2",
"optimize-css-assets-webpack-plugin": "~5.0.4",
"redis": "^3.0.2",
"sass-loader": "~10.1.0",
@@ -58,10 +58,10 @@
"vue-loader": "~15.9.5",
"vue-style-loader": "~4.1",
"vue-template-compiler": "^2.6.12",
"webpack": "~5.6.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack": "~5.10.0",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-cli": "~4.2.0",
"webpack-dev-server": "~3.11",
"webpack-merge": "~4.2"
"webpack-merge": "~5.4"
}
}