From 4c0d5f394fee3ea8cfe5f9fb0210720d6d0023df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:30:22 +0000 Subject: [PATCH] Bump react-hook-form from 7.51.5 to 7.52.0 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `react-hook-form` from 7.51.5 to 7.52.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.51.5...v7.52.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- admin/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/package.json b/admin/package.json index e9c5e13c4..62cd8f67e 100644 --- a/admin/package.json +++ b/admin/package.json @@ -29,7 +29,7 @@ "lucide-react": "^0.395.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.52.0", "react-i18next": "^14.1.0", "react-router-dom": "^6.23.1", "socket.io-client": "^4.7.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d327865f3..358c9691c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^18.2.0 version: 18.3.1(react@18.3.1) react-hook-form: - specifier: ^7.51.5 - version: 7.51.5(react@18.3.1) + specifier: ^7.52.0 + version: 7.52.0(react@18.3.1) react-i18next: specifier: ^14.1.0 version: 14.1.2(i18next@23.11.5)(react-dom@18.3.1)(react@18.3.1) @@ -6269,11 +6269,11 @@ packages: react: 18.3.1 scheduler: 0.23.2 - /react-hook-form@7.51.5(react@18.3.1): - resolution: {integrity: sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==} + /react-hook-form@7.52.0(react@18.3.1): + resolution: {integrity: sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==} engines: {node: '>=12.22.0'} peerDependencies: - react: ^16.8.0 || ^17 || ^18 + react: ^16.8.0 || ^17 || ^18 || ^19 dependencies: react: 18.3.1 dev: true