mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
Bump react-hook-form from 7.51.3 to 7.52.1 (#569)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.3 to 7.52.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.51.3...v7.52.1) --- 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:
parent
c07ec04b4e
commit
cc51b3edbe
2 changed files with 11 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-admin": "^4.16.17",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-hook-form": "^7.52.1",
|
||||
"react-is": "^18.3.1",
|
||||
"react-query": "^3.32.1",
|
||||
"react-router": "^6.23.0",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -6911,6 +6911,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-hook-form@npm:^7.52.1":
|
||||
version: 7.52.1
|
||||
resolution: "react-hook-form@npm:7.52.1"
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
checksum: 10c0/68f21daa66f3c2b87c83f2f9b1dbd160a856b24e9315263af24fee8737b62336dc7cc43e09c581ff957ed032a3ac2355f69b1c1d32d89893a6e1f601112eacfd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0, react-is@npm:^18.0.0, react-is@npm:^18.2.0, react-is@npm:^18.3.1":
|
||||
version: 18.3.1
|
||||
resolution: "react-is@npm:18.3.1"
|
||||
|
@ -7773,7 +7782,7 @@ __metadata:
|
|||
react: "npm:^18.3.1"
|
||||
react-admin: "npm:^4.16.17"
|
||||
react-dom: "npm:^18.3.1"
|
||||
react-hook-form: "npm:^7.43.9"
|
||||
react-hook-form: "npm:^7.52.1"
|
||||
react-is: "npm:^18.3.1"
|
||||
react-query: "npm:^3.32.1"
|
||||
react-router: "npm:^6.23.0"
|
||||
|
|
Loading…
Reference in a new issue