This commit is contained in:
PxlLoewe
2025-03-14 08:26:08 -07:00
10 changed files with 481 additions and 577 deletions

View File

@@ -13,12 +13,12 @@
"@types/express": "^5.0.0",
"@types/node": "^22.13.5",
"@types/nodemailer": "^6.4.17",
"@types/socket.io-redis": "^1.0.27",
"@types/socket.io-redis": "^3.0.0",
"concurrently": "^9.1.2",
"typescript": "latest"
},
"dependencies": {
"@react-email/components": "^0.0.32",
"@react-email/components": "^0.0.33",
"@socket.io/redis-adapter": "^8.3.0",
"axios": "^1.7.9",
"cron": "^4.1.0",
@@ -29,6 +29,6 @@
"react": "^19.0.0",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"socket.io-redis": "^5.4.0"
"socket.io-redis": "^6.1.1"
}
}