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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/17207/head
renovate[bot] 1 month ago committed by GitHub
parent 4890a2b564
commit cefafa9445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 22
      pkg/ui/frontend/package-lock.json

@ -2707,9 +2707,9 @@
"license": "MIT"
},
"node_modules/@tanstack/query-core": {
"version": "5.73.3",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.73.3.tgz",
"integrity": "sha512-LUpsgVT3IkvOECdkQ3QD6esczSH71mAzH/LDZ2cu8j6w430v5W0JB1ulzsG8FFwFBd5fm/ePM2DFpg9TucRMgQ==",
"version": "5.74.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.0.tgz",
"integrity": "sha512-kMqBfXA06INskI06rm+abAY3/Vi/Kq1nRNfLbpwuhuMJ5lMAI5qASretlvjEO5OJoze6w7OB3pNvsbztirIWWQ==",
"license": "MIT",
"funding": {
"type": "github",
@ -2727,12 +2727,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.73.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.73.3.tgz",
"integrity": "sha512-umsAEsVsSSnrOZrstX/OlctdqkRZm6vPsetmbl241tdNo0jT3s+0bUoof9kCaTsPr/GopPlbJ1OYlrZj4toKzg==",
"version": "5.74.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.0.tgz",
"integrity": "sha512-tT/XQ8FmG5nlN7O8xnYaOM1c1ckJi9+SPKRq+Ay8rV118lefWCoFDQIsF/BarRsLTHijBmSQ6xE9PRugaOqrCQ==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.73.3"
"@tanstack/query-core": "5.74.0"
},
"funding": {
"type": "github",
@ -2743,9 +2743,9 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.73.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.73.3.tgz",
"integrity": "sha512-5YizhmYep/A9h5Z+aApHZd0rwNH3FQm6JzUQmdH+f8aG5joi2cRAq+3UakDH6wst2kysReEmW4n7PaMxfCEtRQ==",
"version": "5.74.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.74.0.tgz",
"integrity": "sha512-zr71wMXcczDbOqSktvnpPohbYjBO318UCHfK4guPJDoLaFUmtFRIGrVNektLQR3YJZSXBRtL9Krk3nEqIiT/uw==",
"license": "MIT",
"dependencies": {
"@tanstack/query-devtools": "5.73.3"
@ -2755,7 +2755,7 @@
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.73.3",
"@tanstack/react-query": "^5.74.0",
"react": "^18 || ^19"
}
},

Loading…
Cancel
Save