Bump react-hook-form from 7.49.3 to 7.50.0 in /js (#26721)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.49.3 to 7.50.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.49.3...v7.50.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-02 09:30:23 +01:00 committed by GitHub
parent 2f1a4c33d7
commit ab31575a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -28,7 +28,7 @@
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.49.3", "react-hook-form": "^7.50.0",
"react-i18next": "^14.0.1", "react-i18next": "^14.0.1",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"ui-shared": "workspace:*" "ui-shared": "workspace:*"

View file

@ -81,7 +81,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3", "react-hook-form": "^7.50.0",
"react-i18next": "^14.0.1", "react-i18next": "^14.0.1",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"reactflow": "^11.10.3", "reactflow": "^11.10.3",

View file

@ -47,7 +47,7 @@
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "7.49.3", "react-hook-form": "7.50.0",
"react-i18next": "^14.0.1" "react-i18next": "^14.0.1"
}, },
"devDependencies": { "devDependencies": {

View file

@ -102,8 +102,8 @@ importers:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0(react@18.2.0) version: 18.2.0(react@18.2.0)
react-hook-form: react-hook-form:
specifier: ^7.49.3 specifier: ^7.50.0
version: 7.49.3(react@18.2.0) version: 7.50.0(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.1
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
@ -205,8 +205,8 @@ importers:
specifier: ^14.2.3 specifier: ^14.2.3
version: 14.2.3(react@18.2.0) version: 14.2.3(react@18.2.0)
react-hook-form: react-hook-form:
specifier: ^7.49.3 specifier: ^7.50.0
version: 7.49.3(react@18.2.0) version: 7.50.0(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.1
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
@ -446,8 +446,8 @@ importers:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0(react@18.2.0) version: 18.2.0(react@18.2.0)
react-hook-form: react-hook-form:
specifier: 7.49.3 specifier: 7.50.0
version: 7.49.3(react@18.2.0) version: 7.50.0(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.1
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
@ -6073,9 +6073,9 @@ packages:
react: 18.2.0 react: 18.2.0
dev: false dev: false
/react-hook-form@7.49.3(react@18.2.0): /react-hook-form@7.50.0(react@18.2.0):
resolution: {integrity: sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==} resolution: {integrity: sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==}
engines: {node: '>=18', pnpm: '8'} engines: {node: '>=12.22.0'}
peerDependencies: peerDependencies:
react: ^16.8.0 || ^17 || ^18 react: ^16.8.0 || ^17 || ^18
dependencies: dependencies:
@ -7750,7 +7750,7 @@ packages:
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
react-dropzone: 14.2.3(react@18.2.0) react-dropzone: 14.2.3(react@18.2.0)
react-hook-form: 7.49.3(react@18.2.0) react-hook-form: 7.50.0(react@18.2.0)
react-i18next: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) react-i18next: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0)
reactflow: 11.10.3(@types/react@18.2.51)(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.3(@types/react@18.2.51)(react-dom@18.2.0)(react@18.2.0)