Update React Hook Form to latest version (#4375)

This commit is contained in:
Jon Koops 2023-02-10 17:58:40 +01:00 committed by GitHub
parent f184e57f1a
commit fa6b625ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@
"keycloak-masthead": "999.0.0-dev",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.38.0",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.1",
"ui-shared": "999.0.0-dev"

View file

@ -79,7 +79,7 @@
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.42.1",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.1",
"reactflow": "^11.5.5",

View file

@ -36,7 +36,7 @@
},
"dependencies": {
"@patternfly/react-core": "^4.267.6",
"react-hook-form": "7.42.1",
"react-hook-form": "7.43.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},

12
package-lock.json generated
View file

@ -45,7 +45,7 @@
"keycloak-masthead": "999.0.0-dev",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.38.0",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.1",
"ui-shared": "999.0.0-dev"
@ -77,7 +77,7 @@
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.42.1",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-router-dom": "6.8.1",
"reactflow": "^11.5.5",
@ -510,7 +510,7 @@
"@patternfly/react-core": "^4.267.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "7.42.1"
"react-hook-form": "7.43.1"
},
"devDependencies": {
"@types/react": "^17.0.53",
@ -14157,9 +14157,9 @@
}
},
"node_modules/react-hook-form": {
"version": "7.42.1",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.1.tgz",
"integrity": "sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==",
"version": "7.43.1",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.1.tgz",
"integrity": "sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==",
"engines": {
"node": ">=12.22.0"
},