From 46bed749c6f35841a45c5a73c73141f1b68bebca Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sun, 30 Jun 2024 06:12:09 +0000 Subject: [PATCH] release: v5.49.2 --- examples/react/algolia/package.json | 4 +- examples/react/auto-refetching/package.json | 4 +- .../react/basic-graphql-request/package.json | 4 +- examples/react/basic-typescript/package.json | 6 +- examples/react/basic/package.json | 4 +- .../react/default-query-function/package.json | 4 +- .../package.json | 4 +- .../load-more-infinite-scroll/package.json | 4 +- .../react/nextjs-app-prefetching/package.json | 4 +- .../nextjs-suspense-streaming/package.json | 6 +- examples/react/nextjs/package.json | 4 +- examples/react/offline/package.json | 6 +- .../optimistic-updates-cache/package.json | 4 +- .../react/optimistic-updates-ui/package.json | 4 +- examples/react/pagination/package.json | 4 +- examples/react/playground/package.json | 4 +- examples/react/prefetching/package.json | 4 +- examples/react/react-native/package.json | 4 +- examples/react/react-router/package.json | 4 +- examples/react/rick-morty/package.json | 4 +- examples/react/shadow-dom/package.json | 4 +- examples/react/simple/package.json | 4 +- examples/react/star-wars/package.json | 4 +- examples/react/suspense/package.json | 4 +- packages/react-query-devtools/package.json | 2 +- .../package.json | 2 +- .../react-query-persist-client/package.json | 2 +- packages/react-query/package.json | 2 +- pnpm-lock.yaml | 110 ++++++++++-------- 29 files changed, 114 insertions(+), 106 deletions(-) diff --git a/examples/react/algolia/package.json b/examples/react/algolia/package.json index 4ffd2f0339..26722b501d 100644 --- a/examples/react/algolia/package.json +++ b/examples/react/algolia/package.json @@ -11,8 +11,8 @@ "dependencies": { "@algolia/client-search": "4.23.3", "@algolia/transporter": "4.23.3", - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "algoliasearch": "4.23.3", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/auto-refetching/package.json b/examples/react/auto-refetching/package.json index fd76bd20a5..323f8efeef 100644 --- a/examples/react/auto-refetching/package.json +++ b/examples/react/auto-refetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/basic-graphql-request/package.json b/examples/react/basic-graphql-request/package.json index 57adca24da..71ea170ea8 100644 --- a/examples/react/basic-graphql-request/package.json +++ b/examples/react/basic-graphql-request/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "graphql": "^16.8.1", "graphql-request": "^7.0.1", "react": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/examples/react/basic-typescript/package.json b/examples/react/basic-typescript/package.json index 6848460204..4c85afee68 100644 --- a/examples/react/basic-typescript/package.json +++ b/examples/react/basic-typescript/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@tanstack/query-sync-storage-persister": "^5.49.1", - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", - "@tanstack/react-query-persist-client": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", + "@tanstack/react-query-persist-client": "^5.49.2", "axios": "^1.6.8", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index a38099afed..97fde647ea 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/default-query-function/package.json b/examples/react/default-query-function/package.json index f12c5b383e..c3fbeb52bc 100644 --- a/examples/react/default-query-function/package.json +++ b/examples/react/default-query-function/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/infinite-query-with-max-pages/package.json b/examples/react/infinite-query-with-max-pages/package.json index b324fd21cb..02f335939e 100644 --- a/examples/react/infinite-query-with-max-pages/package.json +++ b/examples/react/infinite-query-with-max-pages/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/load-more-infinite-scroll/package.json b/examples/react/load-more-infinite-scroll/package.json index e6e47cead3..43e3cedcfc 100644 --- a/examples/react/load-more-infinite-scroll/package.json +++ b/examples/react/load-more-infinite-scroll/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/nextjs-app-prefetching/package.json b/examples/react/nextjs-app-prefetching/package.json index fa9a962182..a154eb04e7 100644 --- a/examples/react/nextjs-app-prefetching/package.json +++ b/examples/react/nextjs-app-prefetching/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "next": "^15.0.0-rc.0", "react": "^19.0.0-rc-4c2e457c7c-20240522", "react-dom": "^19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/nextjs-suspense-streaming/package.json b/examples/react/nextjs-suspense-streaming/package.json index bb086a6ca9..8063ab6834 100644 --- a/examples/react/nextjs-suspense-streaming/package.json +++ b/examples/react/nextjs-suspense-streaming/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", - "@tanstack/react-query-next-experimental": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", + "@tanstack/react-query-next-experimental": "^5.49.2", "next": "^14.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/nextjs/package.json b/examples/react/nextjs/package.json index 3fb10c35b9..7023c9d8d6 100644 --- a/examples/react/nextjs/package.json +++ b/examples/react/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "ky": "^1.2.4", "next": "^14.2.4", "react": "^18.2.0", diff --git a/examples/react/offline/package.json b/examples/react/offline/package.json index 7591ad3ffd..1a82b62ad5 100644 --- a/examples/react/offline/package.json +++ b/examples/react/offline/package.json @@ -10,9 +10,9 @@ "dependencies": { "@tanstack/query-sync-storage-persister": "^5.49.1", "@tanstack/react-location": "^3.7.4", - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", - "@tanstack/react-query-persist-client": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", + "@tanstack/react-query-persist-client": "^5.49.2", "ky": "^1.2.4", "msw": "^2.3.0", "react": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/examples/react/optimistic-updates-cache/package.json b/examples/react/optimistic-updates-cache/package.json index 54fe10e65b..9c622d9024 100755 --- a/examples/react/optimistic-updates-cache/package.json +++ b/examples/react/optimistic-updates-cache/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/optimistic-updates-ui/package.json b/examples/react/optimistic-updates-ui/package.json index 7422624c8e..e9ad4a54d4 100755 --- a/examples/react/optimistic-updates-ui/package.json +++ b/examples/react/optimistic-updates-ui/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 95a875376f..4d307691b6 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/playground/package.json b/examples/react/playground/package.json index 45d6e642ed..030df47108 100644 --- a/examples/react/playground/package.json +++ b/examples/react/playground/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/prefetching/package.json b/examples/react/prefetching/package.json index 70a44084a3..b77e3a9759 100644 --- a/examples/react/prefetching/package.json +++ b/examples/react/prefetching/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "isomorphic-unfetch": "4.0.2", "next": "^14.2.4", diff --git a/examples/react/react-native/package.json b/examples/react/react-native/package.json index 099f892c25..846fa268a4 100644 --- a/examples/react/react-native/package.json +++ b/examples/react/react-native/package.json @@ -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.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "expo": "^51.0.8", "expo-constants": "^16.0.1", "expo-status-bar": "^1.12.1", diff --git a/examples/react/react-router/package.json b/examples/react/react-router/package.json index 5f38071b74..36dda89b8e 100644 --- a/examples/react/react-router/package.json +++ b/examples/react/react-router/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "localforage": "^1.10.0", "match-sorter": "^6.3.4", "react": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/examples/react/rick-morty/package.json b/examples/react/rick-morty/package.json index 40d9c9baf7..4611782f93 100644 --- a/examples/react/rick-morty/package.json +++ b/examples/react/rick-morty/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.18", "@mui/styles": "^5.15.18", - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522", "react-router": "^6.23.1", diff --git a/examples/react/shadow-dom/package.json b/examples/react/shadow-dom/package.json index c4bbc9e770..0adc332ecb 100644 --- a/examples/react/shadow-dom/package.json +++ b/examples/react/shadow-dom/package.json @@ -10,8 +10,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" }, diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index b0f9aeb39c..b3703136a0 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522" diff --git a/examples/react/star-wars/package.json b/examples/react/star-wars/package.json index 4b66033503..926729fddf 100644 --- a/examples/react/star-wars/package.json +++ b/examples/react/star-wars/package.json @@ -12,8 +12,8 @@ "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.18", "@mui/styles": "^5.15.18", - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "react": "19.0.0-rc-4c2e457c7c-20240522", "react-dom": "19.0.0-rc-4c2e457c7c-20240522", "react-router": "^6.23.1", diff --git a/examples/react/suspense/package.json b/examples/react/suspense/package.json index 831a352870..b1459c9b0a 100644 --- a/examples/react/suspense/package.json +++ b/examples/react/suspense/package.json @@ -3,8 +3,8 @@ "private": true, "type": "module", "dependencies": { - "@tanstack/react-query": "^5.49.1", - "@tanstack/react-query-devtools": "^5.49.1", + "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query-devtools": "^5.49.2", "axios": "^1.6.8", "font-awesome": "^4.7.0", "react": "19.0.0-rc-4c2e457c7c-20240522", diff --git a/packages/react-query-devtools/package.json b/packages/react-query-devtools/package.json index 55244c2f58..b29228ebe1 100644 --- a/packages/react-query-devtools/package.json +++ b/packages/react-query-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-devtools", - "version": "5.49.1", + "version": "5.49.2", "description": "Developer tools to interact with and visualize the TanStack/react-query cache", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-next-experimental/package.json b/packages/react-query-next-experimental/package.json index 8374aadab0..7f2e065f83 100644 --- a/packages/react-query-next-experimental/package.json +++ b/packages/react-query-next-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-next-experimental", - "version": "5.49.1", + "version": "5.49.2", "description": "Hydration utils for React Query in the NextJs app directory", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query-persist-client/package.json b/packages/react-query-persist-client/package.json index b69c5809ab..a95cc1e997 100644 --- a/packages/react-query-persist-client/package.json +++ b/packages/react-query-persist-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query-persist-client", - "version": "5.49.1", + "version": "5.49.2", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-query/package.json b/packages/react-query/package.json index bc6da6e070..c31b60d7c9 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-query", - "version": "5.49.1", + "version": "5.49.2", "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", "author": "tannerlinsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05d2ee80ba..5f9efa7436 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -327,10 +327,10 @@ importers: specifier: 4.23.3 version: 4.23.3 '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools algoliasearch: specifier: 4.23.3 @@ -364,10 +364,10 @@ importers: examples/react/auto-refetching: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -388,10 +388,10 @@ importers: examples/react/basic: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -416,10 +416,10 @@ importers: examples/react/basic-graphql-request: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools graphql: specifier: ^16.8.1 @@ -447,13 +447,13 @@ importers: specifier: ^5.49.1 version: link:../../../packages/query-sync-storage-persister '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-persist-client axios: specifier: ^1.6.8 @@ -493,10 +493,10 @@ importers: examples/react/default-query-function: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -518,10 +518,10 @@ importers: examples/react/infinite-query-with-max-pages: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -545,10 +545,10 @@ importers: examples/react/load-more-infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -572,10 +572,10 @@ importers: examples/react/nextjs: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools ky: specifier: ^1.2.4 @@ -599,10 +599,10 @@ importers: examples/react/nextjs-app-prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools next: specifier: ^15.0.0-rc.0 @@ -630,13 +630,13 @@ importers: examples/react/nextjs-suspense-streaming: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools '@tanstack/react-query-next-experimental': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-next-experimental next: specifier: ^14.2.4 @@ -670,13 +670,13 @@ importers: specifier: ^3.7.4 version: 3.7.4(react-dom@19.0.0-rc-4c2e457c7c-20240522(react@19.0.0-rc-4c2e457c7c-20240522))(react@19.0.0-rc-4c2e457c7c-20240522) '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools '@tanstack/react-query-persist-client': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-persist-client ky: specifier: ^1.2.4 @@ -704,10 +704,10 @@ importers: examples/react/optimistic-updates-cache: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -741,10 +741,10 @@ importers: examples/react/optimistic-updates-ui: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -778,10 +778,10 @@ importers: examples/react/pagination: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -802,10 +802,10 @@ importers: examples/react/playground: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools react: specifier: 19.0.0-rc-4c2e457c7c-20240522 @@ -824,10 +824,10 @@ importers: examples/react/prefetching: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -857,10 +857,10 @@ importers: specifier: ^6.3.16 version: 6.3.16(yri22tnekttmcucjv33ecr33bu) '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools expo: specifier: ^51.0.8 @@ -909,10 +909,10 @@ importers: examples/react/react-router: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools localforage: specifier: ^1.10.0 @@ -973,10 +973,10 @@ importers: specifier: ^5.15.18 version: 5.15.18(react@19.0.0-rc-4c2e457c7c-20240522)(types-react@19.0.0-rc.1) '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools react: specifier: 19.0.0-rc-4c2e457c7c-20240522 @@ -1001,10 +1001,10 @@ importers: examples/react/shadow-dom: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools react: specifier: 19.0.0-rc-4c2e457c7c-20240522 @@ -1047,10 +1047,10 @@ importers: examples/react/simple: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -1084,10 +1084,10 @@ importers: specifier: ^5.15.18 version: 5.15.18(react@19.0.0-rc-4c2e457c7c-20240522)(types-react@19.0.0-rc.1) '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools react: specifier: 19.0.0-rc-4c2e457c7c-20240522 @@ -1112,10 +1112,10 @@ importers: examples/react/suspense: dependencies: '@tanstack/react-query': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query '@tanstack/react-query-devtools': - specifier: ^5.49.1 + specifier: ^5.49.2 version: link:../../../packages/react-query-devtools axios: specifier: ^1.6.8 @@ -22601,7 +22601,11 @@ snapshots: jest-runner: 26.6.3 jest-runtime: 26.6.3 transitivePeerDependencies: + - bufferutil + - canvas - supports-color + - ts-node + - utf-8-validate '@jest/test-sequencer@27.5.1': dependencies: @@ -31269,7 +31273,11 @@ snapshots: stack-utils: 2.0.6 throat: 5.0.0 transitivePeerDependencies: + - bufferutil + - canvas - supports-color + - ts-node + - utf-8-validate jest-circus@27.5.1: dependencies: