fix(deps): update dependency @tanstack/react-query-devtools to v5.85.0 (main) (#18817)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/18818/head
renovate[bot] 5 months ago committed by GitHub
parent 7f1aafbd41
commit 25fbb44cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      pkg/ui/frontend/package-lock.json

@ -4069,9 +4069,9 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.84.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.2.tgz",
"integrity": "sha512-cZadySzROlD2+o8zIfbD978p0IphuQzRWiiH3I2ugnTmz4jbjc0+TdibpwqxlzynEen8OulgAg+rzdNF37s7XQ==",
"version": "5.85.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.85.0.tgz",
"integrity": "sha512-t1HMfToVMGfwEJRya6GG7gbK0luZJd+9IySFNePL1BforU1F3LqQ3tBC2Rpvr88bOrlU6PXyMLgJD0Yzn4ztUw==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.83.1"
@ -4085,9 +4085,9 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.84.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.84.2.tgz",
"integrity": "sha512-ojJ66QoW9noqK35Lsmfqpfucj6wuOxLL2TYwEwpvU+iUQ5R/7TKpapWvpy9kZyNSl0mxv5mpS+ImfR8aL8/x3g==",
"version": "5.85.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.85.0.tgz",
"integrity": "sha512-Q/lmGAY2I3KkhxSJKLKQUeUBOc9Mv/OrCTw4CfUCq2Za+XhDsB5ZfVTOANAJyDZ+SiUu27Cw1eHNE+xJdACJiw==",
"license": "MIT",
"dependencies": {
"@tanstack/query-devtools": "5.84.0"
@ -4097,7 +4097,7 @@
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.84.2",
"@tanstack/react-query": "^5.85.0",
"react": "^18 || ^19"
}
},

Loading…
Cancel
Save