mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Bump react-hook-form from 7.62.0 to 7.63.0 in /js
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.63.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.63.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4566a8252d
commit
56728a6979
@ -36,7 +36,7 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.62.0",
|
||||
"react-hook-form": "^7.63.0",
|
||||
"react-i18next": "^15.7.3",
|
||||
"react-router-dom": "^6.30.1"
|
||||
},
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
"p-debounce": "^5.0.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.62.0",
|
||||
"react-hook-form": "^7.63.0",
|
||||
"react-i18next": "^15.7.3",
|
||||
"react-router-dom": "^6.30.1",
|
||||
"reactflow": "^11.11.4",
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "7.62.0",
|
||||
"react-hook-form": "7.63.0",
|
||||
"react-i18next": "^15.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
20
js/pnpm-lock.yaml
generated
20
js/pnpm-lock.yaml
generated
@ -102,8 +102,8 @@ importers:
|
||||
specifier: ^18.3.1
|
||||
version: 18.3.1(react@18.3.1)
|
||||
react-hook-form:
|
||||
specifier: ^7.62.0
|
||||
version: 7.62.0(react@18.3.1)
|
||||
specifier: ^7.63.0
|
||||
version: 7.63.0(react@18.3.1)
|
||||
react-i18next:
|
||||
specifier: ^15.7.3
|
||||
version: 15.7.3(i18next@25.5.2(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2)
|
||||
@ -208,8 +208,8 @@ importers:
|
||||
specifier: ^18.3.1
|
||||
version: 18.3.1(react@18.3.1)
|
||||
react-hook-form:
|
||||
specifier: ^7.62.0
|
||||
version: 7.62.0(react@18.3.1)
|
||||
specifier: ^7.63.0
|
||||
version: 7.63.0(react@18.3.1)
|
||||
react-i18next:
|
||||
specifier: ^15.7.3
|
||||
version: 15.7.3(i18next@25.5.2(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2)
|
||||
@ -396,8 +396,8 @@ importers:
|
||||
specifier: ^18.3.1
|
||||
version: 18.3.1(react@18.3.1)
|
||||
react-hook-form:
|
||||
specifier: 7.62.0
|
||||
version: 7.62.0(react@18.3.1)
|
||||
specifier: 7.63.0
|
||||
version: 7.63.0(react@18.3.1)
|
||||
react-i18next:
|
||||
specifier: ^15.7.3
|
||||
version: 15.7.3(i18next@25.5.2(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2)
|
||||
@ -3584,8 +3584,8 @@ packages:
|
||||
peerDependencies:
|
||||
react: '>= 16.8 || 18.0.0'
|
||||
|
||||
react-hook-form@7.62.0:
|
||||
resolution: {integrity: sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==}
|
||||
react-hook-form@7.63.0:
|
||||
resolution: {integrity: sha512-ZwueDMvUeucovM2VjkCf7zIHcs1aAlDimZu2Hvel5C5907gUzMpm4xCrQXtRzCvsBqFjonB4m3x4LzCFI1ZKWA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
@ -4964,7 +4964,7 @@ snapshots:
|
||||
p-debounce: 5.0.0
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
react-hook-form: 7.62.0(react@18.3.1)
|
||||
react-hook-form: 7.63.0(react@18.3.1)
|
||||
react-i18next: 15.7.3(i18next@25.5.2(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2)
|
||||
react-router-dom: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
reactflow: 11.11.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@ -7779,7 +7779,7 @@ snapshots:
|
||||
prop-types: 15.8.1
|
||||
react: 18.3.1
|
||||
|
||||
react-hook-form@7.62.0(react@18.3.1):
|
||||
react-hook-form@7.63.0(react@18.3.1):
|
||||
dependencies:
|
||||
react: 18.3.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user