[chore] Update React-hook-form (#782)
This commit is contained in:
parent
381adcf381
commit
87af48d7c2
2 changed files with 4 additions and 4 deletions
6
kafka-ui-react-app/package-lock.json
generated
6
kafka-ui-react-app/package-lock.json
generated
|
@ -1538,9 +1538,9 @@
|
|||
"integrity": "sha512-Y90nHzjgL2MP7GFy75kscdvxrCTjtyxGmOLLxX14nd08OXRIh9lMH/y9Kpdo0p1IPowJBiZMHyueg7p+yrqynQ=="
|
||||
},
|
||||
"@hookform/resolvers": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.6.0.tgz",
|
||||
"integrity": "sha512-1Pbxjc4HEzATEcRsyDfkEQR/3OWaQwbemW9HTTYH+ZiLF2mzafl5Pn++65gwNnJSGzXUp5LIq3Nz2+Cz4m2U8A=="
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-2.7.1.tgz",
|
||||
"integrity": "sha512-dX//pnHJK9CJSz0bURQ7B84vSy1OnqJmB+ziVY4Jvc5VyL2qe0l3ol8QicCkjKxFdlOLlAds+eF0H0u8HELk5A=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@hookform/error-message": "^2.0.0",
|
||||
"@hookform/resolvers": "^2.5.1",
|
||||
"@hookform/resolvers": "^2.7.1",
|
||||
"@rooks/use-outside-click-ref": "^4.10.1",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@types/eventsource": "^1.1.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue