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.77.2 to 5.79.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/react-query)

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

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.79.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.79.0
  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-06-02 14:16:26 +00:00
committed by GitHub
parent 770e4791f4
commit 24efafdaf0
2 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
"@fontsource/inter": "^5.2.5",
"@radix-ui/react-collapsible": "^1.1.8",
"@radix-ui/react-dialog": "^1.1.11",
"@tanstack/react-query": "^5.77.2",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-router": "^1.120.3",
"@vector-im/compound-design-tokens": "4.0.2",
"@vector-im/compound-web": "^7.12.0",
@@ -39,7 +39,7 @@
"@graphql-codegen/typescript-msw": "^3.0.1",
"@storybook/addon-docs": "^9.0.1",
"@storybook/react-vite": "^9.0.1",
"@tanstack/react-query-devtools": "^5.77.2",
"@tanstack/react-query-devtools": "^5.79.0",
"@tanstack/react-router-devtools": "^1.120.3",
"@tanstack/router-plugin": "^1.120.3",
"@testing-library/jest-dom": "^6.6.3",
@@ -5112,9 +5112,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.77.2",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.77.2.tgz",
"integrity": "sha512-1lqJwPsR6GX6nZFw06erRt518O19tWU6Q+x0fJUygl4lxHCYF2nhzBPwLKk2NPjYOrpR0K567hxPc5K++xDe9Q==",
"version": "5.79.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.79.0.tgz",
"integrity": "sha512-s+epTqqLM0/TbJzMAK7OEhZIzh63P9sWz5HEFc5XHL4FvKQXQkcjI8F3nee+H/xVVn7mrP610nVXwOytTSYd0w==",
"license": "MIT",
"funding": {
"type": "github",
@@ -5133,12 +5133,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.77.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.77.2.tgz",
"integrity": "sha512-BRHxWdy1mHmgAcYA/qy2IPLylT81oebLgkm9K85viN2Qol/Vq48t1dzDFeDIVQjTWDV96AmqsLNPlH5HjyKCxA==",
"version": "5.79.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.79.0.tgz",
"integrity": "sha512-DjC4JIYZnYzxaTzbg3osOU63VNLP67dOrWet2cZvXgmgwAXNxfS52AMq86M5++ILuzW+BqTUEVMTjhrZ7/XBuA==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.77.2"
"@tanstack/query-core": "5.79.0"
},
"funding": {
"type": "github",
@@ -5149,9 +5149,9 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.77.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.77.2.tgz",
"integrity": "sha512-TxB9boB0dmTJByAfh36kbhvohNHZiPJe+m+PCnbnfL+gdDHJbp174S6BwbU2dHx980njeAKFmWz8tgHNKG3itw==",
"version": "5.79.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.79.0.tgz",
"integrity": "sha512-YVRWxjxsWycWChjKxvaIAPdNC5LX0zpiHoNyTB8teDZpQstM1b7mCuAp3x60cjX1MhLoO3vbaeY29EKst4D4ug==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5162,7 +5162,7 @@
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.77.2",
"@tanstack/react-query": "^5.79.0",
"react": "^18 || ^19"
}
},

View File

@@ -22,7 +22,7 @@
"@fontsource/inter": "^5.2.5",
"@radix-ui/react-collapsible": "^1.1.8",
"@radix-ui/react-dialog": "^1.1.11",
"@tanstack/react-query": "^5.77.2",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-router": "^1.120.3",
"@vector-im/compound-design-tokens": "4.0.2",
"@vector-im/compound-web": "^7.12.0",
@@ -49,7 +49,7 @@
"@graphql-codegen/typescript-msw": "^3.0.1",
"@storybook/addon-docs": "^9.0.1",
"@storybook/react-vite": "^9.0.1",
"@tanstack/react-query-devtools": "^5.77.2",
"@tanstack/react-query-devtools": "^5.79.0",
"@tanstack/react-router-devtools": "^1.120.3",
"@tanstack/router-plugin": "^1.120.3",
"@testing-library/jest-dom": "^6.6.3",