Skip to content

Commit 5438f18

Browse files
yisaccAdamj1232
andauthored
Fix: walletconnect modal dependency (#2007)
* Fix: walletconnect modal dependency * Update packages/walletconnect/package.json * Remove yarn.lock, update version in demo for testing --------- Co-authored-by: Adam Carpenter <[email protected]>
1 parent c5151d5 commit 5438f18

File tree

3 files changed

+526
-10
lines changed

3 files changed

+526
-10
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@web3-onboard/trust": "^2.0.3",
6060
"@web3-onboard/uauth": "^2.1.2",
6161
"@web3-onboard/venly": "^2.0.0",
62-
"@web3-onboard/walletconnect": "^2.5.0",
62+
"@web3-onboard/walletconnect": "^2.5.1-alpha.1",
6363
"@web3-onboard/web3auth": "^2.2.2",
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",

packages/walletconnect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.5.0",
3+
"version": "2.5.1-alpha.1",
44
"description": "WalletConnect SDK module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -59,7 +59,7 @@
5959
"@walletconnect/types": "^2.9.0"
6060
},
6161
"dependencies": {
62-
"@walletconnect/ethereum-provider": "^2.10.2",
62+
"@walletconnect/ethereum-provider": "^2.10.5",
6363
"@walletconnect/modal": "2.6.2",
6464
"@web3-onboard/common": "^2.3.3",
6565
"joi": "17.9.1",

0 commit comments

Comments
 (0)