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

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

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
- dependency-name: "@tanstack/react-query-devtools"
  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-01-31 13:39:40 +00:00
committed by GitHub
parent f7b0227b77
commit e58ad3f86a
2 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
"@fontsource/inter": "^5.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.5",
"@tanstack/react-query": "^5.65.1",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "^1.98.0",
"@tanstack/router-zod-adapter": "^1.81.5",
"@vector-im/compound-design-tokens": "3.0.1",
@@ -43,7 +43,7 @@
"@storybook/react": "^8.5.2",
"@storybook/react-vite": "^8.5.2",
"@storybook/test": "^8.5.0",
"@tanstack/react-query-devtools": "^5.65.1",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/router-devtools": "^1.98.0",
"@tanstack/router-vite-plugin": "^1.98.0",
"@testing-library/jest-dom": "^6.6.3",
@@ -6006,9 +6006,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.65.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.65.0.tgz",
"integrity": "sha512-Bnnq/1axf00r2grRT6gUyIkZRKzhHs+p4DijrCQ3wMlA3D3TTT71gtaSLtqnzGddj73/7X5JDGyjiSLdjvQN4w==",
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.66.0.tgz",
"integrity": "sha512-J+JeBtthiKxrpzUu7rfIPDzhscXF2p5zE/hVdrqkACBP8Yu0M96mwJ5m/8cPPYQE9aRNvXztXHlNwIh4FEeMZw==",
"license": "MIT",
"funding": {
"type": "github",
@@ -6027,12 +6027,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.65.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.65.1.tgz",
"integrity": "sha512-BSpjo4RQdJ75Mw3pqM1AJYNhanNxJE3ct7RmCZUAv9cUJg/Qmonzc/Xy2kKXeQA1InuKATSuc6pOZciWOF8TYQ==",
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.66.0.tgz",
"integrity": "sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.65.0"
"@tanstack/query-core": "5.66.0"
},
"funding": {
"type": "github",
@@ -6043,9 +6043,9 @@
}
},
"node_modules/@tanstack/react-query-devtools": {
"version": "5.65.1",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.65.1.tgz",
"integrity": "sha512-PKUBz7+FAP3eI1zoWrP5vxNQXs+elPz3u/3cILGhNZl2dufgbU9OJRpbC+BAptLXTsGxTwkAlrWBIZbD/c7CDw==",
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.66.0.tgz",
"integrity": "sha512-uB57wA2YZaQ2fPcFW0E9O1zAGDGSbRKRx84uMk/86VyU9jWVxvJ3Uzp+zNm+nZJYsuekCIo2opTdgNuvM3cKgA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -6056,7 +6056,7 @@
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"@tanstack/react-query": "^5.65.1",
"@tanstack/react-query": "^5.66.0",
"react": "^18 || ^19"
}
},

View File

@@ -22,7 +22,7 @@
"@fontsource/inter": "^5.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.5",
"@tanstack/react-query": "^5.65.1",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "^1.98.0",
"@tanstack/router-zod-adapter": "^1.81.5",
"@vector-im/compound-design-tokens": "3.0.1",
@@ -53,7 +53,7 @@
"@storybook/react": "^8.5.2",
"@storybook/react-vite": "^8.5.2",
"@storybook/test": "^8.5.0",
"@tanstack/react-query-devtools": "^5.65.1",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/router-devtools": "^1.98.0",
"@tanstack/router-vite-plugin": "^1.98.0",
"@testing-library/jest-dom": "^6.6.3",