Merge pull request #52 from Arctichawk1/dependabot/npm_and_yarn/react-form-with-constraints-bootstrap4-0.16.1

Bump react-form-with-constraints-bootstrap4 from 0.16.0 to 0.16.1
This commit is contained in:
Batuhan Berk Başoğlu 2023-05-26 19:44:05 +00:00 committed by GitHub
commit 86939795dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 8 deletions

19
package-lock.json generated
View file

@ -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.43.9",
"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",
@ -34429,9 +34433,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",

View file

@ -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.43.9",
"react-i18next": "^11.8.12",