diff options
author | dependabot[bot] | 2023-01-13 07:45:51 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 11:04:54 +0300 |
commit | 7c4c0391f794b15700bbd654f4bc4be7ca9a42db (patch) | |
tree | 5e88a1ade0d715ce2057bb2ef76b5a63479fed60 /vnext | |
parent | 3614e81abe4528072dd25168e06bc7d1e73a4885 (diff) |
Bump react-hook-form from 7.41.5 to 7.42.0 in /vnext
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.41.5 to 7.42.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.41.5...v7.42.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')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index d301e91e..f23443c4 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -27,7 +27,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.41.5", + "react-hook-form": "^7.42.0", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.6.2", "react-use": "^17.4.0", @@ -13988,9 +13988,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.41.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", - "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==", + "version": "7.42.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.0.tgz", + "integrity": "sha512-XDEjSUZmT68FOSv2FaD3XlN1sa2HB9vIQ9SVKsogGrHUY43o2aANQDC9LgHa4zusqCMKLG3qitpTcEhpYWHBFw==", "engines": { "node": ">=12.22.0" }, @@ -27151,9 +27151,9 @@ } }, "react-hook-form": { - "version": "7.41.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", - "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==", + "version": "7.42.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.0.tgz", + "integrity": "sha512-XDEjSUZmT68FOSv2FaD3XlN1sa2HB9vIQ9SVKsogGrHUY43o2aANQDC9LgHa4zusqCMKLG3qitpTcEhpYWHBFw==", "requires": {} }, "react-hot-toast": { diff --git a/vnext/package.json b/vnext/package.json index 3416bf57..d3204539 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -67,7 +67,7 @@ "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.41.5", + "react-hook-form": "^7.42.0", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.6.2", "react-use": "^17.4.0", |