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

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

@ -2604,9 +2604,9 @@
}
},
"node_modules/@tanstack/query-devtools": {
"version": "5.80.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.80.0.tgz",
"integrity": "sha512-D6gH4asyjaoXrCOt5vG5Og/YSj0D/TxwNQgtLJIgWbhbWCC/emu2E92EFoVHh4ppVWg1qT2gKHvKyQBEFZhCuA==",
"version": "5.81.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.81.0.tgz",
"integrity": "sha512-6zYR9GQSVwRU9TFu+5VLkudNQkWV7KcMGgzAxpY4THb5I5SU51CkVL3pPPDGFqT+qwy85/fSH5YRwbFukx6Quw==",
"license": "MIT",
"funding": {
"type": "github",
@ -2630,19 +2630,19 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.80.10",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.80.10.tgz",
"integrity": "sha512-6JL63fSc7kxyGOLV2w466SxhMn/m7LZk/ximQciy6OpVt+n2A8Mq3S0QwhIzfm4WEwLK/F3OELfzRToQburnYA==",
"version": "5.81.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.81.0.tgz",
"integrity": "sha512-Q7qRDsZnWlor9/dge2iRIwCVSj3EPyMxbjcQ4gY3sEC2WEBdVJnwd8/L4G5ETQ2nTwz30rOY/EiVw2Ozqn0Nww==",
"license": "MIT",
"dependencies": {
"@tanstack/query-devtools": "5.80.0"
"@tanstack/query-devtools": "5.81.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.80.10",
"@tanstack/react-query": "^5.81.0",
"react": "^18 || ^19"
}
},

Loading…
Cancel
Save