Bump react-hook-form from 7.50.0 to 7.50.1 in /js
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.50.0 to 7.50.1. - [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.50.0...v7.50.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51eb3320e2
commit
a561587f6d
4 changed files with 12 additions and 12 deletions
|
@ -28,7 +28,7 @@
|
|||
"lodash-es": "^4.17.21",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.50.0",
|
||||
"react-hook-form": "^7.50.1",
|
||||
"react-i18next": "^14.0.3",
|
||||
"react-router-dom": "^6.22.0",
|
||||
"ui-shared": "workspace:*"
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-hook-form": "^7.50.0",
|
||||
"react-hook-form": "^7.50.1",
|
||||
"react-i18next": "^14.0.3",
|
||||
"react-router-dom": "^6.22.0",
|
||||
"reactflow": "^11.10.3",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"lodash-es": "^4.17.21",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "7.50.0",
|
||||
"react-hook-form": "7.50.1",
|
||||
"react-i18next": "^14.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -102,8 +102,8 @@ importers:
|
|||
specifier: ^18.2.0
|
||||
version: 18.2.0(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)
|
||||
|
@ -205,8 +205,8 @@ importers:
|
|||
specifier: ^14.2.3
|
||||
version: 14.2.3(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)
|
||||
|
@ -446,8 +446,8 @@ importers:
|
|||
specifier: ^18.2.0
|
||||
version: 18.2.0(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)
|
||||
|
@ -6079,8 +6079,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
|
||||
|
@ -7756,7 +7756,7 @@ packages:
|
|||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
react-dropzone: 14.2.3(react@18.2.0)
|
||||
react-hook-form: 7.50.0(react@18.2.0)
|
||||
react-hook-form: 7.50.1(react@18.2.0)
|
||||
react-i18next: 14.0.3(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
react-router-dom: 6.22.0(react-dom@18.2.0)(react@18.2.0)
|
||||
reactflow: 11.10.3(@types/react@18.2.55)(react-dom@18.2.0)(react@18.2.0)
|
||||
|
|
Loading…
Reference in a new issue