Skip to content

Commit

Permalink
release: v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 19, 2022
1 parent 82d041d commit fa7a6ac
Show file tree
Hide file tree
Showing 28 changed files with 146 additions and 698 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": "9.3.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2"
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3"
},
"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 @@ -14,8 +14,8 @@
"graphql-request": "^3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"react-scripts": "3.0.1",
"stop-runaway-react-effects": "^1.2.0",
"styled-components": "^4.3.2"
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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query-persist-client": "4.0.2",
"@tanstack/query-sync-storage-persister": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"@tanstack/react-query-persist-client": "4.0.3",
"@tanstack/query-sync-storage-persister": "4.0.3",
"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 @@ -13,8 +13,8 @@
"broadcast-channel": "^3.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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/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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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/focus-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "9.3.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2"
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3"
},
"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": "16.13.0",
"react-dom": "16.13.0",
"react-intersection-observer": "^8.33.1",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2"
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3"
},
"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": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query-persist-client": "4.0.2",
"@tanstack/query-sync-storage-persister": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"@tanstack/react-query-persist-client": "4.0.3",
"@tanstack/query-sync-storage-persister": "4.0.3",
"react-scripts": "3.0.1"
},
"devDependencies": {
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": "9.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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": "9.2.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2"
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3"
},
"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": "9.3.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2"
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3"
},
"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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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/prefetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"next": "9.3.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2"
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3"
},
"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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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/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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1",
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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"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/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "4.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1",
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.0.2",
"@tanstack/react-query-devtools": "4.0.2",
"@tanstack/react-query": "4.0.3",
"@tanstack/react-query-devtools": "4.0.3",
"react-scripts": "3.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fa7a6ac

Please sign in to comment.