fix(server): react email deps (#9850)

This commit is contained in:
liuyi
2025-01-22 16:50:23 +08:00
committed by GitHub
parent f7f1a6ee11
commit 8569ac86df
3 changed files with 15 additions and 26 deletions
+2 -3
View File
@@ -59,8 +59,7 @@
"@opentelemetry/semantic-conventions": "^1.28.0",
"@prisma/client": "^5.22.0",
"@prisma/instrumentation": "^5.22.0",
"@react-email/components": "0.0.31",
"@react-email/render": "1.0.3",
"@react-email/components": "0.0.32",
"@socket.io/redis-adapter": "^8.3.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
@@ -88,6 +87,7 @@
"piscina": "^5.0.0-alpha.0",
"prisma": "^5.22.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"ses": "^1.10.0",
@@ -122,7 +122,6 @@
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"nodemon": "^3.1.7",
"react-dom": "19.0.0",
"react-email": "3.0.4",
"sinon": "^19.0.2",
"supertest": "^7.0.0"