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] <support@github.com>
This commit is contained in:
parent
e721422753
commit
9eb3589ba4
2 changed files with 13 additions and 8 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue