mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix(deps): update dependency react-hook-form to v7.49.3 (#4415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
44017ff2da
commit
2dbfde9b7d
3 changed files with 8 additions and 8 deletions
|
@ -58,7 +58,7 @@
|
|||
"raw-loader": "4.0.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "7.49.2",
|
||||
"react-hook-form": "7.49.3",
|
||||
"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.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "7.49.2",
|
||||
"react-hook-form": "7.49.3",
|
||||
"react-i18next": "13.5.0",
|
||||
"react-json-view": "1.21.3",
|
||||
"react-markdown": "9.0.1",
|
||||
|
|
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
@ -1305,8 +1305,8 @@ importers:
|
|||
specifier: 18.2.0
|
||||
version: 18.2.0(react@18.2.0)
|
||||
react-hook-form:
|
||||
specifier: 7.49.2
|
||||
version: 7.49.2(react@18.2.0)
|
||||
specifier: 7.49.3
|
||||
version: 7.49.3(react@18.2.0)
|
||||
react-hot-loader:
|
||||
specifier: 4.13.1
|
||||
version: 4.13.1(@types/react@18.2.47)(react-dom@18.2.0)(react@18.2.0)
|
||||
|
@ -1878,8 +1878,8 @@ importers:
|
|||
specifier: 18.2.0
|
||||
version: 18.2.0(react@18.2.0)
|
||||
react-hook-form:
|
||||
specifier: 7.49.2
|
||||
version: 7.49.2(react@18.2.0)
|
||||
specifier: 7.49.3
|
||||
version: 7.49.3(react@18.2.0)
|
||||
react-i18next:
|
||||
specifier: 13.5.0
|
||||
version: 13.5.0(i18next@20.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
|
@ -24597,8 +24597,8 @@ packages:
|
|||
react-side-effect: 2.1.2(react@17.0.2)
|
||||
dev: false
|
||||
|
||||
/react-hook-form@7.49.2(react@18.2.0):
|
||||
resolution: {integrity: sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==}
|
||||
/react-hook-form@7.49.3(react@18.2.0):
|
||||
resolution: {integrity: sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==}
|
||||
engines: {node: '>=18', pnpm: '8'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18
|
||||
|
|
Loading…
Add table
Reference in a new issue