From 0f390f68dab3d853df9300b98a6e37a0d52b3a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:39:42 +0000 Subject: [PATCH] build(deps): bump react-hook-form-mui from 3.9.1 to 5.1.0 in /app Bumps [react-hook-form-mui](https://github.com/dohomi/react-hook-form-mui) from 3.9.1 to 5.1.0. - [Release notes](https://github.com/dohomi/react-hook-form-mui/releases) - [Commits](https://github.com/dohomi/react-hook-form-mui/compare/3.9.1...5.1.0) --- updated-dependencies: - dependency-name: react-hook-form-mui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 16 ++++++++-------- app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index c4cf7109..050022af 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -29,7 +29,7 @@ "react-chartjs-2": "^4.3.1", "react-dom": "^17.0.2", "react-hook-form": "^7.34.0", - "react-hook-form-mui": "^3.9.1", + "react-hook-form-mui": "^5.1.0", "react-i18next": "^11.18.3", "react-scripts": "^5.0.1", "react-toastify": "^9.0.7", @@ -20853,9 +20853,9 @@ } }, "node_modules/react-hook-form-mui": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-3.9.1.tgz", - "integrity": "sha512-qGsWKTTEvQvpgvVHIYKPDNzWev5kXftcXlZI+Y65eu9buSYojhoICK6N3OnM/jfllZokfl24UozouQFtdhLI8Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-5.1.0.tgz", + "integrity": "sha512-fRBk9l7IuMfWLsK4IHEhoN7eVJuGpzpQV4zqdOv+gcda2zxJ1zidrshcf2SVRP1tebOx4hki/wayxkLjuW1Hdw==", "engines": { "node": ">=14" }, @@ -20864,7 +20864,7 @@ "@mui/material": ">= 5.x <6", "@mui/x-date-pickers": ">=5.0.0-alpha.6 <6", "react": ">=17 <19", - "react-hook-form": ">=7.3.5", + "react-hook-form": ">=7.33.1", "typescript": ">= 4.1" } }, @@ -40031,9 +40031,9 @@ "requires": {} }, "react-hook-form-mui": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-3.9.1.tgz", - "integrity": "sha512-qGsWKTTEvQvpgvVHIYKPDNzWev5kXftcXlZI+Y65eu9buSYojhoICK6N3OnM/jfllZokfl24UozouQFtdhLI8Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-5.1.0.tgz", + "integrity": "sha512-fRBk9l7IuMfWLsK4IHEhoN7eVJuGpzpQV4zqdOv+gcda2zxJ1zidrshcf2SVRP1tebOx4hki/wayxkLjuW1Hdw==", "requires": {} }, "react-i18next": { diff --git a/app/package.json b/app/package.json index a3065ca4..a4934f56 100644 --- a/app/package.json +++ b/app/package.json @@ -25,7 +25,7 @@ "react-chartjs-2": "^4.3.1", "react-dom": "^17.0.2", "react-hook-form": "^7.34.0", - "react-hook-form-mui": "^3.9.1", + "react-hook-form-mui": "^5.1.0", "react-i18next": "^11.18.3", "react-scripts": "^5.0.1", "react-toastify": "^9.0.7",