Skip to content

Commit

Permalink
release: v5.28.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 27, 2024
1 parent ffad09d commit 21bde49
Show file tree
Hide file tree
Showing 49 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Expand Up @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@tanstack/angular-query-devtools-experimental": "^5.28.9",
"@tanstack/angular-query-devtools-experimental": "^5.28.10",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
Expand Up @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@tanstack/angular-query-devtools-experimental": "^5.28.9",
"@tanstack/angular-query-devtools-experimental": "^5.28.10",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/router/package.json
Expand Up @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@tanstack/angular-query-devtools-experimental": "^5.28.9",
"@tanstack/angular-query-devtools-experimental": "^5.28.10",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Expand Up @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@tanstack/angular-query-devtools-experimental": "^5.28.9",
"@tanstack/angular-query-devtools-experimental": "^5.28.10",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/algolia/package.json
Expand Up @@ -12,7 +12,7 @@
"@algolia/client-search": "4.22.1",
"@algolia/transporter": "4.22.1",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"algoliasearch": "4.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/auto-refetching/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-graphql-request/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-typescript/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.28.9",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"@tanstack/react-query-persist-client": "^5.28.9",
"axios": "^1.6.7",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/default-query-function/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-query-with-max-pages/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/load-more-infinite-scroll/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-suspense-streaming/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"@tanstack/react-query-next-experimental": "^5.28.9",
"next": "^14.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"ky": "^1.2.0",
"next": "^14.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/offline/package.json
Expand Up @@ -11,7 +11,7 @@
"@tanstack/query-sync-storage-persister": "^5.28.9",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"@tanstack/react-query-persist-client": "^5.28.9",
"ky": "^1.2.0",
"msw": "^2.1.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-cache/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-ui/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/pagination/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/playground/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/prefetching/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-native/package.json
Expand Up @@ -15,7 +15,7 @@
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"expo": "^50.0.6",
"expo-constants": "^15.4.5",
"expo-status-bar": "^1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-router/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/rick-morty/package.json
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/shadow-dom/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/star-wars/package.json
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/suspense/package.json
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"axios": "^1.6.7",
"font-awesome": "^4.7.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/basic-graphql-request/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"solid-js": "^1.8.14"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/basic-typescript/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.10",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/default-query-function/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.10",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.10",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/solid-start-streaming/package.json
Expand Up @@ -12,7 +12,7 @@
"@solidjs/router": "^0.12.0",
"@solidjs/start": "^0.5.4",
"@tanstack/solid-query": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.9",
"@tanstack/solid-query-devtools": "^5.28.10",
"solid-js": "^1.8.14",
"vinxi": "^0.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/auto-refetching/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/load-more-infinite-scroll/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/optimistic-updates-typescript/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/playground/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/simple/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/ssr/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/star-wars/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/svelte-query-devtools": "^5.28.9"
"@tanstack/svelte-query-devtools": "^5.28.10"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.28.9",
"@tanstack/vue-query-devtools": "^5.28.9",
"@tanstack/vue-query-devtools": "^5.28.10",
"vue": "^3.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.28.9",
"@tanstack/vue-query-devtools": "^5.28.9",
"@tanstack/vue-query-devtools": "^5.28.10",
"vue": "^3.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-query-devtools-experimental/package.json
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-query-devtools-experimental",
"version": "5.28.9",
"version": "5.28.10",
"description": "Developer tools to interact with and visualize the TanStack/angular-query cache",
"author": "Arnoud de Vries",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@tanstack/query-devtools",
"version": "5.28.6",
"version": "5.28.10",
"description": "Developer tools to interact with and visualize the TanStack Query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down

0 comments on commit 21bde49

Please sign in to comment.