From eb592edb1b3d20e2a28f0ae238d45991277a3062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:38:46 +0000 Subject: [PATCH] build(deps): bump react-hook-form-mui from 3.9.1 to 5.3.1 in /app Bumps [react-hook-form-mui](https://github.com/dohomi/react-hook-form-mui) from 3.9.1 to 5.3.1. - [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.3.1) --- 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 | 39 ++++++++++++++++++++++++++++++--------- app/package.json | 2 +- 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index cd756bd..7b0bd30 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.3.1", "react-i18next": "^11.18.3", "react-scripts": "^5.0.1", "react-toastify": "^9.0.8", @@ -2274,12 +2274,14 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.14.0.tgz", "integrity": "sha512-qFN64hiFjmlDHJhu+9xMkdfDG2jLsggNxKXglnekUpXSq8faiqZgtHm2lsHCUuaPDTV6wuXHcCl8J1GQ5wLmPw==", + "optional": true, "peer": true }, "node_modules/@date-io/date-fns": { "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.14.0.tgz", "integrity": "sha512-4fJctdVyOd5cKIKGaWUM+s3MUXMuzkZaHuTY15PH70kU1YTMrCoauA7hgQVx9qj0ZEbGrH9VSPYJYnYro7nKiA==", + "optional": true, "peer": true, "dependencies": { "@date-io/core": "^2.14.0" @@ -2297,6 +2299,7 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/dayjs/-/dayjs-2.14.0.tgz", "integrity": "sha512-4fRvNWaOh7AjvOyJ4h6FYMS7VHLQnIEeAV5ahv6sKYWx+1g1UwYup8h7+gPuoF+sW2hTScxi7PVaba2Jk/U8Og==", + "optional": true, "peer": true, "dependencies": { "@date-io/core": "^2.14.0" @@ -2314,6 +2317,7 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/luxon/-/luxon-2.14.0.tgz", "integrity": "sha512-KmpBKkQFJ/YwZgVd0T3h+br/O0uL9ZdE7mn903VPAG2ZZncEmaUfUdYKFT7v7GyIKJ4KzCp379CRthEbxevEVg==", + "optional": true, "peer": true, "dependencies": { "@date-io/core": "^2.14.0" @@ -2331,6 +2335,7 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/moment/-/moment-2.14.0.tgz", "integrity": "sha512-VsoLXs94GsZ49ecWuvFbsa081zEv2xxG7d+izJsqGa2L8RPZLlwk27ANh87+SNnOUpp+qy2AoCAf0mx4XXhioA==", + "optional": true, "peer": true, "dependencies": { "@date-io/core": "^2.14.0" @@ -5123,6 +5128,7 @@ "version": "5.0.0-alpha.6", "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-5.0.0-alpha.6.tgz", "integrity": "sha512-2JeagDwwa/V2XPj243cZg5ReZ2553OzukUAfbdxXwj9gGGLeXjBa95NP4kPOBOze4tJq1y/4aYt/aK50aZWElQ==", + "optional": true, "peer": true, "dependencies": { "@babel/runtime": "^7.17.2", @@ -20819,9 +20825,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.3.1", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-5.3.1.tgz", + "integrity": "sha512-87iYJffkiCA3n6l/SPGBTwjs1s7PQNq3mUFwcxOQSL4qhiV/uuY7WIMJYnUPoKPqeKgmIokqir1sqZIOFW/yjQ==", "engines": { "node": ">=14" }, @@ -20830,8 +20836,15 @@ "@mui/material": ">= 5.x <6", "@mui/x-date-pickers": ">=5.0.0-alpha.6 <6", "react": ">=17 <19", - "react-hook-form": ">=7.3.5", - "typescript": ">= 4.1" + "react-hook-form": ">=7.33.1" + }, + "peerDependenciesMeta": { + "@mui/icons-material": { + "optional": true + }, + "@mui/x-date-pickers": { + "optional": true + } } }, "node_modules/react-i18next": { @@ -21561,6 +21574,7 @@ "version": "0.12.1", "resolved": "https://registry.npmjs.org/rifm/-/rifm-0.12.1.tgz", "integrity": "sha512-OGA1Bitg/dSJtI/c4dh90svzaUPt228kzFsUkJbtA2c964IqEAwWXeL9ZJi86xWv3j5SMqRvGULl7bA6cK0Bvg==", + "optional": true, "peer": true, "peerDependencies": { "react": ">=16.8" @@ -26724,12 +26738,14 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.14.0.tgz", "integrity": "sha512-qFN64hiFjmlDHJhu+9xMkdfDG2jLsggNxKXglnekUpXSq8faiqZgtHm2lsHCUuaPDTV6wuXHcCl8J1GQ5wLmPw==", + "optional": true, "peer": true }, "@date-io/date-fns": { "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.14.0.tgz", "integrity": "sha512-4fJctdVyOd5cKIKGaWUM+s3MUXMuzkZaHuTY15PH70kU1YTMrCoauA7hgQVx9qj0ZEbGrH9VSPYJYnYro7nKiA==", + "optional": true, "peer": true, "requires": { "@date-io/core": "^2.14.0" @@ -26739,6 +26755,7 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/dayjs/-/dayjs-2.14.0.tgz", "integrity": "sha512-4fRvNWaOh7AjvOyJ4h6FYMS7VHLQnIEeAV5ahv6sKYWx+1g1UwYup8h7+gPuoF+sW2hTScxi7PVaba2Jk/U8Og==", + "optional": true, "peer": true, "requires": { "@date-io/core": "^2.14.0" @@ -26748,6 +26765,7 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/luxon/-/luxon-2.14.0.tgz", "integrity": "sha512-KmpBKkQFJ/YwZgVd0T3h+br/O0uL9ZdE7mn903VPAG2ZZncEmaUfUdYKFT7v7GyIKJ4KzCp379CRthEbxevEVg==", + "optional": true, "peer": true, "requires": { "@date-io/core": "^2.14.0" @@ -26757,6 +26775,7 @@ "version": "2.14.0", "resolved": "https://registry.npmjs.org/@date-io/moment/-/moment-2.14.0.tgz", "integrity": "sha512-VsoLXs94GsZ49ecWuvFbsa081zEv2xxG7d+izJsqGa2L8RPZLlwk27ANh87+SNnOUpp+qy2AoCAf0mx4XXhioA==", + "optional": true, "peer": true, "requires": { "@date-io/core": "^2.14.0" @@ -28584,6 +28603,7 @@ "version": "5.0.0-alpha.6", "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-5.0.0-alpha.6.tgz", "integrity": "sha512-2JeagDwwa/V2XPj243cZg5ReZ2553OzukUAfbdxXwj9gGGLeXjBa95NP4kPOBOze4tJq1y/4aYt/aK50aZWElQ==", + "optional": true, "peer": true, "requires": { "@babel/runtime": "^7.17.2", @@ -39960,9 +39980,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.3.1", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-5.3.1.tgz", + "integrity": "sha512-87iYJffkiCA3n6l/SPGBTwjs1s7PQNq3mUFwcxOQSL4qhiV/uuY7WIMJYnUPoKPqeKgmIokqir1sqZIOFW/yjQ==", "requires": {} }, "react-i18next": { @@ -40457,6 +40477,7 @@ "version": "0.12.1", "resolved": "https://registry.npmjs.org/rifm/-/rifm-0.12.1.tgz", "integrity": "sha512-OGA1Bitg/dSJtI/c4dh90svzaUPt228kzFsUkJbtA2c964IqEAwWXeL9ZJi86xWv3j5SMqRvGULl7bA6cK0Bvg==", + "optional": true, "peer": true, "requires": {} }, diff --git a/app/package.json b/app/package.json index 3f4df2a..2d01772 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.3.1", "react-i18next": "^11.18.3", "react-scripts": "^5.0.1", "react-toastify": "^9.0.8",