mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Renovate react-query (#136480)
This commit is contained in:
parent
a07fb3063b
commit
f0325b2f7d
3 changed files with 20 additions and 5 deletions
|
@ -458,7 +458,7 @@
|
|||
"react-moment-proptypes": "^1.7.0",
|
||||
"react-monaco-editor": "^0.41.2",
|
||||
"react-popper-tooltip": "^2.10.1",
|
||||
"react-query": "^3.34.7",
|
||||
"react-query": "^3.39.1",
|
||||
"react-redux": "^7.2.0",
|
||||
"react-resizable": "^1.7.5",
|
||||
"react-resize-detector": "^4.2.0",
|
||||
|
|
|
@ -165,6 +165,21 @@
|
|||
"matchPackagePatterns": ["^@storybook"],
|
||||
"labels": ["Team:Operations", "release_note:skip"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "react-query",
|
||||
"packageNames": ["react-query"],
|
||||
"reviewers": [
|
||||
"team:response-ops",
|
||||
"team:kibana-cloud-security-posture",
|
||||
"team:security-asset-management",
|
||||
"team:fleet",
|
||||
"team:awp-platform",
|
||||
"team:security-onboarding-and-lifecycle-mgt"
|
||||
],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["release_note:skip", "backport:skip", "ci:all-cypress-suites"],
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -24614,10 +24614,10 @@ react-popper@^2.2.4:
|
|||
react-fast-compare "^3.0.1"
|
||||
warning "^4.0.2"
|
||||
|
||||
react-query@^3.34.7:
|
||||
version "3.34.7"
|
||||
resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.34.7.tgz#e3d71318f510ea354794cd188b351bb57f577cb9"
|
||||
integrity sha512-Q8+H2DgpoZdGUpwW2Z9WAbSrIE+yOdZiCUokHjlniOOmlcsfqNLgvHF5i7rtuCmlw3hv5OAhtpS7e97/DvgpWw==
|
||||
react-query@^3.39.1:
|
||||
version "3.39.1"
|
||||
resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.1.tgz#3876c0fdac7a3b5a84e195534e5fa8fbdd628847"
|
||||
integrity sha512-qYKT1bavdDiQZbngWZyPotlBVzcBjDYEJg5RQLBa++5Ix5jjfbEYJmHSZRZD+USVHUSvl/ey9Hu+QfF1QAK80A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.5.5"
|
||||
broadcast-channel "^3.4.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue