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:
Patryk Kopyciński 2022-10-31 20:53:42 +01:00 committed by GitHub
parent efb8fb11df
commit fda6b27145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 0 deletions

View file

@ -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",

View file

@ -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',