diff --git a/zod/package.json b/zod/package.json index 200d0ab..77f1eaa 100644 --- a/zod/package.json +++ b/zod/package.json @@ -12,6 +12,7 @@ "license": "MIT", "peerDependencies": { "react-hook-form": "^7.55.0", - "@hookform/resolvers": "^2.0.0" + "@hookform/resolvers": "^2.0.0", + "zod": "^3.25.0" } }