Skip to content

Commit

Permalink
Upgrade viem and demo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jan 15, 2025
1 parent f8ff3d4 commit 664fd3a
Show file tree
Hide file tree
Showing 9 changed files with 662 additions and 361 deletions.
20 changes: 10 additions & 10 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"trailingComma": "none"
},
"dependencies": {
"@dynamic-labs/bitcoin": "4.0.0-alpha.21",
"@dynamic-labs/eclipse": "4.0.0-alpha.21",
"@dynamic-labs/ethereum": "4.0.0-alpha.21",
"@dynamic-labs/sdk-react-core": "4.0.0-alpha.21",
"@dynamic-labs/solana": "4.0.0-alpha.21",
"@dynamic-labs/utils": "4.0.0-alpha.21",
"@dynamic-labs/wagmi-connector": "4.0.0-alpha.21",
"@dynamic-labs/bitcoin": "4.2.2",
"@dynamic-labs/eclipse": "4.2.2",
"@dynamic-labs/ethereum": "4.2.2",
"@dynamic-labs/sdk-react-core": "4.2.2",
"@dynamic-labs/solana": "4.2.2",
"@dynamic-labs/utils": "4.2.2",
"@dynamic-labs/wagmi-connector": "4.2.2",
"@radix-ui/colors": "^0.1.8",
"@reservoir0x/relay-bitcoin-wallet-adapter": "workspace:*",
"@reservoir0x/relay-kit-hooks": "workspace:*",
Expand All @@ -34,11 +34,11 @@
"next-themes": "^0.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"viem": "~2.9.31",
"wagmi": "~2.9.8"
"viem": "^2.21.55",
"wagmi": "^2.9.11"
},
"devDependencies": {
"@dynamic-labs/types": "4.0.0-alpha.21",
"@dynamic-labs/types": "4.2.2",
"@types/node": "^12.12.21",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"peerDependencies": {
"react": "^18.0",
"react-dom": "^18.0",
"viem": "^2.9.31",
"viem": "^2.21.55",
"@tanstack/react-query": ">=5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-bitcoin-wallet-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"peerDependencies": {
"@reservoir0x/relay-sdk": "workspace:*",
"viem": "^2.9.31"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/relay-ethers-wallet-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"@reservoir0x/relay-sdk": "workspace:*",
"@ethersproject/abstract-signer": "^5.7.0",
"ethers": "^5.6.1",
"viem": "^2.9.31"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/relay-svm-wallet-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"peerDependencies": {
"@reservoir0x/relay-sdk": "workspace:*",
"@solana/web3.js": "^1.95.3",
"viem": "^2.9.31"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"viem": "^2.9.31"
"viem": "^2.21.55"
},
"dependencies": {
"axios": "^1.6.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@tanstack/react-query": ">=5.0.0",
"react": "^18.0",
"react-dom": "^18.0",
"viem": "^2.9.31",
"viem": "^2.21.55",
"wagmi": "~2.9.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"next-themes": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"viem": "~2.9.31",
"viem": "^2.21.55",
"wagmi": "~2.9.8"
},
"devDependencies": {
Expand Down
989 changes: 645 additions & 344 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 664fd3a

Please sign in to comment.