Added transaction to creating an SES setting & upgraded to Prisma ORM 6 (#109)

* Added transaction to creating SES setting & upgraded Prisma to Prisma ORM 6

* Keep logging of the queue status in

---------

Co-authored-by: Kumarion <121711454+Kumarion@users.noreply.github.com>
This commit is contained in:
Arxk
2025-03-08 01:29:52 -05:00
committed by KM Koushik
parent d7239d6616
commit 9c5da6dca6
9 changed files with 160 additions and 426 deletions

View File

@@ -26,7 +26,7 @@
"@hono/zod-openapi": "^0.10.0",
"@hookform/resolvers": "^3.3.4",
"@isaacs/ttlcache": "^1.4.1",
"@prisma/client": "^5.11.0",
"@prisma/client": "^6.3.1",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.25.0",
"@trpc/client": "next",
@@ -51,7 +51,7 @@
"next-auth": "^4.24.6",
"pg-boss": "^9.0.3",
"pnpm": "^8.15.5",
"prisma": "^5.11.0",
"prisma": "^6.3.1",
"query-string": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -67,7 +67,6 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.2",
"@prisma/extension-optimize": "^0.10.0",
"@types/eslint": "^8.56.2",
"@types/html-to-text": "^9.0.4",
"@types/mime-types": "^2.1.4",