We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8d78e commit 33f0374Copy full SHA for 33f0374
changelogs/drizzle-zod/0.8.3.md
@@ -0,0 +1 @@
1
+- Update peerDeps for zod
drizzle-zod/package.json
@@ -1,6 +1,6 @@
{
2
"name": "drizzle-zod",
3
- "version": "0.8.2",
+ "version": "0.8.3",
4
"description": "Generate Zod schemas from Drizzle ORM schemas",
5
"type": "module",
6
"scripts": {
@@ -65,7 +65,7 @@
65
"license": "Apache-2.0",
66
"peerDependencies": {
67
"drizzle-orm": ">=0.36.0",
68
- "zod": "^3.25.1"
+ "zod": "^3.25.0 || ^4.0.0"
69
},
70
"devDependencies": {
71
"@rollup/plugin-typescript": "^11.1.0",
0 commit comments