mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Optimize react-query dependencies (#144206)
* Update react-query to ^4.12.0 * cleanup * bump * WIP * WIP * es-query * revert react-use Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
efb8fb11df
commit
fda6b27145
5 changed files with 11 additions and 0 deletions
|
@ -43,6 +43,8 @@ RUNTIME_DEPS = [
|
|||
"@npm//@elastic/numeral",
|
||||
"@npm//@emotion/cache",
|
||||
"@npm//@emotion/react",
|
||||
"@npm//@tanstack/react-query",
|
||||
"@npm//@tanstack/react-query-devtools",
|
||||
"@npm//babel-loader",
|
||||
"@npm//core-js",
|
||||
"@npm//css-loader",
|
||||
|
|
|
@ -82,6 +82,8 @@ module.exports = (_, argv) => {
|
|||
'@elastic/eui/dist/eui_theme_dark.json',
|
||||
'@elastic/numeral',
|
||||
'@emotion/react',
|
||||
'@tanstack/react-query',
|
||||
'@tanstack/react-query-devtools',
|
||||
'classnames',
|
||||
'fflate',
|
||||
'history',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue