paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
680 stars 55 forks source link

Update dependencies please #274

Closed icazemier closed 1 year ago

icazemier commented 2 years ago

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/cli@4.1.0
│ └─┬ @prisma/sdk@3.15.2
│   ├─┬ checkpoint-client@1.1.21
│   │ └── uuid@8.3.2 deduped
│   └─┬ temp-write@4.0.0
│     └── uuid@3.4.0
AhmedElywa commented 2 years ago

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

mikaelkaron commented 1 year ago

Any updates on this?

yograf commented 1 year ago

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.

AhmedElywa commented 1 year ago

This issue request is in #284