From 085de6b0a099dca35d740ee767437146e41e3821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:39:40 +0000 Subject: [PATCH] build(deps): bump react-hook-form-mui from 3.9.1 to 5.3.0 in /app Bumps [react-hook-form-mui](https://github.com/dohomi/react-hook-form-mui) from 3.9.1 to 5.3.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.3.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 | 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 f562725a..86825cb1 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.0", "react-i18next": "^11.18.3", "react-scripts": "^5.0.1", "react-toastify": "^9.0.7", @@ -2269,12 +2269,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" @@ -2292,6 +2294,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" @@ -2309,6 +2312,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" @@ -2326,6 +2330,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" @@ -5118,6 +5123,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", @@ -20843,9 +20849,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.0", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-5.3.0.tgz", + "integrity": "sha512-rXadQONkql1In42LFjz/g9TVgOsXJGT1zDI3KAxSX9ngBdI0kmzdOzDOSlgdAr7ARJtfUnr9peXdo+a4ApY7Kw==", "engines": { "node": ">=14" }, @@ -20854,8 +20860,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": { @@ -21585,6 +21598,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" @@ -26753,12 +26767,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" @@ -26768,6 +26784,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" @@ -26777,6 +26794,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" @@ -26786,6 +26804,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" @@ -28613,6 +28632,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", @@ -40011,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.3.0", + "resolved": "https://registry.npmjs.org/react-hook-form-mui/-/react-hook-form-mui-5.3.0.tgz", + "integrity": "sha512-rXadQONkql1In42LFjz/g9TVgOsXJGT1zDI3KAxSX9ngBdI0kmzdOzDOSlgdAr7ARJtfUnr9peXdo+a4ApY7Kw==", "requires": {} }, "react-i18next": { @@ -40508,6 +40528,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 fd9c9376..d3df3004 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.0", "react-i18next": "^11.18.3", "react-scripts": "^5.0.1", "react-toastify": "^9.0.7",