Skip to content

Commit 33f0374

Browse files
committed
Upgrade drizzle-zod peerDeps
1 parent 8b8d78e commit 33f0374

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelogs/drizzle-zod/0.8.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Update peerDeps for zod

drizzle-zod/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-zod",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Generate Zod schemas from Drizzle ORM schemas",
55
"type": "module",
66
"scripts": {
@@ -65,7 +65,7 @@
6565
"license": "Apache-2.0",
6666
"peerDependencies": {
6767
"drizzle-orm": ">=0.36.0",
68-
"zod": "^3.25.1"
68+
"zod": "^3.25.0 || ^4.0.0"
6969
},
7070
"devDependencies": {
7171
"@rollup/plugin-typescript": "^11.1.0",

0 commit comments

Comments
 (0)