Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/angular-query-experimental](https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental) | `5.60.5` | `5.61.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.60.5` | `5.61.3` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.60.5` | `5.61.3` |
| [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `5.60.5` | `5.61.3` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.60.5` | `5.61.3` |
| [@tanstack/vue-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/vue-query-devtools) | `5.60.5` | `5.61.3` |


Updates `@tanstack/angular-query-experimental` from 5.60.5 to 5.61.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.3/packages/angular-query-experimental)

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

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

Updates `@tanstack/svelte-query` from 5.60.5 to 5.61.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.3/packages/svelte-query)

Updates `@tanstack/vue-query` from 5.60.5 to 5.61.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.3/packages/vue-query)

Updates `@tanstack/vue-query-devtools` from 5.60.5 to 5.61.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.61.3/packages/vue-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/angular-query-experimental"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/svelte-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/vue-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@tanstack/vue-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4d8c6ac commit 487a281
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.60.5",
"@tanstack/angular-query-experimental": "5.61.3",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.60.5",
"@tanstack/react-query-devtools": "5.60.5",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-query-devtools": "5.61.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/svelte-query": "5.60.5"
"@tanstack/svelte-query": "5.61.3"
},
"devDependencies": {
"@fontsource/fira-mono": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/vue-query": "5.60.5",
"@tanstack/vue-query-devtools": "5.60.5",
"@tanstack/vue-query": "5.61.3",
"@tanstack/vue-query-devtools": "5.61.3",
"pinia": "2.2.6",
"vue": "3.5.13",
"vue-router": "4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
"@angular/router": "18.2.12",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.60.5",
"@tanstack/react-query": "5.60.5",
"@tanstack/angular-query-experimental": "5.61.3",
"@tanstack/react-query": "5.61.3",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.60.5",
"@tanstack/vue-query": "5.60.5",
"@tanstack/svelte-query": "5.61.3",
"@tanstack/vue-query": "5.61.3",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.7",
Expand Down
Loading

0 comments on commit 487a281

Please sign in to comment.