Merge pull request #7153 from backstage/dependabot/npm_and_yarn/react-hook-form-7.15.3

chore(deps): bump react-hook-form from 7.12.2 to 7.15.3
This commit is contained in:
Ben Lambert
2021-09-13 11:06:34 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -25,7 +25,7 @@ type Props<TFieldValue extends string> = {
options: string[];
required?: boolean;
errors?: FieldErrors<Record<TFieldValue, string>>;
errors?: FieldErrors;
rules?: React.ComponentProps<typeof Controller>['rules'];
loading?: boolean;
+3 -3
View File
@@ -22496,9 +22496,9 @@ react-hook-form@^6.15.4:
integrity sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg==
react-hook-form@^7.12.2:
version "7.12.2"
resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.2.tgz#2660afbf03c4ef360a9314ebf46ce3d972296c77"
integrity sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg==
version "7.15.3"
resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.15.3.tgz#7d222dcfd43137be127dca2843149f09bd25d4b1"
integrity sha512-z30aZoEHkWE8oZvad4OcYSBI0kQua/T5sFGH9tB2HfeykFnP/pGXNap8lDio4/U1yPj2ffpbvRIvqKd/6jjBVA==
react-hot-loader@^4.12.21:
version "4.13.0"