mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-10-02 04:10:59 +02:00
fix(deps): update dependency react-hook-form to ^7.62.0 (#1901)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2eae738b34
commit
76cd531bd2
2 changed files with 9 additions and 9 deletions
|
@ -56,7 +56,7 @@
|
|||
"react": "^19.1.1",
|
||||
"react-day-picker": "8.10.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-hook-form": "^7.55.0",
|
||||
"react-hook-form": "^7.62.0",
|
||||
"react-resizable-panels": "^2.1.9",
|
||||
"recharts": "^2.15.2",
|
||||
"sonner": "^2.0.7",
|
||||
|
|
16
web/pnpm-lock.yaml
generated
16
web/pnpm-lock.yaml
generated
|
@ -10,7 +10,7 @@ importers:
|
|||
dependencies:
|
||||
'@hookform/resolvers':
|
||||
specifier: ^5.0.1
|
||||
version: 5.1.1(react-hook-form@7.59.0(react@19.1.1))
|
||||
version: 5.1.1(react-hook-form@7.62.0(react@19.1.1))
|
||||
'@radix-ui/react-accordion':
|
||||
specifier: ^1.2.12
|
||||
version: 1.2.12(@types/react-dom@19.1.9(@types/react@19.1.12))(@types/react@19.1.12)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
|
@ -144,8 +144,8 @@ importers:
|
|||
specifier: ^19.1.1
|
||||
version: 19.1.1(react@19.1.1)
|
||||
react-hook-form:
|
||||
specifier: ^7.55.0
|
||||
version: 7.59.0(react@19.1.1)
|
||||
specifier: ^7.62.0
|
||||
version: 7.62.0(react@19.1.1)
|
||||
react-resizable-panels:
|
||||
specifier: ^2.1.9
|
||||
version: 2.1.9(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
|
@ -2017,8 +2017,8 @@ packages:
|
|||
peerDependencies:
|
||||
react: ^19.1.1
|
||||
|
||||
react-hook-form@7.59.0:
|
||||
resolution: {integrity: sha512-kmkek2/8grqarTJExFNjy+RXDIP8yM+QTl3QL6m6Q8b2bih4ltmiXxH7T9n+yXNK477xPh5yZT/6vD8sYGzJTA==}
|
||||
react-hook-form@7.62.0:
|
||||
resolution: {integrity: sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
|
@ -2439,10 +2439,10 @@ snapshots:
|
|||
|
||||
'@floating-ui/utils@0.2.10': {}
|
||||
|
||||
'@hookform/resolvers@5.1.1(react-hook-form@7.59.0(react@19.1.1))':
|
||||
'@hookform/resolvers@5.1.1(react-hook-form@7.62.0(react@19.1.1))':
|
||||
dependencies:
|
||||
'@standard-schema/utils': 0.3.0
|
||||
react-hook-form: 7.59.0(react@19.1.1)
|
||||
react-hook-form: 7.62.0(react@19.1.1)
|
||||
|
||||
'@img/sharp-darwin-arm64@0.33.5':
|
||||
optionalDependencies:
|
||||
|
@ -3856,7 +3856,7 @@ snapshots:
|
|||
react: 19.1.1
|
||||
scheduler: 0.26.0
|
||||
|
||||
react-hook-form@7.59.0(react@19.1.1):
|
||||
react-hook-form@7.62.0(react@19.1.1):
|
||||
dependencies:
|
||||
react: 19.1.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue