prisma-tools icon indicating copy to clipboard operation
prisma-tools copied to clipboard

Update dependencies please

Open icazemier opened this issue 2 years ago • 3 comments

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]

icazemier avatar Jul 05 '22 08:07 icazemier

I am working on that now to update prisma version to prisma 4 and fix all breaking changes

AhmedElywa avatar Jul 05 '22 09:07 AhmedElywa

Any updates on this?

mikaelkaron avatar Aug 14 '22 12:08 mikaelkaron

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.

yograf avatar Sep 07 '22 05:09 yograf

This issue request is in #284

AhmedElywa avatar Nov 03 '22 17:11 AhmedElywa