From 21389bb17adf9e0e0064840919ca424e9ec0c512 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 9 Jun 2025 00:08:10 -0700 Subject: [PATCH] fix: zod peer dep issue --- zod/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zod/package.json b/zod/package.json index 200d0ab5..77f1eaaf 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" } }