prisma-tools
prisma-tools copied to clipboard
Update dependencies please
Please update your dependencies in @paljs/cli 🙏🏻
It is depending on a deprecated @prisma/sdk
which in turns uses an outdated temp-write
:
% npm ls uuid
/our_project
├─┬ @paljs/[email protected]
│ └─┬ @prisma/[email protected]
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ └─┬ [email protected]
│ └── [email protected]
I am working on that now to update prisma version to prisma 4 and fix all breaking changes
Any updates on this?
I am working on that now to update prisma version to prisma 4 and fix all breaking changes
@AhmedElywa thanks for this great lib, can you share your prisma 4 code. I'll try to help and create PR to move it forward.
This issue request is in #284