Update dependency react-hook-form to v7.51.4
All checks were successful
forgejo/Procyon/procyon/pipeline/pr-develop This commit looks good
forgejo/Procyon/procyon/pipeline/head This commit looks good

This commit is contained in:
Mr. Renovate 2024-05-05 04:33:19 +00:00
parent d46b50ca7c
commit 8bd1bba2b3
2 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@
"@procyon/components": "workspace:^",
"@procyon/types": "workspace:^",
"@procyon/utils": "workspace:^",
"react-hook-form": "7.50.0"
"react-hook-form": "7.51.4"
},
"peerDependencies": {
"yup": "1.3.3",

14
pnpm-lock.yaml generated
View file

@ -245,7 +245,7 @@ importers:
dependencies:
'@hookform/resolvers':
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':
specifier: workspace:^
version: link:../components
@ -259,8 +259,8 @@ importers:
specifier: 2.1.0
version: 2.1.0
react-hook-form:
specifier: 7.50.0
version: 7.50.0(react@18.2.0)
specifier: 7.51.4
version: 7.51.4(react@18.2.0)
yup:
specifier: 1.3.3
version: 1.3.3
@ -1992,12 +1992,12 @@ packages:
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
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==}
peerDependencies:
react-hook-form: ^7.0.0
dependencies:
react-hook-form: 7.50.0(react@18.2.0)
react-hook-form: 7.51.4(react@18.2.0)
dev: false
/@humanwhocodes/config-array@0.11.14:
@ -11021,8 +11021,8 @@ packages:
react-is: 18.1.0
dev: true
/react-hook-form@7.50.0(react@18.2.0):
resolution: {integrity: sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==}
/react-hook-form@7.51.4(react@18.2.0):
resolution: {integrity: sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==}
engines: {node: '>=12.22.0'}
peerDependencies:
react: ^16.8.0 || ^17 || ^18