Skip to content

Commit

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

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



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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 780f6fb commit 728dd89
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.7",
"@tanstack/angular-query-experimental": "5.62.9",
"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.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query": "5.62.10",
"@tanstack/react-query-devtools": "5.62.10",
"react": "19.0.0",
"react-dom": "19.0.0"
},
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.62.7"
"@tanstack/svelte-query": "5.62.9"
},
"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.62.7",
"@tanstack/vue-query-devtools": "5.62.7",
"@tanstack/vue-query": "5.62.9",
"@tanstack/vue-query-devtools": "5.62.9",
"pinia": "2.3.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
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": "19.0.5",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.7",
"@tanstack/react-query": "5.62.7",
"@tanstack/angular-query-experimental": "5.62.9",
"@tanstack/react-query": "5.62.10",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.62.7",
"@tanstack/vue-query": "5.62.7",
"@tanstack/svelte-query": "5.62.9",
"@tanstack/vue-query": "5.62.9",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.9",
Expand Down
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 728dd89

Please sign in to comment.