mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump react-hook-form (#139229)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a0b506e2dc
commit
8f9bfe17b5
3 changed files with 16 additions and 5 deletions
|
@ -521,7 +521,7 @@
|
|||
"react-fast-compare": "^2.0.4",
|
||||
"react-focus-on": "^3.6.0",
|
||||
"react-grid-layout": "^1.3.4",
|
||||
"react-hook-form": "^7.30.0",
|
||||
"react-hook-form": "^7.34.2",
|
||||
"react-intl": "^2.8.0",
|
||||
"react-is": "^17.0.2",
|
||||
"react-markdown": "^6.0.3",
|
||||
|
|
|
@ -180,6 +180,17 @@
|
|||
"matchBaseBranches": ["main"],
|
||||
"labels": ["release_note:skip", "backport:skip", "ci:all-cypress-suites"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "react-hook-form",
|
||||
"packageNames": ["react-hook-form"],
|
||||
"reviewers": [
|
||||
"team:security-asset-management",
|
||||
"team:uptime"
|
||||
],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["release_note:skip", "backport:skip", "ci:all-cypress-suites"],
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -23609,10 +23609,10 @@ react-helmet-async@^1.0.7:
|
|||
react-fast-compare "^3.2.0"
|
||||
shallowequal "^1.1.0"
|
||||
|
||||
react-hook-form@^7.30.0:
|
||||
version "7.30.0"
|
||||
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.30.0.tgz#c9e2fd54d3627e43bd94bf38ef549df2e80c1371"
|
||||
integrity sha512-DzjiM6o2vtDGNMB9I4yCqW8J21P314SboNG1O0obROkbg7KVS0I7bMtwSdKyapnCPjHgnxc3L7E5PEdISeEUcQ==
|
||||
react-hook-form@^7.34.2:
|
||||
version "7.34.2"
|
||||
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.34.2.tgz#9ac6d1a309a7c4aaa369d1269357a70e9e9bf4de"
|
||||
integrity sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==
|
||||
|
||||
react-input-autosize@^3.0.0:
|
||||
version "3.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue