Update all Packages, add emailVerification on change, fix errors

This commit is contained in:
nocnico
2025-06-02 00:39:14 +02:00
parent 6972216aaf
commit a00d0f449a
11 changed files with 690 additions and 638 deletions

View File

@@ -13,22 +13,22 @@
"@repo/typescript-config": "*",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/node": "^22.13.5",
"@types/node": "^22.15.29",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.5",
"@types/react": "^19.1.6",
"concurrently": "^9.1.2",
"typescript": "latest"
},
"dependencies": {
"@react-email/components": "^0.0.33",
"axios": "^1.7.9",
"@react-email/components": "^0.0.41",
"axios": "^1.9.0",
"cors": "^2.8.5",
"cron": "^4.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"nodemailer": "^6.10.0",
"cron": "^4.3.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.10",
"react": "^19.0.0",
"react": "^19.1.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.4"
}