Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
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.2",
"@tanstack/angular-query-devtools-experimental": "^5.28.3",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
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.2",
"@tanstack/angular-query-devtools-experimental": "^5.28.3",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/router/package.json
Original file line number Diff line number Diff line change
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.2",
"@tanstack/angular-query-devtools-experimental": "^5.28.3",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
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.2",
"@tanstack/angular-query-devtools-experimental": "^5.28.3",
"typescript": "5.2.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@algolia/client-search": "4.22.1",
"@algolia/transporter": "4.22.1",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.28.2",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"@tanstack/react-query-persist-client": "^5.28.2",
"axios": "^1.6.7",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"@tanstack/react-query-next-experimental": "^5.28.2",
"next": "^14.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tanstack/query-sync-storage-persister": "^5.28.2",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"@tanstack/react-query-persist-client": "^5.28.2",
"ky": "^1.2.0",
"msw": "^2.1.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/shadow-dom/src/DogList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const DogList = () => {
return (
<div>
{dogs.map((dog) => (
<div>{dog}</div>
<div key={dog}>{dog}</div>
))}
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"dependencies": {
"@tanstack/react-query": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.2",
"@tanstack/react-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.3",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.3",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.3",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/solid-query": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.3",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@solidjs/router": "^0.12.0",
"@solidjs/start": "^0.5.4",
"@tanstack/solid-query": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.2",
"@tanstack/solid-query-devtools": "^5.28.3",
"solid-js": "^1.8.14",
"vinxi": "^0.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/svelte-query": "^5.28.2",
"@tanstack/svelte-query-devtools": "^5.28.2"
"@tanstack/svelte-query-devtools": "^5.28.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.28.2",
"@tanstack/vue-query-devtools": "^5.28.2",
"@tanstack/vue-query-devtools": "^5.28.3",
"vue": "^3.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/vue-query": "^5.28.2",
"@tanstack/vue-query-devtools": "^5.28.2",
"@tanstack/vue-query-devtools": "^5.28.3",
"vue": "^3.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-query-devtools-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-query-devtools-experimental",
"version": "5.28.2",
"version": "5.28.3",
"description": "Developer tools to interact with and visualize the TanStack/angular-query cache",
"author": "Arnoud de Vries",
"license": "MIT",
Expand Down
Loading