flaviostutz / cdk-practical-constructs

A collection of CDK constructs for making the development of AWS based applications easier and safer in a practical way
MIT License
4 stars 2 forks source link

feat: zod and zod-to-openapi peer dependencies #22

Closed MarcioMeier closed 4 months ago

MarcioMeier commented 4 months ago

Summary

Add zod and zod-to-openapi libraries as peer dependencies, so we don't require the projects to use the same version we use.

Zod breaks a lot the interfaces between minor versions, so it is important to use the same version as defined in the host package.