mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
fix(deps): update dependency react-hook-form to v7.54.2 (#5099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bf0e09a509
commit
53869d8eed
3 changed files with 9 additions and 9 deletions
|
@ -59,7 +59,7 @@
|
|||
"raw-loader": "4.0.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-hook-form": "7.52.1",
|
||||
"react-hook-form": "7.54.2",
|
||||
"react-hot-loader": "4.13.1",
|
||||
"react-i18next": "13.5.0",
|
||||
"react-json-view": "1.21.3",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"normalize.css": "8.0.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-hook-form": "7.52.1",
|
||||
"react-hook-form": "7.54.2",
|
||||
"react-i18next": "15.0.0",
|
||||
"react-markdown": "9.0.3",
|
||||
"react-redux": "8.1.3",
|
||||
|
|
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
|
@ -1316,8 +1316,8 @@ importers:
|
|||
specifier: 18.3.1
|
||||
version: 18.3.1(react@18.3.1)
|
||||
react-hook-form:
|
||||
specifier: 7.52.1
|
||||
version: 7.52.1(react@18.3.1)
|
||||
specifier: 7.54.2
|
||||
version: 7.54.2(react@18.3.1)
|
||||
react-hot-loader:
|
||||
specifier: 4.13.1
|
||||
version: 4.13.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)
|
||||
|
@ -1975,8 +1975,8 @@ importers:
|
|||
specifier: 18.3.1
|
||||
version: 18.3.1(react@18.3.1)
|
||||
react-hook-form:
|
||||
specifier: 7.52.1
|
||||
version: 7.52.1(react@18.3.1)
|
||||
specifier: 7.54.2
|
||||
version: 7.54.2(react@18.3.1)
|
||||
react-i18next:
|
||||
specifier: 15.0.0
|
||||
version: 15.0.0(i18next@20.6.1)(react-dom@18.3.1)(react@18.3.1)
|
||||
|
@ -23454,9 +23454,9 @@ packages:
|
|||
react-fast-compare: 3.2.1
|
||||
shallowequal: 1.1.0
|
||||
|
||||
/react-hook-form@7.52.1(react@18.3.1):
|
||||
resolution: {integrity: sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
/react-hook-form@7.54.2(react@18.3.1):
|
||||
resolution: {integrity: sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue