Update react-hook-form to version 7.22.3 (#3879)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2021-12-23 07:49:56 +01:00 committed by GitHub
parent 3811e40490
commit f6d0524425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -10847,9 +10847,9 @@
}
},
"react-hook-form": {
"version": "7.22.2",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.22.2.tgz",
"integrity": "sha512-gdz5dhdOPfd04uj00a+Fw8JHA4m6evn3RQeVEQSZCOrmRC+LqaTwsR97cQfj5vu3yCXhSETrUtiDoXJojW/KGg=="
"version": "7.22.3",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.22.3.tgz",
"integrity": "sha512-VhWJ531WbyP25C0O0nNTe6GNHmw/zFrJAXJLGKEeseNHitjcQXZ7OsdHbFSiH2KEYmY9tDFkMz9UzWUHdyFswQ=="
},
"react-is": {
"version": "16.13.1",

View File

@ -46,7 +46,7 @@
"mobx-react-lite": "^3.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.22.2",
"react-hook-form": "^7.22.3",
"react-router-dom": "^5.3.0"
}
}