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.51.4
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.51.5
Choose a head ref
  • 4 commits
  • 103 files changed
  • 6 contributors

Commits on Jul 17, 2024

  1. test(svelte-query): Refactor test logic (#7744)

    * test(svelte-query): Simplify test logic
    
    * Improve createQueries tests
    lachlancollins authored Jul 17, 2024
    Copy the full SHA
    01212de View commit details
  2. docs(solid-query): add optional chaining to prevent suspense bug (#7709)

    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    dhruvy1 and TkDodo authored Jul 17, 2024
    Copy the full SHA
    91cfc10 View commit details
  3. fix(query-core): widen QueriesObserver queries type (#7446) (#7492)

    * fix(query-core): widen QueriesObserver queries type (#7446)
    
    Widen the `QueriesObserver` queries type so we can assign `UseQueryOptions` to `QueryObserverOptions`.
    
    The result from the `queryOptions` helper can now be passed to `QueriesObserver`.
    
    * chore: prettier
    
    * fix(types): QueryKey needs to default to `any`, too
    
    ---------
    
    Co-authored-by: Yannick CROISSANT <yannick.croissant@canal-plus.com>
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    3 people authored Jul 17, 2024
    Copy the full SHA
    a87c2fe View commit details
  4. release: v5.51.5

    tannerlinsley committed Jul 17, 2024
    Copy the full SHA
    c101251 View commit details
Showing with 500 additions and 423 deletions.
  1. +3 −2 docs/framework/solid/overview.md
  2. +2 −2 examples/angular/basic/package.json
  3. +2 −2 examples/angular/infinite-query-with-max-pages/package.json
  4. +2 −2 examples/angular/router/package.json
  5. +2 −2 examples/angular/simple/package.json
  6. +2 −2 examples/react/algolia/package.json
  7. +2 −2 examples/react/auto-refetching/package.json
  8. +2 −2 examples/react/basic-graphql-request/package.json
  9. +4 −4 examples/react/basic/package.json
  10. +2 −2 examples/react/default-query-function/package.json
  11. +2 −2 examples/react/infinite-query-with-max-pages/package.json
  12. +2 −2 examples/react/load-more-infinite-scroll/package.json
  13. +2 −2 examples/react/nextjs-app-prefetching/package.json
  14. +3 −3 examples/react/nextjs-suspense-streaming/package.json
  15. +2 −2 examples/react/nextjs/package.json
  16. +4 −4 examples/react/offline/package.json
  17. +2 −2 examples/react/optimistic-updates-cache/package.json
  18. +2 −2 examples/react/optimistic-updates-ui/package.json
  19. +2 −2 examples/react/pagination/package.json
  20. +2 −2 examples/react/playground/package.json
  21. +2 −2 examples/react/prefetching/package.json
  22. +2 −2 examples/react/react-native/package.json
  23. +2 −2 examples/react/react-router/package.json
  24. +2 −2 examples/react/rick-morty/package.json
  25. +2 −2 examples/react/shadow-dom/package.json
  26. +2 −2 examples/react/simple/package.json
  27. +2 −2 examples/react/star-wars/package.json
  28. +2 −2 examples/react/suspense/package.json
  29. +2 −2 examples/solid/astro/package.json
  30. +2 −2 examples/solid/basic-graphql-request/package.json
  31. +2 −2 examples/solid/basic/package.json
  32. +2 −2 examples/solid/default-query-function/package.json
  33. +2 −2 examples/solid/simple/package.json
  34. +2 −2 examples/solid/solid-start-streaming/package.json
  35. +2 −2 examples/svelte/auto-refetching/package.json
  36. +1 −1 examples/svelte/auto-refetching/src/routes/+page.svelte
  37. +2 −2 examples/svelte/basic/package.json
  38. +2 −2 examples/svelte/load-more-infinite-scroll/package.json
  39. +1 −3 examples/svelte/load-more-infinite-scroll/src/lib/LoadMore.svelte
  40. +2 −2 examples/svelte/optimistic-updates-typescript/package.json
  41. +2 −2 examples/svelte/playground/package.json
  42. +2 −2 examples/svelte/simple/package.json
  43. +2 −2 examples/svelte/ssr/package.json
  44. +2 −2 examples/svelte/star-wars/package.json
  45. +1 −1 examples/vue/2.6-basic/package.json
  46. +1 −1 examples/vue/2.7-basic/package.json
  47. +2 −2 examples/vue/basic/package.json
  48. +1 −1 examples/vue/dependent-queries/package.json
  49. +1 −1 examples/vue/nuxt3/package.json
  50. +4 −4 examples/vue/persister/package.json
  51. +2 −2 examples/vue/simple/package.json
  52. +1 −1 packages/angular-query-devtools-experimental/package.json
  53. +1 −1 packages/angular-query-experimental/package.json
  54. +1 −1 packages/query-async-storage-persister/package.json
  55. +1 −1 packages/query-broadcast-client-experimental/package.json
  56. +1 −1 packages/query-core/package.json
  57. +1 −1 packages/query-core/src/queriesObserver.ts
  58. +1 −1 packages/query-persist-client-core/package.json
  59. +1 −1 packages/query-sync-storage-persister/package.json
  60. +1 −1 packages/react-query-devtools/package.json
  61. +1 −1 packages/react-query-next-experimental/package.json
  62. +1 −1 packages/react-query-persist-client/package.json
  63. +1 −1 packages/react-query/package.json
  64. +20 −1 packages/react-query/src/__tests__/queryOptions.test-d.tsx
  65. +1 −1 packages/solid-query-devtools/package.json
  66. +1 −1 packages/solid-query-persist-client/package.json
  67. +1 −1 packages/solid-query/package.json
  68. +1 −1 packages/svelte-query-devtools/package.json
  69. +1 −1 packages/svelte-query-persist-client/package.json
  70. +4 −7 packages/svelte-query-persist-client/tests/AwaitOnSuccess/AwaitOnSuccess.svelte
  71. +1 −2 packages/svelte-query-persist-client/tests/AwaitOnSuccess/Provider.svelte
  72. +5 −8 packages/svelte-query-persist-client/tests/FreshData/FreshData.svelte
  73. +1 −2 packages/svelte-query-persist-client/tests/FreshData/Provider.svelte
  74. +5 −8 packages/svelte-query-persist-client/tests/InitialData/InitialData.svelte
  75. +1 −2 packages/svelte-query-persist-client/tests/InitialData/Provider.svelte
  76. +4 −8 packages/svelte-query-persist-client/tests/OnSuccess/OnSuccess.svelte
  77. +1 −2 packages/svelte-query-persist-client/tests/OnSuccess/Provider.svelte
  78. +8 −23 packages/svelte-query-persist-client/tests/PersistQueryClientProvider.test.ts
  79. +1 −2 packages/svelte-query-persist-client/tests/RemoveCache/Provider.svelte
  80. +4 −8 packages/svelte-query-persist-client/tests/RemoveCache/RemoveCache.svelte
  81. +1 −2 packages/svelte-query-persist-client/tests/RestoreCache/Provider.svelte
  82. +5 −8 packages/svelte-query-persist-client/tests/RestoreCache/RestoreCache.svelte
  83. +1 −2 packages/svelte-query-persist-client/tests/UseQueries/Provider.svelte
  84. +5 −8 packages/svelte-query-persist-client/tests/UseQueries/UseQueries.svelte
  85. +0 −6 packages/svelte-query-persist-client/tests/utils.ts
  86. +1 −1 packages/svelte-query/package.json
  87. +2 −2 packages/svelte-query/tests/QueryClientProvider/ChildComponent.svelte
  88. +1 −1 packages/svelte-query/tests/QueryClientProvider/QueryClientProvider.test.ts
  89. +6 −1 packages/svelte-query/tests/createInfiniteQuery/BaseExample.svelte
  90. +89 −12 packages/svelte-query/tests/createInfiniteQuery/createInfiniteQuery.test.ts
  91. +5 −15 packages/svelte-query/tests/createQueries/BaseExample.svelte
  92. +32 −0 packages/svelte-query/tests/createQueries/CombineExample.svelte
  93. +10 −27 packages/svelte-query/tests/createQueries/createQueries.test.ts
  94. +1 −8 packages/svelte-query/tests/createQuery/BaseExample.svelte
  95. +9 −3 packages/svelte-query/tests/createQuery/DisabledExample.svelte
  96. +2 −2 packages/svelte-query/tests/createQuery/PlaceholderData.svelte
  97. +49 −15 packages/svelte-query/tests/createQuery/createQuery.test.ts
  98. +5 −8 packages/svelte-query/tests/useIsFetching/BaseExample.svelte
  99. +2 −2 packages/svelte-query/tests/useIsMutating/BaseExample.svelte
  100. +0 −7 packages/svelte-query/tests/utils.ts
  101. +1 −1 packages/vue-query-devtools/package.json
  102. +1 −1 packages/vue-query/package.json
  103. +96 −96 pnpm-lock.yaml
5 changes: 3 additions & 2 deletions docs/framework/solid/overview.md
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ SolidJS has been gaining popularity as a fast, reactive, and declarative library

```tsx
import { createResource, ErrorBoundary, Suspense } from 'solid-js'
import { render } from 'solid-js/web'

function App() {
const [repository] = createResource(async () => {
@@ -26,7 +27,7 @@ function App() {
<ErrorBoundary fallback={<div>Something went wrong!</div>}>
{/* Suspense will trigger a loading state while the data is being fetched */}
<Suspense fallback={<div>Loading...</div>}>
<div>{repository().updated_at}</div>
<div>{repository()?.updated_at}</div>
</Suspense>
</ErrorBoundary>
</div>
@@ -100,7 +101,7 @@ function App() {
The `data` property on a query is a SolidJS resource
so it will work with Suspense and transitions out of the box!
*/}
<div>{repositoryQuery.data.updated_at}</div>
<div>{repositoryQuery.data?.updated_at}</div>
</Suspense>
</ErrorBoundary>
</div>
4 changes: 2 additions & 2 deletions examples/angular/basic/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.51.4",
"@tanstack/angular-query-experimental": "^5.51.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
@@ -23,7 +23,7 @@
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.51.4",
"@tanstack/angular-query-devtools-experimental": "^5.51.5",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/angular/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.51.4",
"@tanstack/angular-query-experimental": "^5.51.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
@@ -23,7 +23,7 @@
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.51.4",
"@tanstack/angular-query-devtools-experimental": "^5.51.5",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/angular/router/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.51.4",
"@tanstack/angular-query-experimental": "^5.51.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
@@ -24,7 +24,7 @@
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.51.4",
"@tanstack/angular-query-devtools-experimental": "^5.51.5",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.51.4",
"@tanstack/angular-query-experimental": "^5.51.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
@@ -24,7 +24,7 @@
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.51.4",
"@tanstack/angular-query-devtools-experimental": "^5.51.5",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"dependencies": {
"@algolia/client-search": "4.23.3",
"@algolia/transporter": "4.23.3",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"algoliasearch": "4.23.3",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"react": "19.0.0-rc-4c2e457c7c-20240522",
8 changes: 4 additions & 4 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.51.4",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query-persist-client": "^5.51.4",
"@tanstack/query-sync-storage-persister": "^5.51.5",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"@tanstack/react-query-persist-client": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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
@@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^15.0.0-rc.0",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
6 changes: 3 additions & 3 deletions examples/react/nextjs-suspense-streaming/package.json
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query-next-experimental": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"@tanstack/react-query-next-experimental": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/query-sync-storage-persister": "^5.51.5",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query-persist-client": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"@tanstack/react-query-persist-client": "^5.51.5",
"msw": "^2.3.0",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"next": "^14.2.4",
"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.3.1",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"expo": "^51.0.8",
"expo-constants": "^16.0.1",
"expo-status-bar": "^1.12.1",
4 changes: 2 additions & 2 deletions examples/react/react-router/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "19.0.0-rc-4c2e457c7c-20240522",
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.11.5",
"@mui/material": "^5.15.18",
"@mui/styles": "^5.15.18",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-router": "^6.23.1",
4 changes: 2 additions & 2 deletions examples/react/shadow-dom/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
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.11.5",
"@mui/material": "^5.15.18",
"@mui/styles": "^5.15.18",
"@tanstack/react-query": "^5.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
"react-router": "^6.23.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.51.4",
"@tanstack/react-query-devtools": "^5.51.4",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query-devtools": "^5.51.5",
"font-awesome": "^4.7.0",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522",
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.2.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@tanstack/solid-query": "^5.51.4",
"@tanstack/solid-query-devtools": "^5.51.4",
"@tanstack/solid-query": "^5.51.5",
"@tanstack/solid-query-devtools": "^5.51.5",
"astro": "^4.8.6",
"solid-js": "^1.8.17",
"tailwindcss": "^3.4.3",
4 changes: 2 additions & 2 deletions examples/solid/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.51.4",
"@tanstack/solid-query-devtools": "^5.51.4",
"@tanstack/solid-query": "^5.51.5",
"@tanstack/solid-query-devtools": "^5.51.5",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"solid-js": "^1.8.17"
4 changes: 2 additions & 2 deletions examples/solid/basic/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.51.4",
"@tanstack/solid-query-devtools": "^5.51.4",
"@tanstack/solid-query": "^5.51.5",
"@tanstack/solid-query-devtools": "^5.51.5",
"solid-js": "^1.8.17"
},
"devDependencies": {
Loading