Update dependencies and fix Heroku build.

This commit is contained in:
Gareth Latty
2021-09-19 13:10:41 +01:00
parent de7a09ce5b
commit 82b9513226
7 changed files with 23710 additions and 6203 deletions
+4
View File
@@ -0,0 +1,4 @@
client=https://github.com/heroku/heroku-buildpack-nodejs.git
server=https://github.com/heroku/heroku-buildpack-nodejs.git
https://github.com/heroku/heroku-buildpack-nodejs.git
https://github.com/heroku/heroku-buildpack-nginx.git
+1 -4
View File
@@ -5,10 +5,7 @@
"keywords": ["game", "party", "comedy"],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nginx.git"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
"url": "https://github.com/negativetwelve/heroku-buildpack-subdir.git"
}
],
"env": {
+18107 -5531
View File
File diff suppressed because it is too large Load Diff
+23 -23
View File
@@ -21,55 +21,55 @@
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@material/card": "^9.0.0",
"@material/mwc-button": "^0.20.0",
"@material/mwc-fab": "^0.20.0",
"@material/mwc-icon-button": "^0.20.0",
"@material/mwc-linear-progress": "^0.20.0",
"@material/mwc-menu": "^0.20.0",
"@material/mwc-select": "^0.20.0",
"@material/mwc-slider": "^0.20.0",
"@material/mwc-switch": "^0.20.0",
"@material/mwc-tab": "^0.20.0",
"@material/mwc-tab-bar": "^0.20.0",
"@material/mwc-textarea": "^0.20.0",
"@material/mwc-textfield": "^0.20.0",
"@material/card": "^11.0.0",
"@material/mwc-button": "^0.21.0",
"@material/mwc-fab": "^0.21.0",
"@material/mwc-icon-button": "^0.21.0",
"@material/mwc-linear-progress": "^0.21.0",
"@material/mwc-menu": "^0.21.0",
"@material/mwc-select": "^0.21.0",
"@material/mwc-slider": "^0.21.0",
"@material/mwc-switch": "^0.21.0",
"@material/mwc-tab": "^0.21.0",
"@material/mwc-tab-bar": "^0.21.0",
"@material/mwc-textarea": "^0.21.0",
"@material/mwc-textfield": "^0.21.0",
"@polymer/paper-tooltip": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.5.0",
"canvas-confetti": "^1.3.2"
},
"devDependencies": {
"@types/canvas-confetti": "^1.3.0",
"@types/chrome": "^0.0.127",
"@types/chrome": "^0.0.143",
"@types/chromecast-caf-receiver": "^5.0.13",
"@types/chromecast-caf-sender": "^1.0.3",
"app-manifest-loader": "^2.4.1",
"chromecast-device-emulator": "^1.2.7",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.1",
"compression-webpack-plugin": "^8.0.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"cssnano": "^5.0.5",
"elm": "^0.19.1-3",
"elm-analyse": "^0.16.5",
"elm-hot-webpack-loader": "^1.1.7",
"elm-webpack-loader": "^7.0.1",
"elm-webpack-loader": "^8.0.0",
"extract-loader": "^5.1.0",
"fibers": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.3.3",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"prettier": "2.2.1",
"prettier": "2.3.0",
"prettier-plugin-elm": "^0.7.0",
"resolve-url-loader": "^3.1.2",
"resolve-url-loader": "^4.0.0",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^8.0.13",
"ts-loader": "^9.2.2",
"tsickle-loader": "^0.5.0",
"typescript": "^4.1.3",
"webpack": "^5.11.1",
+3 -8
View File
@@ -7,15 +7,10 @@
"private": true,
"repository": "github:Lattyware/massivedecks",
"engines": {
"node": "14.x.x"
"node": "16.x.x"
},
"scripts": {
"build": "cp -r server/decks decks && npm run buildServer && npm run buildClient",
"buildServer": "npm explore @massivedecks/server -- npm run build",
"buildClient": "npm explore @massivedecks/client -- npm run build"
},
"dependencies": {
"@massivedecks/server": "file:./server",
"@massivedecks/client": "file:./client"
"build": "cp -r server/decks decks",
"prebuild": "echo \"This script is for Heroku builds, if you are running this manually, you probably want the projects in the server and client directories instead.\""
}
}
+5566 -631
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -7,7 +7,7 @@
"private": true,
"repository": "github:Lattyware/massivedecks",
"engines": {
"node": "15.x.x"
"node": "16.x.x"
},
"type": "module",
"module": "dist/index.js",
@@ -55,11 +55,11 @@
"@types/express-winston": "^4.0.0",
"@types/express-ws": "^3.0.0",
"@types/generic-pool": "^3.1.9",
"@types/hashids": "^1.0.32",
"@types/hashids": "^2.0.1",
"@types/helmet": "^4.0.0",
"@types/json5": "0.0.30",
"@types/json5": "2.2.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/pg": "^7.14.7",
"@types/pg": "^8.6.0",
"@types/qs": "^6.9.5",
"@types/source-map-support": "^0.5.3",
"@types/uuid": "^8.3.0",
@@ -67,10 +67,10 @@
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.3.0",
"nodemon": "^2.0.6",
"prettier": "2.2.1",
"prettier": "2.3.0",
"typescript": "^4.1.3",
"typescript-json-validator": "^2.4.2"
},