From 10505fa1dd01c77aa83c0c0afa94f238bbb03190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:23:16 +0800 Subject: [PATCH] fix(deps): update dependency react-hook-form to v7.50.1 (#387) --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3aeba56316..59509b01ba 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "4.0.12", - "react-hook-form": "7.50.0", + "react-hook-form": "7.50.1", "react-i18next": "14.0.3", "react-router-dom": "6.22.0", "react-transition-group": "4.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cbf973c2b..bb4ede35d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ dependencies: specifier: 4.0.12 version: 4.0.12(react@18.2.0) react-hook-form: - specifier: 7.50.0 - version: 7.50.0(react@18.2.0) + specifier: 7.50.1 + version: 7.50.1(react@18.2.0) react-i18next: specifier: 14.0.3 version: 14.0.3(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) @@ -5263,8 +5263,8 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.50.0(react@18.2.0): - resolution: {integrity: sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==} + /react-hook-form@7.50.1(react@18.2.0): + resolution: {integrity: sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18