Skip to content

Commit

Permalink
release: v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Sep 18, 2022
1 parent fd5c3f1 commit 08857a4
Show file tree
Hide file tree
Showing 29 changed files with 160 additions and 160 deletions.
4 changes: 2 additions & 2 deletions examples/react/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"graphql-request": "^3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/basic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"broadcast-channel": "^3.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query-persist-client": "4.3.6",
"@tanstack/query-sync-storage-persister": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"@tanstack/react-query-persist-client": "4.3.7",
"@tanstack/query-sync-storage-persister": "4.3.7",
"react-scripts": "3.0.1",
"stop-runaway-react-effects": "^1.2.0",
"styled-components": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"axios": "^0.21.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/custom-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"react-scripts": "3.0.1",
"stop-runaway-react-effects": "^1.2.0",
"styled-components": "^4.3.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/focus-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "12.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.33.1",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"resolve-from": "^5.0.0",
"web-streams-polyfill": "^3.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/react/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hot-toast": "^2.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query-persist-client": "4.3.6",
"@tanstack/query-sync-storage-persister": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"@tanstack/react-query-persist-client": "4.3.7",
"@tanstack/query-sync-storage-persister": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"typescript": "^4.1.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/optimistic-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"scripts": {
"dev": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-web": "0.17.1",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"expo-constants": "~12.1.3",
"react-native-paper": "4.9.2",
"react-native-screens": "~3.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-router-dom": "^6.4.0",
"rooks": "^6.4.3",
"sort-by": "^1.2.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rick-morty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@material-ui/core": "^4.9.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@material-ui/core": "^4.9.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6",
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^2.2.3",
"@tanstack/react-query": "4.3.6",
"@tanstack/react-query-devtools": "4.3.6"
"@tanstack/react-query": "4.3.7",
"@tanstack/react-query-devtools": "4.3.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
Expand Down
Loading

0 comments on commit 08857a4

Please sign in to comment.