From d4e164cfa948bdccbf5ba00c05371101ebe5f9f5 Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Thu, 18 Jul 2024 14:15:21 -0400 Subject: [PATCH] bump react-hook-form version --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 9b5e0d8e..b6ae3908 100644 --- a/web/package.json +++ b/web/package.json @@ -38,7 +38,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-helmet-async": "^1.3.0", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.52.1", "react-hot-toast": "^2.4.0", "react-markdown": "^8.0.7", "react-router-dom": "^6.9.0",