Merge pull request #19762 from backstage/renovate/react-hook-form-7.x-lockfile
fix(deps): update dependency react-hook-form to v7.46.1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-import': minor
|
||||
---
|
||||
|
||||
Slight change to the `PreparePullRequestFormProps`, because of an update to `react-hook-form`.
|
||||
@@ -238,7 +238,7 @@ export type PreparePullRequestFormProps<
|
||||
UseFormReturn<TFieldValues>,
|
||||
'formState' | 'register' | 'control' | 'setValue'
|
||||
> & {
|
||||
values: UnpackNestedValue<TFieldValues>;
|
||||
values: TFieldValues;
|
||||
},
|
||||
) => React_2.ReactNode;
|
||||
};
|
||||
|
||||
+1
-2
@@ -18,7 +18,6 @@ import React from 'react';
|
||||
import {
|
||||
FormProvider,
|
||||
SubmitHandler,
|
||||
UnpackNestedValue,
|
||||
useForm,
|
||||
UseFormProps,
|
||||
UseFormReturn,
|
||||
@@ -39,7 +38,7 @@ export type PreparePullRequestFormProps<
|
||||
UseFormReturn<TFieldValues>,
|
||||
'formState' | 'register' | 'control' | 'setValue'
|
||||
> & {
|
||||
values: UnpackNestedValue<TFieldValues>;
|
||||
values: TFieldValues;
|
||||
},
|
||||
) => React.ReactNode;
|
||||
};
|
||||
|
||||
@@ -37373,11 +37373,11 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"react-hook-form@npm:^7.12.2, react-hook-form@npm:^7.13.0":
|
||||
version: 7.32.2
|
||||
resolution: "react-hook-form@npm:7.32.2"
|
||||
version: 7.46.1
|
||||
resolution: "react-hook-form@npm:7.46.1"
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18
|
||||
checksum: abe8ba146c313d206f99a01260457bc72af03b2c73d7bd4be5af11598140ec45ef1ef37bac64b80c4dbc298d6aa21af4caa259a133f305a04ddf583faa18e7d0
|
||||
checksum: 9c11ba454ce5b2a16e7499f2ca710e0c0cff227f39689b8e7985902f27f99bfc7a2c49f145ef228528764cf8286bf6101fc8a0f5094ce652eb31cab1684518d1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user