From ad7f5f8ea589b2046b8c469178372448d3f08dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:36:56 +0200 Subject: [PATCH] Bump react-hook-form from 7.46.2 to 7.47.0 in /js (#23650) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.46.2 to 7.47.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.46.2...v7.47.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/apps/account-ui/package.json | 2 +- js/apps/admin-ui/package.json | 2 +- js/libs/ui-shared/package.json | 2 +- js/pnpm-lock.yaml | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 3be9a2fead..ed73f7039c 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -20,7 +20,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.47.0", "react-i18next": "^13.2.2", "react-router-dom": "^6.15.0", "ui-shared": "workspace:*" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index aaf1dd69e2..f83bed9bcb 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -81,7 +81,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.47.0", "react-i18next": "^13.2.2", "react-router-dom": "^6.15.0", "reactflow": "^11.9.2", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index cdf45c6959..8fe7c55412 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -38,7 +38,7 @@ "@patternfly/react-icons": "^4.93.6", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "7.46.2" + "react-hook-form": "7.47.0" }, "devDependencies": { "@types/react": "^18.2.22", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index eaa4c44370..23078ab652 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -102,8 +102,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.46.2 - version: 7.46.2(react@18.2.0) + specifier: ^7.47.0 + version: 7.47.0(react@18.2.0) react-i18next: specifier: ^13.2.2 version: 13.2.2(i18next@23.5.1)(react-dom@18.2.0)(react@18.2.0) @@ -205,8 +205,8 @@ importers: specifier: ^3.1.4 version: 3.1.4(react@18.2.0) react-hook-form: - specifier: ^7.46.2 - version: 7.46.2(react@18.2.0) + specifier: ^7.47.0 + version: 7.47.0(react@18.2.0) react-i18next: specifier: ^13.2.2 version: 13.2.2(i18next@23.5.1)(react-dom@18.2.0)(react@18.2.0) @@ -434,8 +434,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: 7.46.2 - version: 7.46.2(react@18.2.0) + specifier: 7.47.0 + version: 7.47.0(react@18.2.0) devDependencies: '@types/react': specifier: ^18.2.22 @@ -5698,8 +5698,8 @@ packages: react: 18.2.0 dev: false - /react-hook-form@7.46.2(react@18.2.0): - resolution: {integrity: sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==} + /react-hook-form@7.47.0(react@18.2.0): + resolution: {integrity: sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -6861,7 +6861,7 @@ packages: '@types/node': 20.6.5 esbuild: 0.18.20 postcss: 8.4.28 - rollup: 3.29.4 + rollup: 3.29.3 optionalDependencies: fsevents: 2.3.3 dev: true @@ -7405,7 +7405,7 @@ packages: react-dom: 18.2.0(react@18.2.0) react-dropzone: 14.2.3(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) - react-hook-form: 7.46.2(react@18.2.0) + react-hook-form: 7.47.0(react@18.2.0) react-i18next: 13.2.2(i18next@23.5.1)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.15.0(react-dom@18.2.0)(react@18.2.0) reactflow: 11.9.2(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0)