Skip to content

Commit 2d28e6a

Browse files
authored
fix: zod v4 peer deps (#798)
1 parent f040039 commit 2d28e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"peerDependencies": {
1414
"react-hook-form": "^7.55.0",
1515
"@hookform/resolvers": "^2.0.0",
16-
"zod": "^3.25.0"
16+
"zod": "^3.25.0 || ^4.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)