diff options
author | dependabot[bot] | 2023-12-11 21:10:04 +0000 |
---|---|---|
committer | vitalyster | 2023-12-12 20:46:35 +0300 |
commit | fd710e225b93860cd99e2e26cb130767887f79bf (patch) | |
tree | ceee9d3dd0e3513c1c81db21fd9a78700bb91f60 | |
parent | e476b6c4fe05a7f58a19de0004e9de6494c42f52 (diff) |
build(deps): bump react-hook-form from 7.48.2 to 7.49.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.48.2 to 7.49.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.48.2...v7.49.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>
-rw-r--r-- | package-lock.json | 17 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 7fb13def..15a03fe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-cookie": "^6.1.1", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.49.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.20.1", "svg4everybody": "^2.1.9", @@ -16299,11 +16299,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.49.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.0.tgz", + "integrity": "sha512-gf4qyY4WiqK2hP/E45UUT6wt3Khl49pleEVcIzxhLBrD6m+GMWtLRk0vMrRv45D1ZH8PnpXFwRPv0Pewske2jw==", "engines": { - "node": ">=12.22.0" + "node": ">=18", + "pnpm": "8" }, "funding": { "type": "opencollective", @@ -30648,9 +30649,9 @@ } }, "react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.49.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.0.tgz", + "integrity": "sha512-gf4qyY4WiqK2hP/E45UUT6wt3Khl49pleEVcIzxhLBrD6m+GMWtLRk0vMrRv45D1ZH8PnpXFwRPv0Pewske2jw==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 1c1c1a83..a6067913 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-cookie": "^6.1.1", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", - "react-hook-form": "^7.48.2", + "react-hook-form": "^7.49.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.20.1", "svg4everybody": "^2.1.9", |