Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@commitlint/config-conventional": "^19.8.1",
"@hookform/resolvers": "^5.2.2",
"@number-flow/react": "^0.5.12",
"@prisma/adapter-pg": "6.10.1",
"@prisma/adapter-pg": "7.4.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma adapter v7 incompatible with v6 client packages

High Severity

@prisma/adapter-pg is bumped to 7.4.1 while @prisma/client and prisma remain at 6.18.0 throughout the monorepo (packages/db/package.json, apps/api/package.json, and the Dockerfile). Prisma requires all its packages to share the same major version. The v7 adapter depends on @prisma/driver-adapter-utils 7.4.0, which is incompatible with the v6 client. This cross-major-version mismatch will cause runtime failures if the adapter is used.

Fix in Cursor Fix in Web

"@react-email/components": "^0.0.41",
"@react-email/render": "^1.4.0",
"@semantic-release/changelog": "^6.0.3",
Expand Down
Loading