CarterGrimmeisen / zod-prisma

A custom prisma generator that creates Zod schemas from your Prisma model.
MIT License
826 stars 86 forks source link

update dependencies #164

Open Coderman562 opened 9 months ago

Coderman562 commented 9 months ago

upgrading all dependencies to support newer versions of prisma

gabrielhamel commented 9 months ago

whah nice work man, unfortunately this project seems to be dead since 2 years ago. I am using this package in a production project... I saw some people move to https://www.npmjs.com/package/zod-prisma-types that do a similar job

davidawad commented 6 months ago

This would also solve my issues, @CarterGrimmeisen could you take a look at this?