From 63516a71439e6a569fb2a251bae01da825b5a09c Mon Sep 17 00:00:00 2001 From: Christopher Kapic Date: Mon, 17 Feb 2025 21:52:25 -0500 Subject: [PATCH] Allow hookform 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a28a841..cc7dc9c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "!lib/src/__tests__" ], "peerDependencies": { - "@hookform/resolvers": "^2.8.0 || ^3.0.0", + "@hookform/resolvers": "^2.8.0 || ^3.0.0 || ^4.0.0", "react": "^16.8.0 || ^17 || ^18", "react-hook-form": "^7.39.0", "zod": "^3.19.0"