Skip to content

Commit 79cd8b2

Browse files
authored
fix: zod peer dep issue (#780)
1 parent 8d083bd commit 79cd8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zod/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"license": "MIT",
1313
"peerDependencies": {
1414
"react-hook-form": "^7.55.0",
15-
"@hookform/resolvers": "^2.0.0"
15+
"@hookform/resolvers": "^2.0.0",
16+
"zod": "^3.25.0"
1617
}
1718
}

0 commit comments

Comments
 (0)