Skip to content

Commit

Permalink
chore: upgrade tanstack to fix hydration error
Browse files Browse the repository at this point in the history
Referencing GH Issue here: wevm/wagmi#4233
  • Loading branch information
DanielSinclair committed Oct 6, 2024
1 parent dc31926 commit b6e3e39
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"util": "0.12.5",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-custom-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-mint-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-rainbow-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-siwe-iron-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-siwe-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-wallet-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
"@tanstack/react-query": "^5.55.3"
},
"devDependencies": {
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@lavamoat/preinstall-always-fail": "^2.0.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.55.3",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/generated-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.55.3",
"next": "^14.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/templates/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.55.3",
"next": "^14.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rainbow-me/rainbowkit": "workspace:*",
"@rainbow-me/rainbowkit-siwe-next-auth": "workspace:*",
"@rainbow-me/rainbow-button": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.55.3",
"ethers": "^5.6.8",
"next": "^14.2.9",
"next-auth": "4.24.5",
Expand Down
89 changes: 70 additions & 19 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rainbow-me/rainbowkit": "workspace:*",
"@react-spring/three": "^9.4.4",
"@react-three/fiber": "^8.17.7",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.55.3",
"@vanilla-extract/css": "1.15.5",
"@vanilla-extract/css-utils": "0.1.4",
"@vanilla-extract/next-plugin": "2.4.5",
Expand Down

0 comments on commit b6e3e39

Please sign in to comment.