Due to the recent release of Prisma v5.20.0, a warning is now displayed after running pnpm i:
warn Versions of prisma@5.20.0 and @prisma/client@5.15.0 don't match.
This might lead to unexpected behavior.
Please make sure they have the same version.
This issue occurs because @prisma/client is locked at version 5.15.0, while the prisma package allows minor upgrades (^5.15.0).
We should update the package.json as soon as possible to ensure both packages are using the same version.
Due to the recent release of Prisma v5.20.0, a warning is now displayed after running
pnpm i
:This issue occurs because
@prisma/client
is locked at version5.15.0
, while theprisma
package allows minor upgrades (^5.15.0
).We should update the
package.json
as soon as possible to ensure both packages are using the same version.cc @oliverroick