diff options
author | dependabot[bot] | 2023-01-30 21:41:09 +0000 |
---|---|---|
committer | vitalyster | 2023-01-31 01:42:41 +0300 |
commit | 153817620df21981bff9860ac624b7f99a000951 (patch) | |
tree | 3d233626f7a28f4efaef4857566d7a9cd9dd09a8 /vnext/package.json | |
parent | 4eb6a56dfd3dc079088eabc472b4e1c715d207d4 (diff) |
build(deps): bump react-hook-form from 7.42.1 to 7.43.0 in /vnext
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.42.1 to 7.43.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.42.1...v7.43.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>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 5f8d7ee6..f5e0bb0f 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -68,7 +68,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.42.1", + "react-hook-form": "^7.43.0", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.8.0", "react-use": "^17.4.0", |