Skip to content

Commit

Permalink
release: v5.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 23, 2024
1 parent e3240f0 commit 2ffd9fb
Show file tree
Hide file tree
Showing 68 changed files with 214 additions and 214 deletions.
4 changes: 2 additions & 2 deletions examples/angular/basic/package.json
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^17.3.3",
"@tanstack/angular-query-experimental": "^5.31.0",
"@tanstack/angular-query-experimental": "^5.32.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@tanstack/angular-query-devtools-experimental": "^5.31.0",
"@tanstack/angular-query-devtools-experimental": "^5.32.0",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/angular/infinite-query-with-max-pages/package.json
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^17.3.3",
"@tanstack/angular-query-experimental": "^5.31.0",
"@tanstack/angular-query-experimental": "^5.32.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@tanstack/angular-query-devtools-experimental": "^5.31.0",
"@tanstack/angular-query-devtools-experimental": "^5.32.0",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/angular/router/package.json
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^17.3.3",
"@tanstack/angular-query-experimental": "^5.31.0",
"@tanstack/angular-query-experimental": "^5.32.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@tanstack/angular-query-devtools-experimental": "^5.31.0",
"@tanstack/angular-query-devtools-experimental": "^5.32.0",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/angular/simple/package.json
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^17.3.3",
"@tanstack/angular-query-experimental": "^5.31.0",
"@tanstack/angular-query-experimental": "^5.32.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^17.3.3",
"@tanstack/angular-query-devtools-experimental": "^5.31.0",
"@tanstack/angular-query-devtools-experimental": "^5.32.0",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/react/algolia/package.json
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@algolia/client-search": "4.22.1",
"@algolia/transporter": "4.22.1",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"algoliasearch": "4.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/auto-refetching/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-graphql-request/package.json
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/basic-typescript/package.json
Expand Up @@ -9,10 +9,10 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.31.0",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query-persist-client": "^5.31.0",
"@tanstack/query-sync-storage-persister": "^5.32.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@tanstack/react-query-persist-client": "^5.32.0",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/default-query-function/package.json
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/infinite-query-with-max-pages/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/nextjs-suspense-streaming/package.json
Expand Up @@ -8,9 +8,9 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query-next-experimental": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@tanstack/react-query-next-experimental": "^5.32.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/nextjs/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"ky": "^1.2.0",
"next": "^14.0.0",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/offline/package.json
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.31.0",
"@tanstack/query-sync-storage-persister": "^5.32.0",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query-persist-client": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@tanstack/react-query-persist-client": "^5.32.0",
"ky": "^1.2.0",
"msw": "^2.1.7",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-cache/package.json
Expand Up @@ -8,8 +8,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-ui/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/playground/package.json
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/prefetching/package.json
Expand Up @@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"isomorphic-unfetch": "4.0.2",
"next": "^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-native/package.json
Expand Up @@ -14,8 +14,8 @@
"@react-native-community/netinfo": "^11.1.0",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"expo": "^50.0.6",
"expo-constants": "^15.4.5",
"expo-status-bar": "^1.11.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-router/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rick-morty/package.json
Expand Up @@ -12,8 +12,8 @@
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/shadow-dom/package.json
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/star-wars/package.json
Expand Up @@ -12,8 +12,8 @@
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.2",
"@mui/styles": "^5.15.2",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/suspense/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"type": "module",
"dependencies": {
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query-devtools": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"axios": "^1.6.7",
"font-awesome": "^4.7.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/astro/package.json
Expand Up @@ -15,8 +15,8 @@
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3",
"@astrojs/node": "^8.2.5",
"@tanstack/solid-query": "^5.31.0",
"@tanstack/solid-query-devtools": "^5.31.0",
"@tanstack/solid-query": "^5.32.0",
"@tanstack/solid-query-devtools": "^5.32.0",
"astro": "^4.6.1",
"solid-js": "^1.8.14",
"tailwindcss": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic-graphql-request/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.31.0",
"@tanstack/solid-query-devtools": "^5.31.0",
"@tanstack/solid-query": "^5.32.0",
"@tanstack/solid-query-devtools": "^5.32.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"solid-js": "^1.8.14"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic-typescript/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.31.0",
"@tanstack/solid-query-devtools": "^5.31.0",
"@tanstack/solid-query": "^5.32.0",
"@tanstack/solid-query-devtools": "^5.32.0",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/default-query-function/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.31.0",
"@tanstack/solid-query-devtools": "^5.31.0",
"@tanstack/solid-query": "^5.32.0",
"@tanstack/solid-query-devtools": "^5.32.0",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.31.0",
"@tanstack/solid-query-devtools": "^5.31.0",
"@tanstack/solid-query": "^5.32.0",
"@tanstack/solid-query-devtools": "^5.32.0",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down

0 comments on commit 2ffd9fb

Please sign in to comment.