build(deps): bump the tanstack-query group in /frontend with 2 updates

Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools).


Updates `@tanstack/react-query` from 5.83.1 to 5.84.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.1/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.83.1 to 5.84.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.1/packages/react-query-devtools)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-01 13:28:40 +00:00
committed by GitHub
parent 361e1cb773
commit 12eb815aea
2 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
"@fontsource/inter": "^5.2.6",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@tanstack/react-query": "^5.83.1",
"@tanstack/react-query": "^5.84.1",
"@tanstack/react-router": "^1.130.10",
"@vector-im/compound-design-tokens": "5.0.2",
"@vector-im/compound-web": "^8.2.0",
@@ -39,7 +39,7 @@
"@graphql-codegen/typescript-msw": "^3.0.1",
"@storybook/addon-docs": "^9.0.18",
"@storybook/react-vite": "^9.0.18",
"@tanstack/react-query-devtools": "^5.83.1",
"@tanstack/react-query-devtools": "^5.84.1",
"@tanstack/react-router-devtools": "^1.130.10",
"@tanstack/router-plugin": "^1.130.10",
"@testing-library/jest-dom": "^6.6.4",
@@ -5155,9 +5155,9 @@
}
},
"node_modules/@tanstack/query-devtools": {
"version": "5.83.1",
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.83.1.tgz",
"integrity": "sha512-KOQ3SMLnHHrnwwAHflK50QT8zEHg3rjPZx6cd+G7yZl4vU9moctTQU1A3zvHYEXabzKu5G31bcll6qhNCya9+w==",
"version": "5.84.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.84.0.tgz",
"integrity": "sha512-fbF3n+z1rqhvd9EoGp5knHkv3p5B2Zml1yNRjh7sNXklngYI5RVIWUrUjZ1RIcEoscarUb0+bOvIs5x9dwzOXQ==",
"dev": true,
"license": "MIT",
"funding": {
@@ -5166,9 +5166,9 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.83.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.83.1.tgz",
"integrity": "sha512-JHZ3xox3p0sqCgM7ykBRtMWSLmWgjR7I+oJMAZ1beK/O/gfShI2b/PdovL2/ivVLUZklXgBenQu4ZjPhIM+yrw==",
"version": "5.84.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.1.tgz",
"integrity": "sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.83.1"
@@ -5182,20 +5182,20 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.83.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.83.1.tgz",
"integrity": "sha512-t5zcIHoSbT4ducv5YBYULgol6mt1gflHBLbN9oMa/VvPxVtQBY7nyDWFzOYycGXLlH3RrSp7w+oFBTB2GS04Ug==",
"version": "5.84.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.84.1.tgz",
"integrity": "sha512-nle+OQ9B3Z3EG2R3ixvaNcJ6OeqGwmAc5iMDW6Vj+emLZkWRrN3BDsrzZQu414n34lpxplnC7z1jmKuU/scHCQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@tanstack/query-devtools": "5.83.1"
"@tanstack/query-devtools": "5.84.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.83.1",
"@tanstack/react-query": "^5.84.1",
"react": "^18 || ^19"
}
},

View File

@@ -22,7 +22,7 @@
"@fontsource/inter": "^5.2.6",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@tanstack/react-query": "^5.83.1",
"@tanstack/react-query": "^5.84.1",
"@tanstack/react-router": "^1.130.10",
"@vector-im/compound-design-tokens": "5.0.2",
"@vector-im/compound-web": "^8.2.0",
@@ -49,7 +49,7 @@
"@graphql-codegen/typescript-msw": "^3.0.1",
"@storybook/addon-docs": "^9.0.18",
"@storybook/react-vite": "^9.0.18",
"@tanstack/react-query-devtools": "^5.83.1",
"@tanstack/react-query-devtools": "^5.84.1",
"@tanstack/react-router-devtools": "^1.130.10",
"@tanstack/router-plugin": "^1.130.10",
"@testing-library/jest-dom": "^6.6.4",