Skip to content

Commit

Permalink
chore: updates ethereum-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed Oct 24, 2023
1 parent 2b96885 commit 7f9e952
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ethereumjs/tx": "^3.5.0",
"@walletconnect/encoding": "^1.0.1",
"@walletconnect/ethereum-provider": "2.10.3",
"@walletconnect/ethereum-provider": "2.10.4",
"@walletconnect/modal": "^2.5.4",
"@walletconnect/types": "2.10.3",
"@walletconnect/utils": "2.10.3",
Expand Down
88 changes: 60 additions & 28 deletions examples/dapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2965,10 +2965,10 @@
"@typescript-eslint/types" "4.33.0"
eslint-visitor-keys "^2.0.0"

"@walletconnect/[email protected].3":
version "2.10.3"
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.10.3.tgz#413d4acfcf3ca831b2f072a083a830194ebbfd82"
integrity sha512-zvV7Rr48Mftm1+eWr+eTyriV3BFhhY703hGmi2+dA1qMe/5FuIQZs24anBWQapfJuL+CgdGczb/BI9/x3NX7jA==
"@walletconnect/[email protected].4":
version "2.10.4"
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.10.4.tgz#da9396b56f63806c165389cbf98d2373d36854df"
integrity sha512-MGdw5a4dIlQFPxVHEw2neIpHPAw3gtrsJYyUqm6rI+1c1SfmZyOPCaYTr6zPU2cnoWQUjv2ePMLeO/JKy3Yh5g==
dependencies:
"@walletconnect/heartbeat" "1.2.1"
"@walletconnect/jsonrpc-provider" "1.0.13"
Expand All @@ -2981,8 +2981,8 @@
"@walletconnect/relay-auth" "^1.0.4"
"@walletconnect/safe-json" "^1.0.2"
"@walletconnect/time" "^1.0.2"
"@walletconnect/types" "2.10.3"
"@walletconnect/utils" "2.10.3"
"@walletconnect/types" "2.10.4"
"@walletconnect/utils" "2.10.4"
events "^3.3.0"
lodash.isequal "4.5.0"
uint8arrays "^3.1.0"
Expand All @@ -3003,19 +3003,19 @@
dependencies:
tslib "1.14.1"

"@walletconnect/[email protected].3":
version "2.10.3"
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.10.3.tgz#f17fe2e12b8179df42e981baea5efe7004b0a344"
integrity sha512-GFYt7LRR6Isd0gVMCd4IPY3Ppcn5p8QahrJKDavtRJrnktLJNQMaD4PJRWsNMqhFhiF6KsOhyTtLCQsHHHqMLA==
"@walletconnect/[email protected].4":
version "2.10.4"
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.10.4.tgz#6123c4418ab8ff2a787ea6b70d40493dace992d6"
integrity sha512-t8Utp3GOk4p1X//tRgLDdTh/+nmb5SwvmrMpfHzcDvYjetqtTWfZcXt2xj7DOsnvwaxi8MPf+0FqlTiZnrnNWQ==
dependencies:
"@walletconnect/jsonrpc-http-connection" "^1.0.7"
"@walletconnect/jsonrpc-provider" "^1.0.13"
"@walletconnect/jsonrpc-types" "^1.0.3"
"@walletconnect/jsonrpc-utils" "^1.0.8"
"@walletconnect/sign-client" "2.10.3"
"@walletconnect/types" "2.10.3"
"@walletconnect/universal-provider" "2.10.3"
"@walletconnect/utils" "2.10.3"
"@walletconnect/sign-client" "2.10.4"
"@walletconnect/types" "2.10.4"
"@walletconnect/universal-provider" "2.10.4"
"@walletconnect/utils" "2.10.4"
events "^3.3.0"

"@walletconnect/events@^1.0.1":
Expand Down Expand Up @@ -3175,19 +3175,19 @@
dependencies:
tslib "1.14.1"

"@walletconnect/[email protected].3":
version "2.10.3"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.3.tgz#154774f6b03a785b1f3d90df17ed5bf5fd6cce50"
integrity sha512-XvO1HpJM3jVaQfYAZ8FKgT9UqaqSgEWjlDcJir6X2imRRJthZxFIcezs43+SnF41eVA7HNHL4RmIOW/eHku1lQ==
"@walletconnect/[email protected].4":
version "2.10.4"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.10.4.tgz#4e3b14ebe900472874f4cae5f53c74a6077c85da"
integrity sha512-C5VHkK59/DQNrJS91UXLn5OSr0drXHkKjajhl2a9hb3h6kxuSdlWbyC0yRPKT1sD0fQho8+EWZHBiV063yBePw==
dependencies:
"@walletconnect/core" "2.10.3"
"@walletconnect/core" "2.10.4"
"@walletconnect/events" "^1.0.1"
"@walletconnect/heartbeat" "1.2.1"
"@walletconnect/jsonrpc-utils" "1.0.8"
"@walletconnect/logger" "^2.0.1"
"@walletconnect/time" "^1.0.2"
"@walletconnect/types" "2.10.3"
"@walletconnect/utils" "2.10.3"
"@walletconnect/types" "2.10.4"
"@walletconnect/utils" "2.10.4"
events "^3.3.0"

"@walletconnect/time@^1.0.2":
Expand All @@ -3209,19 +3209,31 @@
"@walletconnect/logger" "^2.0.1"
events "^3.3.0"

"@walletconnect/[email protected]":
version "2.10.3"
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.10.3.tgz#5f0fd11a57e9ca619fb5031ca530f7fc7d16760e"
integrity sha512-f5xAYPr2ZbVzyni8E7YzbjNNAlJ4PR9AsRpya835aN+7grWKtZShtniEfYsHt/7RZLi1BsaHSAH8T90cCqZoVA==
"@walletconnect/[email protected]":
version "2.10.4"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.10.4.tgz#23f6e4bd785671812dc6ea96848a6bd7ea78f038"
integrity sha512-eQpOElyiwJp3tepuOS3TS9dXTl9jVVlrC3iVA8bytnbLagkAUxmiv/s7PyDFx+ndXwQVh8PFBkWg1oxGwgCSBA==
dependencies:
"@walletconnect/events" "^1.0.1"
"@walletconnect/heartbeat" "1.2.1"
"@walletconnect/jsonrpc-types" "1.0.3"
"@walletconnect/keyvaluestorage" "^1.0.2"
"@walletconnect/logger" "^2.0.1"
events "^3.3.0"

"@walletconnect/[email protected]":
version "2.10.4"
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.10.4.tgz#601604d11320531594dab928ef2af88b19dda74c"
integrity sha512-f9uhRQX9iExoMz1V4JT13OpqvpoJYhE9GLvuwNWposhDS35vVKfQfmPxQCcsdw7IpMr+UdpA8K2ShPh8g9wT4g==
dependencies:
"@walletconnect/jsonrpc-http-connection" "^1.0.7"
"@walletconnect/jsonrpc-provider" "1.0.13"
"@walletconnect/jsonrpc-types" "^1.0.2"
"@walletconnect/jsonrpc-utils" "^1.0.7"
"@walletconnect/logger" "^2.0.1"
"@walletconnect/sign-client" "2.10.3"
"@walletconnect/types" "2.10.3"
"@walletconnect/utils" "2.10.3"
"@walletconnect/sign-client" "2.10.4"
"@walletconnect/types" "2.10.4"
"@walletconnect/utils" "2.10.4"
events "^3.3.0"

"@walletconnect/[email protected]":
Expand All @@ -3244,6 +3256,26 @@
query-string "7.1.3"
uint8arrays "^3.1.0"

"@walletconnect/[email protected]":
version "2.10.4"
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.10.4.tgz#5f17938e7ea481541ec2dbae0df5cd494c72523f"
integrity sha512-XbrKgnQ0hC9DC9wjFb468MEYMoJxnCVmOj2gi01DA4FSr8fJi7wwNRUnlnZzLWrUWrHuaPReYe4PgBAgIv363g==
dependencies:
"@stablelib/chacha20poly1305" "1.0.1"
"@stablelib/hkdf" "1.0.1"
"@stablelib/random" "^1.0.2"
"@stablelib/sha256" "1.0.1"
"@stablelib/x25519" "^1.0.3"
"@walletconnect/relay-api" "^1.0.9"
"@walletconnect/safe-json" "^1.0.2"
"@walletconnect/time" "^1.0.2"
"@walletconnect/types" "2.10.4"
"@walletconnect/window-getters" "^1.0.1"
"@walletconnect/window-metadata" "^1.0.1"
detect-browser "5.3.0"
query-string "7.1.3"
uint8arrays "^3.1.0"

"@walletconnect/window-getters@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@walletconnect/window-getters/-/window-getters-1.0.1.tgz#f36d1c72558a7f6b87ecc4451fc8bd44f63cbbdc"
Expand Down

0 comments on commit 7f9e952

Please sign in to comment.