risen228 / nestjs-zod-prisma

Zod Prisma fork for nestjs-zod
MIT License
62 stars 11 forks source link

Fix nestjs-zod peer dependency version #23

Open paularmstrong opened 9 months ago

paularmstrong commented 9 months ago

Problem: Getting a warning from Yarn:

nestjs-zod is listed by your project with version 3.0.0, which doesn't satisfy what nestjs-zod-prisma (p2e4d0) requests (^1.1.0).

Solution:

nestjs-zod is currently at 3.0.0 and it seems the intention is to align these versions.

spiftire commented 7 months ago

Any progress regarding this?