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.40.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.40.1
Choose a head ref
  • 10 commits
  • 88 files changed
  • 7 contributors

Commits on Jun 1, 2024

  1. chore: downgrade codecov github action (#7505)

    arnoud-dv authored Jun 1, 2024
    Copy the full SHA
    09ecaba View commit details
  2. chore(angular-query): update angular (#7504)

    arnoud-dv authored Jun 1, 2024
    1
    Copy the full SHA
    9b6bfb4 View commit details
  3. chore: add CODECOV_TOKEN

    TkDodo committed Jun 1, 2024
    Copy the full SHA
    f6f89e1 View commit details
  4. Revert "chore: add CODECOV_TOKEN"

    This reverts commit f6f89e1.
    TkDodo committed Jun 1, 2024
    Copy the full SHA
    ee02838 View commit details
  5. ci(codecov): update version with token (#7506)

    Co-authored-by: Arnoud <6420061+arnoud-dv@users.noreply.github.com>
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    3 people authored Jun 1, 2024
    Copy the full SHA
    bd991bc View commit details

Commits on Jun 2, 2024

  1. docs: Update community-projects.md - Add Rapini (#7499)

    * Update community-projects.md
    
    * Alphabetical
    
    * Prettier fix whitespace
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    rametta and TkDodo authored Jun 2, 2024
    Copy the full SHA
    eb2b469 View commit details
  2. test(vue-query): vitest type test correctly (#7452)

    * test(vue-query): vitest type test correctly
    
    * test(vue-query): add queryOptions.test.ts to resolve codecov error in PR
    
    * test(vue-query): remove queryOptions.test.ts
    manudeli authored Jun 2, 2024
    Copy the full SHA
    3a66139 View commit details
  3. docs: update usePrefetchQuery to avoid infinite refetching (#7456)

    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    iammminzzy and TkDodo authored Jun 2, 2024
    Copy the full SHA
    96aa461 View commit details

Commits on Jun 4, 2024

  1. refactor(*): improved type inference for useQueries with skipToken (#…

    …7484)
    
    * refactor(react-query): improved type inference for useQueries
    
    * test(react-query): improved type inference for useQueries with skipToken
    
    * refactor(vue-query): improved type inference for useQueries with skipToken
    
    * refactor(svelte-query): improved type inference for useQueries with skipToken
    
    * refactor(angular-query): improved type inference for useQueries with skipToken
    
    * refactor(solid-query): improved type inference for useQueries with skipToken
    
    * refactor(*): update defaultQueryOptions type
    
    * refactor(solid-query): updated defaultQueryOptions type in useQueries
    
    * test(vue-query): fixed test for useQueries with skipToken
    
    * refactor(vue-query): ensured accurate error type inference for `useQueries`
    
    * test(vue-query): fixed test for useQueries with skipToken
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    gwansikk and TkDodo authored Jun 4, 2024
    Copy the full SHA
    6f08200 View commit details
  2. release: v5.40.1

    tannerlinsley committed Jun 4, 2024
    Copy the full SHA
    a300d48 View commit details
Showing with 1,646 additions and 2,032 deletions.
  1. +2 −2 .github/workflows/ci.yml
  2. +2 −2 .github/workflows/pr.yml
  3. +6 −0 docs/framework/react/community/community-projects.md
  4. +6 −2 docs/framework/react/guides/prefetching.md
  5. +10 −13 examples/angular/basic/package.json
  6. +10 −13 examples/angular/infinite-query-with-max-pages/package.json
  7. +11 −13 examples/angular/router/package.json
  8. +11 −13 examples/angular/simple/package.json
  9. +2 −2 examples/react/algolia/package.json
  10. +2 −2 examples/react/auto-refetching/package.json
  11. +2 −2 examples/react/basic-graphql-request/package.json
  12. +3 −3 examples/react/basic-typescript/package.json
  13. +2 −2 examples/react/basic/package.json
  14. +2 −2 examples/react/default-query-function/package.json
  15. +2 −2 examples/react/infinite-query-with-max-pages/package.json
  16. +2 −2 examples/react/load-more-infinite-scroll/package.json
  17. +2 −2 examples/react/nextjs-app-prefetching/package.json
  18. +3 −3 examples/react/nextjs-suspense-streaming/package.json
  19. +2 −2 examples/react/nextjs/package.json
  20. +3 −3 examples/react/offline/package.json
  21. +2 −2 examples/react/optimistic-updates-cache/package.json
  22. +2 −2 examples/react/optimistic-updates-ui/package.json
  23. +2 −2 examples/react/pagination/package.json
  24. +2 −2 examples/react/playground/package.json
  25. +2 −2 examples/react/prefetching/package.json
  26. +2 −2 examples/react/react-native/package.json
  27. +2 −2 examples/react/react-router/package.json
  28. +2 −2 examples/react/rick-morty/package.json
  29. +2 −2 examples/react/shadow-dom/package.json
  30. +2 −2 examples/react/simple/package.json
  31. +2 −2 examples/react/star-wars/package.json
  32. +2 −2 examples/react/suspense/package.json
  33. +2 −2 examples/solid/astro/package.json
  34. +2 −2 examples/solid/basic-graphql-request/package.json
  35. +2 −2 examples/solid/basic-typescript/package.json
  36. +2 −2 examples/solid/default-query-function/package.json
  37. +2 −2 examples/solid/simple/package.json
  38. +2 −2 examples/solid/solid-start-streaming/package.json
  39. +2 −2 examples/svelte/auto-refetching/package.json
  40. +2 −2 examples/svelte/basic/package.json
  41. +2 −2 examples/svelte/load-more-infinite-scroll/package.json
  42. +2 −2 examples/svelte/optimistic-updates-typescript/package.json
  43. +2 −2 examples/svelte/playground/package.json
  44. +2 −2 examples/svelte/simple/package.json
  45. +2 −2 examples/svelte/ssr/package.json
  46. +2 −2 examples/svelte/star-wars/package.json
  47. +1 −1 examples/vue/2.6-basic/package.json
  48. +1 −1 examples/vue/2.7-basic/package.json
  49. +2 −2 examples/vue/basic/package.json
  50. +1 −1 examples/vue/dependent-queries/package.json
  51. +1 −1 examples/vue/nuxt3/package.json
  52. +1 −1 examples/vue/persister/package.json
  53. +2 −2 examples/vue/simple/package.json
  54. +6 −6 integrations/angular-cli-standalone-17/package.json
  55. +5 −5 packages/angular-query-devtools-experimental/package.json
  56. +9 −9 packages/angular-query-experimental/package.json
  57. +15 −37 packages/angular-query-experimental/src/inject-queries.ts
  58. +1 −1 packages/react-query-devtools/package.json
  59. +1 −1 packages/react-query-next-experimental/package.json
  60. +1 −1 packages/react-query-persist-client/package.json
  61. +1 −1 packages/react-query/package.json
  62. +4 −3 packages/react-query/src/__tests__/useQueries.test-d.tsx
  63. +14 −39 packages/react-query/src/useQueries.ts
  64. +1 −1 packages/solid-query-devtools/package.json
  65. +1 −1 packages/solid-query-persist-client/package.json
  66. +1 −1 packages/solid-query/package.json
  67. +22 −34 packages/solid-query/src/createQueries.ts
  68. +1 −1 packages/svelte-query-devtools/package.json
  69. +1 −1 packages/svelte-query-persist-client/package.json
  70. +1 −1 packages/svelte-query/package.json
  71. +15 −39 packages/svelte-query/src/createQueries.ts
  72. +1 −1 packages/vue-query-devtools/package.json
  73. +1 −1 packages/vue-query/package.json
  74. +132 −0 packages/vue-query/src/__tests__/queryClient.test-d.ts
  75. +0 −174 packages/vue-query/src/__tests__/queryClient.type.test.ts
  76. +125 −0 packages/vue-query/src/__tests__/queryOptions.test-d.ts
  77. +0 −170 packages/vue-query/src/__tests__/queryOptions.types.test.ts
  78. +0 −10 packages/vue-query/src/__tests__/test-utils.ts
  79. +84 −0 packages/vue-query/src/__tests__/useInfiniteQuery.test-d.tsx
  80. +0 −106 packages/vue-query/src/__tests__/useInfiniteQuery.types.test.tsx
  81. +74 −0 packages/vue-query/src/__tests__/useMutation.test-d.tsx
  82. +0 −98 packages/vue-query/src/__tests__/useMutation.types.test.tsx
  83. +145 −0 packages/vue-query/src/__tests__/useQueries.test-d.ts
  84. +0 −176 packages/vue-query/src/__tests__/useQueries.types.test.ts
  85. +228 −0 packages/vue-query/src/__tests__/useQuery.test-d.ts
  86. +0 −282 packages/vue-query/src/__tests__/useQuery.types.test.ts
  87. +18 −36 packages/vue-query/src/useQueries.ts
  88. +592 −650 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -56,5 +56,5 @@ jobs:
TAG: ${{ inputs.tag }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: packages
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -43,5 +43,5 @@ jobs:
run: npx nx-cloud stop-all-agents
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: packages
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 6 additions & 0 deletions docs/framework/react/community/community-projects.md
Original file line number Diff line number Diff line change
@@ -85,6 +85,12 @@ A library for creating typesafe standardized query keys, useful for cache manage

Link: https://github.com/lukemorales/query-key-factory

## Rapini

🥬 OpenAPI to React Query (or SWR) & Axios

Link: https://github.com/rametta/rapini

## React Query Kit

🕊️ A toolkit for ReactQuery that makes ReactQuery hooks reusable and typesafe
8 changes: 6 additions & 2 deletions docs/framework/react/guides/prefetching.md
Original file line number Diff line number Diff line change
@@ -199,14 +199,18 @@ This starts fetching `'article-comments'` immediately and flattens the waterfall
If you want to prefetch together with Suspense, you will have to do things a bit differently. You can't use `useSuspenseQueries` to prefetch, since the prefetch would block the component from rendering. You also can not use `useQuery` for the prefetch, because that wouldn't start the prefetch until after suspenseful query had resolved. What you can do is add a small `usePrefetchQuery` function (we might add this to the library itself at a later point):

```tsx
const usePrefetchQuery = (...args) => {
function usePrefetchQuery(options) {
const queryClient = useQueryClient()

// This happens in render, but is safe to do because ensureQueryData
// only fetches if there is no data in the cache for this query. This
// means we know no observers are watching the data so the side effect
// is not observable, which is safe.
queryClient.ensureQueryData(...args)
if (!queryClient.getQueryState(options.queryKey)) {
queryClient.ensureQueryData(options).catch(() => {
// Avoid uncaught error
})
}
}
```

23 changes: 10 additions & 13 deletions examples/angular/basic/package.json
Original file line number Diff line number Diff line change
@@ -9,24 +9,21 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.9",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@tanstack/angular-query-experimental": "^5.40.0",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.40.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.9",
"@tanstack/angular-query-devtools-experimental": "^5.40.0",
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.40.1",
"typescript": "5.3.3"
}
}
23 changes: 10 additions & 13 deletions examples/angular/infinite-query-with-max-pages/package.json
Original file line number Diff line number Diff line change
@@ -9,24 +9,21 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.9",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@tanstack/angular-query-experimental": "^5.40.0",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.40.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.9",
"@tanstack/angular-query-devtools-experimental": "^5.40.0",
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.40.1",
"typescript": "5.3.3"
}
}
24 changes: 11 additions & 13 deletions examples/angular/router/package.json
Original file line number Diff line number Diff line change
@@ -9,24 +9,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.9",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@tanstack/angular-query-experimental": "^5.40.0",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.40.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.9",
"@tanstack/angular-query-devtools-experimental": "^5.40.0",
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.40.1",
"typescript": "5.3.3"
}
}
24 changes: 11 additions & 13 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
@@ -9,24 +9,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.9",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@tanstack/angular-query-experimental": "^5.40.0",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@tanstack/angular-query-experimental": "^5.40.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.9",
"@tanstack/angular-query-devtools-experimental": "^5.40.0",
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@tanstack/angular-query-devtools-experimental": "^5.40.1",
"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.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"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
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.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.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"react": "19.0.0-rc-4c2e457c7c-20240522",
6 changes: 3 additions & 3 deletions examples/react/basic-typescript/package.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query-persist-client": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"@tanstack/react-query-persist-client": "^5.40.1",
"axios": "^1.6.8",
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"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.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"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
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.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
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.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 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"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
@@ -8,9 +8,9 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query-next-experimental": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"@tanstack/react-query-next-experimental": "^5.40.1",
"next": "^14.0.0",
"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
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"ky": "^1.2.4",
"next": "^14.0.0",
"react": "^18.2.0",
6 changes: 3 additions & 3 deletions examples/react/offline/package.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query-persist-client": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"@tanstack/react-query-persist-client": "^5.40.1",
"ky": "^1.2.4",
"msw": "^2.3.0",
"react": "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
@@ -8,8 +8,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-ui/package.json
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.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.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"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
@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"axios": "^1.6.8",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.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.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"expo": "^51.0.8",
"expo-constants": "^16.0.1",
"expo-status-bar": "^1.12.1",
Loading