update prisma version
Some checks failed
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Emulator Test / docker (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Test / docker (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Runs E2E API Tests with external source of truth / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (latest) (push) Has been cancelled
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Has been cancelled
Dev Environment Test / restart-dev-and-test (push) Has been cancelled
Run setup tests / setup-tests (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled

This commit is contained in:
Zai Shi 2025-07-18 11:26:17 -07:00
parent 22fe096141
commit 558b1c6376
2 changed files with 513 additions and 308 deletions

View File

@ -50,10 +50,10 @@
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@oslojs/otp": "^1.1.0",
"@prisma/adapter-neon": "^6.11.0",
"@prisma/adapter-pg": "^6.11.0",
"@prisma/client": "^6.11.0",
"@prisma/instrumentation": "^6.11.0",
"@prisma/adapter-neon": "^6.12.0",
"@prisma/adapter-pg": "^6.12.0",
"@prisma/client": "^6.12.0",
"@prisma/instrumentation": "^6.12.0",
"@sentry/nextjs": "^8.40.0",
"@simplewebauthn/server": "^11.0.0",
"@stackframe/stack-emails": "workspace:*",
@ -69,8 +69,8 @@
"next": "15.4.1",
"nodemailer": "^6.9.10",
"oidc-provider": "^8.5.1",
"pg": "^8.16.3",
"openid-client": "5.6.4",
"pg": "^8.16.3",
"posthog-node": "^4.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
@ -93,7 +93,7 @@
"concurrently": "^8.2.2",
"glob": "^10.4.1",
"import-in-the-middle": "^1.12.0",
"prisma": "^6.11.0",
"prisma": "^6.12.0",
"require-in-the-middle": "^7.4.0",
"rimraf": "^5.0.5",
"tsup": "^8.3.0",

File diff suppressed because it is too large Load Diff