Bump @tanstack/react-query from 5.25.0 to 5.26.3

Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.25.0 to 5.26.3.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.26.3/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 18:12:33 +00:00 committed by GitHub
parent 6dc56c1497
commit 968c698cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -24,7 +24,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query": "^5.26.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
@ -1529,20 +1529,20 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.25.0.tgz",
"integrity": "sha512-vlobHP64HTuSE68lWF1mEhwSRC5Q7gaT+a/m9S+ItuN+ruSOxe1rFnR9j0ACWQ314BPhBEVKfBQ6mHL0OWfdbQ==",
"version": "5.26.3",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.26.3.tgz",
"integrity": "sha512-kKv7VHIleC7cwpMS3M63mWUFFbdiRo7JZMVUyZ4z/79RZoAi7/vGTVkCrnNqyKl+zwBRkumYL+eiYtyShGZd0A==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.25.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.25.0.tgz",
"integrity": "sha512-u+n5R7mLO7RmeiIonpaCRVXNRWtZEef/aVZ/XGWRPa7trBIvGtzlfo0Ah7ZtnTYfrKEVwnZ/tzRCBcoiqJ/tFw==",
"version": "5.26.3",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.26.3.tgz",
"integrity": "sha512-fP/kEu8aVLb6ln0ySazaeyivVkSQ9EnFfA5kQ7yIQNklx5JCW7otHVY6GVjZtd/3wK6QU99yvdSH0rN0LV2vmA==",
"dependencies": {
"@tanstack/query-core": "5.25.0"
"@tanstack/query-core": "5.26.3"
},
"funding": {
"type": "github",

View file

@ -27,7 +27,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query": "^5.26.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",