Aktualisiere alle Pakete

This commit is contained in:
nocnico
2025-07-19 00:50:28 +02:00
parent a755e45697
commit 93e8eaba73
10 changed files with 595 additions and 1821 deletions

View File

@@ -8,30 +8,30 @@
"start": "tsx index.ts --transpile-only",
"build": "tsc"
},
"packageManager": "pnpm@10.11.0",
"packageManager": "pnpm@10.13.1",
"devDependencies": {
"concurrently": "^9.1.2",
"concurrently": "^9.2.0",
"typescript": "latest"
},
"dependencies": {
"@react-email/components": "^0.0.41",
"@react-email/components": "^0.3.2",
"@repo/shared-components": "workspace:*",
"@repo/db": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^22.15.29",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.6",
"axios": "^1.9.0",
"cors": "^2.8.5",
"cron": "^4.3.1",
"dotenv": "^16.5.0",
"@types/react": "^19.1.8",
"axios": "^1.10.0",
"cors": "^2.8.19",
"cron": "^4.3.2",
"dotenv": "^17.2.0",
"express": "^5.1.0",
"nodemailer": "^7.0.3",
"nodemailer": "^7.0.5",
"nodemon": "^3.1.10",
"react": "^19.1.0",
"react": "^19.1.8",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.4"
"tsx": "^4.20.3"
}
}