From 86fd43b0ac3b06b47f47d1113e74ec69164f6ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:17:16 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.73.1 to 7.74.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.73.1 to 7.74.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.73.1...v7.74.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.74.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db82c9f35..62341854b 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "react": "19.2.5", "react-day-picker": "9.14.0", "react-dom": "19.2.5", - "react-hook-form": "7.73.1", + "react-hook-form": "7.74.0", "react-i18next": "17.0.4", "react-resizable-panels": "4.10.0", "recharts": "3.8.1",