Skip to content

Commit

Permalink
Revert "Updating wagmi and viem to latest"
Browse files Browse the repository at this point in the history
This reverts commit 367211b.
  • Loading branch information
corbanbrook committed Apr 24, 2024
1 parent 367211b commit d62916e
Show file tree
Hide file tree
Showing 7 changed files with 461 additions and 985 deletions.
6 changes: 3 additions & 3 deletions examples/react-waas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"0xsequence": "^1.9.19",
"@0xsequence/kit": "workspace:*",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^4.36.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^2.9.26",
"wagmi": "^2.5.20"
"viem": "^2.5.7",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/react": "^18.2.79",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@0xsequence/kit-connectors": "workspace:*",
"@0xsequence/kit-wallet": "workspace:*",
"@0xsequence/network": "^1.9.19",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^4.36.1",
"@vanilla-extract/css": "^1.14.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.5",
"viem": "^2.9.26",
"wagmi": "^2.5.20"
"viem": "^2.5.7",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "~5.4.5",
"wagmi": "^2.5.20"
"wagmi": "^2.5.7"
},
"resolutions": {},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@0xsequence/metadata": "^1.9.19",
"@0xsequence/network": "^1.9.19",
"@paperxyz/react-client-sdk": "^1.1.3",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^4.29.5",
"react-copy-to-clipboard": "^5.1.0"
},
"peerDependencies": {
Expand All @@ -44,7 +44,7 @@
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.20"
"wagmi": "^2.5.7"
},
"files": [
"src",
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"devDependencies": {
"0xsequence": "^1.9.19",
"ethers": "5.7.2",
"viem": "^2.9.26",
"wagmi": "^2.5.20"
"viem": "^2.5.7",
"wagmi": "^2.5.7"
},
"files": [
"src",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@0xsequence/metadata": "^1.9.19",
"@0xsequence/network": "^1.9.19",
"@radix-ui/react-popover": "^1.0.6",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^4.29.5",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"fuse.js": "^6.6.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.20"
"wagmi": "^2.5.7"
},
"files": [
"src",
Expand Down
Loading

0 comments on commit d62916e

Please sign in to comment.