earth-genome / foodtwin-global-app

Repository for our work on the global foodtwin application.
MIT License
1 stars 0 forks source link

Versions of prisma@5.20.0 and @prisma/client@5.15.0 don't match #65

Closed vgeorge closed 1 month ago

vgeorge commented 2 months ago

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.

cc @oliverroick