Skip to content

Commit 334aaae

Browse files
committed
Bump Wallet connect deps
1 parent 386c174 commit 334aaae

File tree

3 files changed

+173
-7
lines changed

3 files changed

+173
-7
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@web3-onboard/uauth": "^2.2.1",
6868
"@web3-onboard/venly": "^2.1.1",
6969
"@web3-onboard/wagmi": "^2.0.1",
70-
"@web3-onboard/walletconnect": "^2.6.1",
70+
"@web3-onboard/walletconnect": "^2.6.2-alpha.1",
7171
"@web3-onboard/web3auth": "^2.4.0",
7272
"@web3-onboard/xdefi": "^2.1.1",
7373
"@web3-onboard/zeal": "^2.1.1",

packages/walletconnect/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.6.1",
3+
"version": "2.6.2-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",
@@ -56,10 +56,10 @@
5656
"license": "MIT",
5757
"devDependencies": {
5858
"typescript": "^5.4.5",
59-
"@walletconnect/types": "^2.13.0"
59+
"@walletconnect/types": "^2.17.3"
6060
},
6161
"dependencies": {
62-
"@walletconnect/ethereum-provider": "^2.13.0",
62+
"@walletconnect/ethereum-provider": "^2.17.3",
6363
"@web3-onboard/common": "^2.4.1",
6464
"joi": "17.9.1",
6565
"rxjs": "^7.5.2"

yarn.lock

Lines changed: 169 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@
16041604
"@ethersproject/properties" "^5.5.0"
16051605
"@ethersproject/strings" "^5.5.0"
16061606

1607-
"@ethersproject/hash@^5.7.0":
1607+
"@ethersproject/hash@5.7.0", "@ethersproject/hash@^5.7.0":
16081608
version "5.7.0"
16091609
resolved "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.7.0.tgz#eb7aca84a588508369562e16e514b539ba5240a7"
16101610
integrity sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==
@@ -1845,7 +1845,7 @@
18451845
"@ethersproject/rlp" "^5.5.0"
18461846
"@ethersproject/signing-key" "^5.5.0"
18471847

1848-
"@ethersproject/transactions@^5.6.2", "@ethersproject/transactions@^5.7.0":
1848+
"@ethersproject/transactions@5.7.0", "@ethersproject/transactions@^5.6.2", "@ethersproject/transactions@^5.7.0":
18491849
version "5.7.0"
18501850
resolved "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.7.0.tgz#91318fc24063e057885a6af13fdb703e1f993d3b"
18511851
integrity sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==
@@ -5114,6 +5114,29 @@
51145114
lodash.isequal "4.5.0"
51155115
uint8arrays "3.1.0"
51165116

5117+
"@walletconnect/core@2.17.3":
5118+
version "2.17.3"
5119+
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.17.3.tgz#e59045a666951e9fc2e8420130c4f93221bd2492"
5120+
integrity sha512-57uv0FW4L6H/tmkb1kS2nG41MDguyDgZbGR58nkDUd1TO/HydyiTByVOhFzIxgN331cnY/1G1rMaKqncgdnOFA==
5121+
dependencies:
5122+
"@walletconnect/heartbeat" "1.2.2"
5123+
"@walletconnect/jsonrpc-provider" "1.0.14"
5124+
"@walletconnect/jsonrpc-types" "1.0.4"
5125+
"@walletconnect/jsonrpc-utils" "1.0.8"
5126+
"@walletconnect/jsonrpc-ws-connection" "1.0.16"
5127+
"@walletconnect/keyvaluestorage" "1.1.1"
5128+
"@walletconnect/logger" "2.1.2"
5129+
"@walletconnect/relay-api" "1.0.11"
5130+
"@walletconnect/relay-auth" "1.0.4"
5131+
"@walletconnect/safe-json" "1.0.2"
5132+
"@walletconnect/time" "1.0.2"
5133+
"@walletconnect/types" "2.17.3"
5134+
"@walletconnect/utils" "2.17.3"
5135+
"@walletconnect/window-getters" "1.0.1"
5136+
events "3.3.0"
5137+
lodash.isequal "4.5.0"
5138+
uint8arrays "3.1.0"
5139+
51175140
"@walletconnect/core@2.9.1":
51185141
version "2.9.1"
51195142
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.9.1.tgz#1a333933750f5f933d9b7788a8dae44ce1173063"
@@ -5223,6 +5246,23 @@
52235246
"@walletconnect/utils" "2.13.0"
52245247
events "3.3.0"
52255248

5249+
"@walletconnect/ethereum-provider@^2.17.3":
5250+
version "2.17.3"
5251+
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.17.3.tgz#53c546c56cb5033258cf4070677d0ba1208a0d6a"
5252+
integrity sha512-fgoT+dT9M1P6IIUtBl66ddD+4IJYqdhdAYkW+wa6jbctxKlHYSXf9HsgF/Vvv9lMnxHdAIz0W9VN4D/m20MamA==
5253+
dependencies:
5254+
"@walletconnect/jsonrpc-http-connection" "1.0.8"
5255+
"@walletconnect/jsonrpc-provider" "1.0.14"
5256+
"@walletconnect/jsonrpc-types" "1.0.4"
5257+
"@walletconnect/jsonrpc-utils" "1.0.8"
5258+
"@walletconnect/keyvaluestorage" "1.1.1"
5259+
"@walletconnect/modal" "2.7.0"
5260+
"@walletconnect/sign-client" "2.17.3"
5261+
"@walletconnect/types" "2.17.3"
5262+
"@walletconnect/universal-provider" "2.17.3"
5263+
"@walletconnect/utils" "2.17.3"
5264+
events "3.3.0"
5265+
52265266
"@walletconnect/events@1.0.1", "@walletconnect/events@^1.0.1":
52275267
version "1.0.1"
52285268
resolved "https://registry.yarnpkg.com/@walletconnect/events/-/events-1.0.1.tgz#2b5f9c7202019e229d7ccae1369a9e86bda7816c"
@@ -5377,6 +5417,16 @@
53775417
events "^3.3.0"
53785418
ws "^7.5.1"
53795419

5420+
"@walletconnect/jsonrpc-ws-connection@1.0.16":
5421+
version "1.0.16"
5422+
resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.16.tgz#666bb13fbf32a2d4f7912d5b4d0bdef26a1d057b"
5423+
integrity sha512-G81JmsMqh5nJheE1mPst1W0WfVv0SG3N7JggwLLGnI7iuDZJq8cRJvQwLGKHn5H1WTW7DEPCo00zz5w62AbL3Q==
5424+
dependencies:
5425+
"@walletconnect/jsonrpc-utils" "^1.0.6"
5426+
"@walletconnect/safe-json" "^1.0.2"
5427+
events "^3.3.0"
5428+
ws "^7.5.1"
5429+
53805430
"@walletconnect/keyvaluestorage@1.1.1", "@walletconnect/keyvaluestorage@^1.1.1":
53815431
version "1.1.1"
53825432
resolved "https://registry.yarnpkg.com/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.1.1.tgz#dd2caddabfbaf80f6b8993a0704d8b83115a1842"
@@ -5429,6 +5479,13 @@
54295479
dependencies:
54305480
valtio "1.11.2"
54315481

5482+
"@walletconnect/modal-core@2.7.0":
5483+
version "2.7.0"
5484+
resolved "https://registry.yarnpkg.com/@walletconnect/modal-core/-/modal-core-2.7.0.tgz#73c13c3b7b0abf9ccdbac9b242254a86327ce0a4"
5485+
integrity sha512-oyMIfdlNdpyKF2kTJowTixZSo0PGlCJRdssUN/EZdA6H6v03hZnf09JnwpljZNfir2M65Dvjm/15nGrDQnlxSA==
5486+
dependencies:
5487+
valtio "1.11.2"
5488+
54325489
"@walletconnect/modal-ui@2.6.1":
54335490
version "2.6.1"
54345491
resolved "https://registry.yarnpkg.com/@walletconnect/modal-ui/-/modal-ui-2.6.1.tgz#200c54c8dfe3c71321abb2724e18bb357dfd6371"
@@ -5449,6 +5506,16 @@
54495506
motion "10.16.2"
54505507
qrcode "1.5.3"
54515508

5509+
"@walletconnect/modal-ui@2.7.0":
5510+
version "2.7.0"
5511+
resolved "https://registry.yarnpkg.com/@walletconnect/modal-ui/-/modal-ui-2.7.0.tgz#dbbb7ee46a5a25f7d39db622706f2d197b268cbb"
5512+
integrity sha512-gERYvU7D7K1ANCN/8vUgsE0d2hnRemfAFZ2novm9aZBg7TEd/4EgB+AqbJ+1dc7GhOL6dazckVq78TgccHb7mQ==
5513+
dependencies:
5514+
"@walletconnect/modal-core" "2.7.0"
5515+
lit "2.8.0"
5516+
motion "10.16.2"
5517+
qrcode "1.5.3"
5518+
54525519
"@walletconnect/modal@2.6.1":
54535520
version "2.6.1"
54545521
resolved "https://registry.yarnpkg.com/@walletconnect/modal/-/modal-2.6.1.tgz#066fdbfcff83b58c8a9da66ab4af0eb93e3626de"
@@ -5465,6 +5532,14 @@
54655532
"@walletconnect/modal-core" "2.6.2"
54665533
"@walletconnect/modal-ui" "2.6.2"
54675534

5535+
"@walletconnect/modal@2.7.0":
5536+
version "2.7.0"
5537+
resolved "https://registry.yarnpkg.com/@walletconnect/modal/-/modal-2.7.0.tgz#55f969796d104cce1205f5f844d8f8438b79723a"
5538+
integrity sha512-RQVt58oJ+rwqnPcIvRFeMGKuXb9qkgSmwz4noF8JZGUym3gUAzVs+uW2NQ1Owm9XOJAV+sANrtJ+VoVq1ftElw==
5539+
dependencies:
5540+
"@walletconnect/modal-core" "2.7.0"
5541+
"@walletconnect/modal-ui" "2.7.0"
5542+
54685543
"@walletconnect/qrcode-modal@^1.8.0":
54695544
version "1.8.0"
54705545
resolved "https://registry.yarnpkg.com/@walletconnect/qrcode-modal/-/qrcode-modal-1.8.0.tgz#ddd6f5c9b7ee52c16adf9aacec2a3eac4994caea"
@@ -5493,6 +5568,13 @@
54935568
dependencies:
54945569
"@walletconnect/jsonrpc-types" "^1.0.2"
54955570

5571+
"@walletconnect/relay-api@1.0.11":
5572+
version "1.0.11"
5573+
resolved "https://registry.yarnpkg.com/@walletconnect/relay-api/-/relay-api-1.0.11.tgz#80ab7ef2e83c6c173be1a59756f95e515fb63224"
5574+
integrity sha512-tLPErkze/HmC9aCmdZOhtVmYZq1wKfWTJtygQHoWtgg722Jd4homo54Cs4ak2RUFUZIGO2RsOpIcWipaua5D5Q==
5575+
dependencies:
5576+
"@walletconnect/jsonrpc-types" "^1.0.2"
5577+
54965578
"@walletconnect/relay-api@^1.0.9":
54975579
version "1.0.9"
54985580
resolved "https://registry.yarnpkg.com/@walletconnect/relay-api/-/relay-api-1.0.9.tgz#f8c2c3993dddaa9f33ed42197fc9bfebd790ecaf"
@@ -5562,6 +5644,21 @@
55625644
"@walletconnect/utils" "2.13.0"
55635645
events "3.3.0"
55645646

5647+
"@walletconnect/sign-client@2.17.3":
5648+
version "2.17.3"
5649+
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.17.3.tgz#86c116bc927946bffa8415ca8d92d3ef412082e1"
5650+
integrity sha512-OzOWxRTfVGCHU3OOF6ibPkgPfDpivFJjuknfcOUt9PYWpTAv6YKOmT4cyfBPhc7llruyHpV44fYbykMcLIvEcg==
5651+
dependencies:
5652+
"@walletconnect/core" "2.17.3"
5653+
"@walletconnect/events" "1.0.1"
5654+
"@walletconnect/heartbeat" "1.2.2"
5655+
"@walletconnect/jsonrpc-utils" "1.0.8"
5656+
"@walletconnect/logger" "2.1.2"
5657+
"@walletconnect/time" "1.0.2"
5658+
"@walletconnect/types" "2.17.3"
5659+
"@walletconnect/utils" "2.17.3"
5660+
events "3.3.0"
5661+
55655662
"@walletconnect/sign-client@2.9.1":
55665663
version "2.9.1"
55675664
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.9.1.tgz#e4aa9c7b15849f450fdd1b03754a7517cb5c8811"
@@ -5617,6 +5714,18 @@
56175714
"@walletconnect/logger" "2.1.2"
56185715
events "3.3.0"
56195716

5717+
"@walletconnect/types@2.17.3", "@walletconnect/types@^2.17.3":
5718+
version "2.17.3"
5719+
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.17.3.tgz#906f25cf0c9691704b9161eaa305262b0e7626d0"
5720+
integrity sha512-5eFxnbZGJJx0IQyCS99qz+OvozpLJJYfVG96dEHGgbzZMd+C9V1eitYqVClx26uX6V+WQVqVwjpD2Dyzie++Wg==
5721+
dependencies:
5722+
"@walletconnect/events" "1.0.1"
5723+
"@walletconnect/heartbeat" "1.2.2"
5724+
"@walletconnect/jsonrpc-types" "1.0.4"
5725+
"@walletconnect/keyvaluestorage" "1.1.1"
5726+
"@walletconnect/logger" "2.1.2"
5727+
events "3.3.0"
5728+
56205729
"@walletconnect/types@2.9.1":
56215730
version "2.9.1"
56225731
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.9.1.tgz#cb32ff396cc8880a7395f28716d1e82f407e1372"
@@ -5676,6 +5785,24 @@
56765785
"@walletconnect/utils" "2.13.0"
56775786
events "3.3.0"
56785787

5788+
"@walletconnect/universal-provider@2.17.3":
5789+
version "2.17.3"
5790+
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.17.3.tgz#2a1aaabe796d056911c5bf10dbd8fa5dd1395016"
5791+
integrity sha512-Aen8h+vWTN57sv792i96vaTpN06WnpFUWhACY5gHrpL2XgRKmoXUgW7793p252QdgyofNAOol7wJEs1gX8FjgQ==
5792+
dependencies:
5793+
"@walletconnect/events" "1.0.1"
5794+
"@walletconnect/jsonrpc-http-connection" "1.0.8"
5795+
"@walletconnect/jsonrpc-provider" "1.0.14"
5796+
"@walletconnect/jsonrpc-types" "1.0.4"
5797+
"@walletconnect/jsonrpc-utils" "1.0.8"
5798+
"@walletconnect/keyvaluestorage" "1.1.1"
5799+
"@walletconnect/logger" "2.1.2"
5800+
"@walletconnect/sign-client" "2.17.3"
5801+
"@walletconnect/types" "2.17.3"
5802+
"@walletconnect/utils" "2.17.3"
5803+
events "3.3.0"
5804+
lodash "4.17.21"
5805+
56795806
"@walletconnect/universal-provider@2.9.1":
56805807
version "2.9.1"
56815808
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.9.1.tgz#b9034dfa748f11b692d45b584f202cfcfdd289ea"
@@ -5731,6 +5858,32 @@
57315858
query-string "7.1.3"
57325859
uint8arrays "3.1.0"
57335860

5861+
"@walletconnect/utils@2.17.3":
5862+
version "2.17.3"
5863+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.17.3.tgz#a22938567febc3e3771efae8eb351adf3d499a8d"
5864+
integrity sha512-tG77UpZNeLYgeOwViwWnifpyBatkPlpKSSayhN0gcjY1lZAUNqtYslpm4AdTxlrA3pL61MnyybXgWYT5eZjarw==
5865+
dependencies:
5866+
"@ethersproject/hash" "5.7.0"
5867+
"@ethersproject/transactions" "5.7.0"
5868+
"@stablelib/chacha20poly1305" "1.0.1"
5869+
"@stablelib/hkdf" "1.0.1"
5870+
"@stablelib/random" "1.0.2"
5871+
"@stablelib/sha256" "1.0.1"
5872+
"@stablelib/x25519" "1.0.3"
5873+
"@walletconnect/jsonrpc-utils" "1.0.8"
5874+
"@walletconnect/keyvaluestorage" "1.1.1"
5875+
"@walletconnect/relay-api" "1.0.11"
5876+
"@walletconnect/relay-auth" "1.0.4"
5877+
"@walletconnect/safe-json" "1.0.2"
5878+
"@walletconnect/time" "1.0.2"
5879+
"@walletconnect/types" "2.17.3"
5880+
"@walletconnect/window-getters" "1.0.1"
5881+
"@walletconnect/window-metadata" "1.0.1"
5882+
detect-browser "5.3.0"
5883+
elliptic "6.6.1"
5884+
query-string "7.1.3"
5885+
uint8arrays "3.1.0"
5886+
57345887
"@walletconnect/utils@2.9.1":
57355888
version "2.9.1"
57365889
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.9.1.tgz#92abc24b3af3ead42a3864e019dbf2f651ab2e47"
@@ -8386,6 +8539,19 @@ elliptic@6.5.4, elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.4.1, elliptic@^6.5
83868539
minimalistic-assert "^1.0.1"
83878540
minimalistic-crypto-utils "^1.0.1"
83888541

8542+
elliptic@6.6.1:
8543+
version "6.6.1"
8544+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
8545+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
8546+
dependencies:
8547+
bn.js "^4.11.9"
8548+
brorand "^1.1.0"
8549+
hash.js "^1.0.0"
8550+
hmac-drbg "^1.0.1"
8551+
inherits "^2.0.4"
8552+
minimalistic-assert "^1.0.1"
8553+
minimalistic-crypto-utils "^1.0.1"
8554+
83898555
elliptic@^6.5.5:
83908556
version "6.5.5"
83918557
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded"
@@ -11647,7 +11813,7 @@ lodash.uniqby@^4.7.0:
1164711813
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
1164811814
integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=
1164911815

11650-
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
11816+
lodash@4.17.21, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
1165111817
version "4.17.21"
1165211818
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1165311819
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)