Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.70.0
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.71.0
Choose a head ref
  • 7 commits
  • 79 files changed
  • 7 contributors

Commits on Mar 28, 2025

  1. docs(queryClient): JSDoc hint for queryClient.getQueryData (#8862)

    * docs(queryClient): JSDoc hint for queryClient.getQueryData
    
    follow up from: https://bsky.app/profile/tylur.dev/post/3llennpm4kk2z
    
    * Update packages/query-core/src/queryClient.ts
    
    * Update packages/query-core/src/queryClient.ts
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    tylersayshi and TkDodo authored Mar 28, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Josh-Cena Joshua Chen
    Copy the full SHA
    e5ef275 View commit details
  2. ci: apply automated fixes

    autofix-ci[bot] authored Mar 28, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Josh-Cena Joshua Chen
    Copy the full SHA
    747eea8 View commit details

Commits on Mar 30, 2025

  1. test(query-core): fix mutationFn to use Promise.resolve to match Type…

    …Script requirements (#8875)
    minseong0324 authored Mar 30, 2025
    Copy the full SHA
    1fa539a View commit details
  2. feat(eslint-plugin): no void queryFn (#8878)

    * feat(eslint-plugin-query): implement no-void-query-fn rule
    
    * add docs
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Newbie012 and autofix-ci[bot] authored Mar 30, 2025
    Copy the full SHA
    c2e5272 View commit details
  3. Revert "feat(eslint-plugin): no void queryFn (#8878)" (#8880)

    This reverts commit c2e5272.
    TkDodo authored Mar 30, 2025
    Copy the full SHA
    cea2d58 View commit details
  4. docs(react-community): fixed typescript typo (#8879)

    clarencepenz authored Mar 30, 2025
    Copy the full SHA
    62b8720 View commit details
  5. release: v5.71.0

    tannerlinsley committed Mar 30, 2025
    Copy the full SHA
    ad777b4 View commit details
Showing with 242 additions and 235 deletions.
  1. +1 −1 docs/framework/react/community/community-projects.md
  2. +1 −1 examples/angular/auto-refetching/package.json
  3. +1 −1 examples/angular/basic/package.json
  4. +2 −2 examples/angular/devtools-panel/package.json
  5. +1 −1 examples/angular/infinite-query-with-max-pages/package.json
  6. +1 −1 examples/angular/optimistic-updates/package.json
  7. +1 −1 examples/angular/pagination/package.json
  8. +1 −1 examples/angular/query-options-from-a-service/package.json
  9. +1 −1 examples/angular/router/package.json
  10. +1 −1 examples/angular/rxjs/package.json
  11. +1 −1 examples/angular/simple/package.json
  12. +2 −2 examples/react/algolia/package.json
  13. +2 −2 examples/react/auto-refetching/package.json
  14. +2 −2 examples/react/basic-graphql-request/package.json
  15. +4 −4 examples/react/basic/package.json
  16. +2 −2 examples/react/chat/package.json
  17. +2 −2 examples/react/default-query-function/package.json
  18. +2 −2 examples/react/devtools-panel/package.json
  19. +2 −2 examples/react/infinite-query-with-max-pages/package.json
  20. +2 −2 examples/react/load-more-infinite-scroll/package.json
  21. +2 −2 examples/react/nextjs-app-prefetching/package.json
  22. +3 −3 examples/react/nextjs-suspense-streaming/package.json
  23. +2 −2 examples/react/nextjs/package.json
  24. +4 −4 examples/react/offline/package.json
  25. +2 −2 examples/react/optimistic-updates-cache/package.json
  26. +2 −2 examples/react/optimistic-updates-ui/package.json
  27. +2 −2 examples/react/pagination/package.json
  28. +2 −2 examples/react/playground/package.json
  29. +2 −2 examples/react/prefetching/package.json
  30. +2 −2 examples/react/react-native/package.json
  31. +2 −2 examples/react/react-router/package.json
  32. +2 −2 examples/react/rick-morty/package.json
  33. +2 −2 examples/react/shadow-dom/package.json
  34. +2 −2 examples/react/simple/package.json
  35. +2 −2 examples/react/star-wars/package.json
  36. +2 −2 examples/react/suspense/package.json
  37. +2 −2 examples/solid/astro/package.json
  38. +2 −2 examples/solid/basic-graphql-request/package.json
  39. +2 −2 examples/solid/basic/package.json
  40. +2 −2 examples/solid/default-query-function/package.json
  41. +2 −2 examples/solid/simple/package.json
  42. +2 −2 examples/solid/solid-start-streaming/package.json
  43. +2 −2 examples/svelte/auto-refetching/package.json
  44. +4 −4 examples/svelte/basic/package.json
  45. +2 −2 examples/svelte/load-more-infinite-scroll/package.json
  46. +2 −2 examples/svelte/optimistic-updates/package.json
  47. +2 −2 examples/svelte/playground/package.json
  48. +2 −2 examples/svelte/simple/package.json
  49. +2 −2 examples/svelte/ssr/package.json
  50. +2 −2 examples/svelte/star-wars/package.json
  51. +1 −1 examples/vue/2.6-basic/package.json
  52. +1 −1 examples/vue/2.7-basic/package.json
  53. +2 −2 examples/vue/basic/package.json
  54. +1 −1 examples/vue/dependent-queries/package.json
  55. +1 −1 examples/vue/nuxt3/package.json
  56. +4 −4 examples/vue/persister/package.json
  57. +2 −2 examples/vue/simple/package.json
  58. +1 −1 packages/angular-query-devtools-experimental/package.json
  59. +1 −1 packages/angular-query-experimental/package.json
  60. +1 −1 packages/query-async-storage-persister/package.json
  61. +1 −1 packages/query-broadcast-client-experimental/package.json
  62. +1 −1 packages/query-core/package.json
  63. +2 −2 packages/query-core/src/__tests__/hydration.test.tsx
  64. +7 −0 packages/query-core/src/queryClient.ts
  65. +1 −1 packages/query-persist-client-core/package.json
  66. +1 −1 packages/query-sync-storage-persister/package.json
  67. +1 −1 packages/react-query-devtools/package.json
  68. +1 −1 packages/react-query-next-experimental/package.json
  69. +1 −1 packages/react-query-persist-client/package.json
  70. +1 −1 packages/react-query/package.json
  71. +1 −1 packages/solid-query-devtools/package.json
  72. +1 −1 packages/solid-query-persist-client/package.json
  73. +1 −1 packages/solid-query/package.json
  74. +1 −1 packages/svelte-query-devtools/package.json
  75. +1 −1 packages/svelte-query-persist-client/package.json
  76. +1 −1 packages/svelte-query/package.json
  77. +1 −1 packages/vue-query-devtools/package.json
  78. +1 −1 packages/vue-query/package.json
  79. +105 −105 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion docs/framework/react/community/community-projects.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ Link: https://the-guild.dev/graphql/codegen

## Http-wizard

End-to-end type-safe Fastify API with typecript magic ✨
End-to-end type-safe Fastify API with typeScript magic ✨

Link: https://http-wizard.com

2 changes: 1 addition & 1 deletion examples/angular/auto-refetching/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
4 changes: 2 additions & 2 deletions examples/angular/devtools-panel/package.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@tanstack/angular-query-devtools-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-devtools-experimental": "^5.71.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/optimistic-updates/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@angular/forms": "19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/pagination/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/query-options-from-a-service/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/router/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@angular/router": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/rxjs/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@angular/forms": "19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.70.0",
"@tanstack/angular-query-experimental": "^5.71.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
4 changes: 2 additions & 2 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
},
"dependencies": {
"@algolia/client-search": "5.2.1",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"react": "^19.0.0",
8 changes: 4 additions & 4 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.70.0",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query-persist-client": "^5.70.0",
"@tanstack/query-sync-storage-persister": "^5.71.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"@tanstack/react-query-persist-client": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/chat/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/default-query-function/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/devtools-panel/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
4 changes: 2 additions & 2 deletions examples/react/nextjs-app-prefetching/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
6 changes: 3 additions & 3 deletions examples/react/nextjs-suspense-streaming/package.json
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query-next-experimental": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"@tanstack/react-query-next-experimental": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
8 changes: 4 additions & 4 deletions examples/react/offline/package.json
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.70.0",
"@tanstack/query-sync-storage-persister": "^5.71.0",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query-persist-client": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"@tanstack/react-query-persist-client": "^5.71.0",
"msw": "^2.6.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-ui/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/playground/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"next": "^14.2.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
4 changes: 2 additions & 2 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"expo": "^52.0.11",
"expo-constants": "^17.0.3",
"expo-status-bar": "^2.0.0",
4 changes: 2 additions & 2 deletions examples/react/react-router/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^19.0.0",
4 changes: 2 additions & 2 deletions examples/react/rick-morty/package.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
"@emotion/styled": "^11.13.5",
"@mui/material": "^6.1.8",
"@mui/styles": "^6.1.8",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^6.25.1",
4 changes: 2 additions & 2 deletions examples/react/shadow-dom/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
4 changes: 2 additions & 2 deletions examples/react/star-wars/package.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
"@emotion/styled": "^11.13.5",
"@mui/material": "^6.1.8",
"@mui/styles": "^6.1.8",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^6.25.1",
4 changes: 2 additions & 2 deletions examples/react/suspense/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-query-devtools": "^5.70.0",
"@tanstack/react-query": "^5.71.0",
"@tanstack/react-query-devtools": "^5.71.0",
"font-awesome": "^4.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
4 changes: 2 additions & 2 deletions examples/solid/astro/package.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@
"@astrojs/solid-js": "^4.4.4",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@tanstack/solid-query": "^5.70.0",
"@tanstack/solid-query-devtools": "^5.70.0",
"@tanstack/solid-query": "^5.71.0",
"@tanstack/solid-query-devtools": "^5.71.0",
"astro": "^4.16.18",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.7",
Loading