Skip to content

Commit 5dbc250

Browse files
authored
Add peer dep required to run package outside of walletconnect eco (#1623)
1 parent 3f96812 commit 5dbc250

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@web3-onboard/torus": "^2.2.2",
4646
"@web3-onboard/taho": "^2.0.1",
4747
"@web3-onboard/web3auth": "^2.2.0",
48-
"@web3-onboard/walletconnect": "^2.3.4-alpha.1",
48+
"@web3-onboard/walletconnect": "^2.3.4-alpha.2",
4949
"@web3-onboard/enkrypt": "^2.0.1",
5050
"@web3-onboard/mew-wallet": "^2.0.0",
5151
"@web3-onboard/xdefi": "^2.0.1",

packages/walletconnect/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.3.4-alpha.1",
3+
"version": "2.3.4-alpha.2",
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",
@@ -64,6 +64,7 @@
6464
"@walletconnect/ethereum-provider": "2.5.2",
6565
"@walletconnect/client": "^1.8.0",
6666
"@walletconnect/qrcode-modal": "^1.8.0",
67+
"@web3modal/standalone":"^2.2.2",
6768
"@web3-onboard/common": "^2.3.0",
6869
"rxjs": "^7.5.2"
6970
}

yarn.lock

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3439,26 +3439,6 @@
34393439
"@walletconnect/window-getters" "^1.0.1"
34403440
tslib "1.14.1"
34413441

3442-
"@web3-onboard/core@^2.16.0":
3443-
version "2.16.0"
3444-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.16.0.tgz#4eabdf66c66763bc6eeaabc97f2ea1c3639984eb"
3445-
integrity sha512-VyDK4qYo18zXTl/6mEFtGknRVtP4M4u+o99xJJLXCBr1eT49SUQhTrVUqTJ1lO5nA/j67qyPGojnf7dL/tAUiA==
3446-
dependencies:
3447-
"@unstoppabledomains/resolution" "^8.0"
3448-
"@web3-onboard/common" "^2.3.0"
3449-
bignumber.js "^9.0.0"
3450-
bnc-sdk "^4.6.7"
3451-
bowser "^2.11.0"
3452-
ethers "5.5.3"
3453-
eventemitter3 "^4.0.7"
3454-
joi "17.8.1"
3455-
lodash.merge "^4.6.2"
3456-
lodash.partition "^4.6.0"
3457-
nanoid "^4.0.0"
3458-
rxjs "^7.5.5"
3459-
svelte "^3.49.0"
3460-
svelte-i18n "^3.3.13"
3461-
34623442
"@web3-react/abstract-connector@^6.0.7":
34633443
version "6.0.7"
34643444
resolved "https://registry.yarnpkg.com/@web3-react/abstract-connector/-/abstract-connector-6.0.7.tgz#401b3c045f1e0fab04256311be49d5144e9badc6"

0 commit comments

Comments
 (0)