Bump react-form-with-constraints from 0.16.0 to 0.16.1
Bumps [react-form-with-constraints](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
139a7a636e
commit
29d2e43d48
2 changed files with 11 additions and 8 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -35,7 +35,7 @@
|
|||
"react-bootstrap-carousel": "^4.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-fa": "^5.0.0",
|
||||
"react-form-with-constraints": "^0.16.0",
|
||||
"react-form-with-constraints": "^0.16.1",
|
||||
"react-form-with-constraints-bootstrap4": "^0.16.1",
|
||||
"react-google-maps": "^9.4.5",
|
||||
"react-hook-form": "^7.44.2",
|
||||
|
@ -17258,11 +17258,14 @@
|
|||
"integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw=="
|
||||
},
|
||||
"node_modules/react-form-with-constraints": {
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.0.tgz",
|
||||
"integrity": "sha512-xt6geBao/+i3pcfNKDHYIJCHI+Ii6mhNN5rhL5l7BnKnQ04KPIRkWmrBNrhfptwV2LIc21hLH6lYZMN5BaKkvQ==",
|
||||
"version": "0.16.1",
|
||||
"resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.1.tgz",
|
||||
"integrity": "sha512-SWlErEffFTYdW8BoFYAs4rn2PSmbAylLKNgYzh2/cMZYetSy4pM7MDMMVoy1+GOMuI4jc1axdNSH5MF0LUrGFQ==",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16"
|
||||
}
|
||||
},
|
||||
"node_modules/react-form-with-constraints-bootstrap4": {
|
||||
|
@ -33143,9 +33146,9 @@
|
|||
"integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw=="
|
||||
},
|
||||
"react-form-with-constraints": {
|
||||
"version": "0.16.0",
|
||||
"resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.0.tgz",
|
||||
"integrity": "sha512-xt6geBao/+i3pcfNKDHYIJCHI+Ii6mhNN5rhL5l7BnKnQ04KPIRkWmrBNrhfptwV2LIc21hLH6lYZMN5BaKkvQ==",
|
||||
"version": "0.16.1",
|
||||
"resolved": "https://registry.npmjs.org/react-form-with-constraints/-/react-form-with-constraints-0.16.1.tgz",
|
||||
"integrity": "sha512-SWlErEffFTYdW8BoFYAs4rn2PSmbAylLKNgYzh2/cMZYetSy4pM7MDMMVoy1+GOMuI4jc1axdNSH5MF0LUrGFQ==",
|
||||
"requires": {
|
||||
"prop-types": "^15.7.2"
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"react-bootstrap-carousel": "^4.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-fa": "^5.0.0",
|
||||
"react-form-with-constraints": "^0.16.0",
|
||||
"react-form-with-constraints": "^0.16.1",
|
||||
"react-form-with-constraints-bootstrap4": "^0.16.1",
|
||||
"react-google-maps": "^9.4.5",
|
||||
"react-hook-form": "^7.44.2",
|
||||
|
|
Loading…
Reference in a new issue