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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/17215/head
renovate[bot] 1 month ago committed by GitHub
parent cfe3675295
commit 4439096d96
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" "license": "MIT"
}, },
"node_modules/@tanstack/query-core": { "node_modules/@tanstack/query-core": {
"version": "5.74.0", "version": "5.74.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.2.tgz",
"integrity": "sha512-kMqBfXA06INskI06rm+abAY3/Vi/Kq1nRNfLbpwuhuMJ5lMAI5qASretlvjEO5OJoze6w7OB3pNvsbztirIWWQ==", "integrity": "sha512-zxiLXIJ0TYsemnkL04qXWRxHSPiJbDfkaCUFbDz5pE2CUQBGoU6Xg3oPWkpQrz0G/7T+kMV7gtvXCrz/pCtoAg==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
@ -2727,12 +2727,12 @@
} }
}, },
"node_modules/@tanstack/react-query": { "node_modules/@tanstack/react-query": {
"version": "5.74.0", "version": "5.74.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.2.tgz",
"integrity": "sha512-tT/XQ8FmG5nlN7O8xnYaOM1c1ckJi9+SPKRq+Ay8rV118lefWCoFDQIsF/BarRsLTHijBmSQ6xE9PRugaOqrCQ==", "integrity": "sha512-L0Jsa1/73fw1nNrWzlnosYqSGBksjR4ZhKGvC+kp4N/6CyGRF1UsrNWjVH6PRHmeJNxh315OhMUoYlWwyHveNQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/query-core": "5.74.0" "@tanstack/query-core": "5.74.2"
}, },
"funding": { "funding": {
"type": "github", "type": "github",
@ -2743,9 +2743,9 @@
} }
}, },
"node_modules/@tanstack/react-query-devtools": { "node_modules/@tanstack/react-query-devtools": {
"version": "5.74.0", "version": "5.74.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.74.0.tgz", "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.74.2.tgz",
"integrity": "sha512-zr71wMXcczDbOqSktvnpPohbYjBO318UCHfK4guPJDoLaFUmtFRIGrVNektLQR3YJZSXBRtL9Krk3nEqIiT/uw==", "integrity": "sha512-4mmv/6xEHb00O8+7swxH3CF0+cHz9owk1gTUmzV2pUZQE9e3NnUkcNAWlX3VERGzHWpJVpelKxxlA6wualaojQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tanstack/query-devtools": "5.73.3" "@tanstack/query-devtools": "5.73.3"
@ -2755,7 +2755,7 @@
"url": "https://github.com/sponsors/tannerlinsley" "url": "https://github.com/sponsors/tannerlinsley"
}, },
"peerDependencies": { "peerDependencies": {
"@tanstack/react-query": "^5.74.0", "@tanstack/react-query": "^5.74.2",
"react": "^18 || ^19" "react": "^18 || ^19"
} }
}, },

Loading…
Cancel
Save