From 9eb3589ba4bc1ad8ab9beb8d856b2cbed7a6bb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 16:18:51 +0000 Subject: [PATCH] Bump react-form-with-constraints-bootstrap4 from 0.16.0 to 0.16.1 Bumps [react-form-with-constraints-bootstrap4](https://github.com/tkrotoff/react-form-with-constraints) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/tkrotoff/react-form-with-constraints/releases) - [Changelog](https://github.com/tkrotoff/react-form-with-constraints/blob/master/CHANGELOG.md) - [Commits](https://github.com/tkrotoff/react-form-with-constraints/compare/v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: react-form-with-constraints-bootstrap4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++------- package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b558e7..2ab7466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2", "react-fa": "^5.0.0", "react-form-with-constraints": "^0.16.0", - "react-form-with-constraints-bootstrap4": "^0.16.0", + "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", "react-hook-form": "^7.0.0", "react-i18next": "^11.8.12", @@ -15859,9 +15859,13 @@ } }, "node_modules/react-form-with-constraints-bootstrap4": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/react-form-with-constraints-bootstrap4/-/react-form-with-constraints-bootstrap4-0.16.0.tgz", - "integrity": "sha512-eauxGmqAdLEFCAwZxWWO6QtAP10rS/mvZRWC9qHqGeRj1qIlVZ73egi5pJSgnpDUDeqScmwADQvmn8GsUyNdXg==" + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/react-form-with-constraints-bootstrap4/-/react-form-with-constraints-bootstrap4-0.16.1.tgz", + "integrity": "sha512-ayuGiel/WTuavgEtX71TcRlA9hG+r/W5+2zum4w2Y1Qq2yMf3I2HbcsABkl/0uACfdAeuVGKJHpuS3uE+HjGXw==", + "deprecated": "Use react-form-with-constraints-bootstrap instead", + "peerDependencies": { + "react-form-with-constraints": "^0.16.0" + } }, "node_modules/react-google-maps": { "version": "9.4.5", @@ -34419,9 +34423,10 @@ } }, "react-form-with-constraints-bootstrap4": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/react-form-with-constraints-bootstrap4/-/react-form-with-constraints-bootstrap4-0.16.0.tgz", - "integrity": "sha512-eauxGmqAdLEFCAwZxWWO6QtAP10rS/mvZRWC9qHqGeRj1qIlVZ73egi5pJSgnpDUDeqScmwADQvmn8GsUyNdXg==" + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/react-form-with-constraints-bootstrap4/-/react-form-with-constraints-bootstrap4-0.16.1.tgz", + "integrity": "sha512-ayuGiel/WTuavgEtX71TcRlA9hG+r/W5+2zum4w2Y1Qq2yMf3I2HbcsABkl/0uACfdAeuVGKJHpuS3uE+HjGXw==", + "requires": {} }, "react-google-maps": { "version": "9.4.5", diff --git a/package.json b/package.json index f1b6b48..c3202f6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-dom": "^17.0.2", "react-fa": "^5.0.0", "react-form-with-constraints": "^0.16.0", - "react-form-with-constraints-bootstrap4": "^0.16.0", + "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", "react-hook-form": "^7.0.0", "react-i18next": "^11.8.12",