Update dependency react-hook-form to v7.51.4
This commit is contained in:
parent
d46b50ca7c
commit
8bd1bba2b3
2 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
||||||
"@procyon/components": "workspace:^",
|
"@procyon/components": "workspace:^",
|
||||||
"@procyon/types": "workspace:^",
|
"@procyon/types": "workspace:^",
|
||||||
"@procyon/utils": "workspace:^",
|
"@procyon/utils": "workspace:^",
|
||||||
"react-hook-form": "7.50.0"
|
"react-hook-form": "7.51.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"yup": "1.3.3",
|
"yup": "1.3.3",
|
||||||
|
|
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
|
@ -245,7 +245,7 @@ importers:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@hookform/resolvers':
|
'@hookform/resolvers':
|
||||||
specifier: 3.3.4
|
specifier: 3.3.4
|
||||||
version: 3.3.4(react-hook-form@7.50.0)
|
version: 3.3.4(react-hook-form@7.51.4)
|
||||||
'@procyon/components':
|
'@procyon/components':
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
version: link:../components
|
version: link:../components
|
||||||
|
@ -259,8 +259,8 @@ importers:
|
||||||
specifier: 2.1.0
|
specifier: 2.1.0
|
||||||
version: 2.1.0
|
version: 2.1.0
|
||||||
react-hook-form:
|
react-hook-form:
|
||||||
specifier: 7.50.0
|
specifier: 7.51.4
|
||||||
version: 7.50.0(react@18.2.0)
|
version: 7.51.4(react@18.2.0)
|
||||||
yup:
|
yup:
|
||||||
specifier: 1.3.3
|
specifier: 1.3.3
|
||||||
version: 1.3.3
|
version: 1.3.3
|
||||||
|
@ -1992,12 +1992,12 @@ packages:
|
||||||
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
|
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@hookform/resolvers@3.3.4(react-hook-form@7.50.0):
|
/@hookform/resolvers@3.3.4(react-hook-form@7.51.4):
|
||||||
resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==}
|
resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react-hook-form: ^7.0.0
|
react-hook-form: ^7.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
react-hook-form: 7.50.0(react@18.2.0)
|
react-hook-form: 7.51.4(react@18.2.0)
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@humanwhocodes/config-array@0.11.14:
|
/@humanwhocodes/config-array@0.11.14:
|
||||||
|
@ -11021,8 +11021,8 @@ packages:
|
||||||
react-is: 18.1.0
|
react-is: 18.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/react-hook-form@7.50.0(react@18.2.0):
|
/react-hook-form@7.51.4(react@18.2.0):
|
||||||
resolution: {integrity: sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==}
|
resolution: {integrity: sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==}
|
||||||
engines: {node: '>=12.22.0'}
|
engines: {node: '>=12.22.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17 || ^18
|
react: ^16.8.0 || ^17 || ^18
|
||||||
|
|
Loading…
Add table
Reference in a new issue