Skip to content

Commit

Permalink
feat: update metamask-sdk package to version 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omridan159 committed Jul 26, 2024
1 parent ad4cd6f commit 043468b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@metamask/sdk": "^0.26.5",
"@metamask/sdk": "^0.27.0",
"@web3-onboard/common": "^2.4.1"
},
"engines": {
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2261,10 +2261,10 @@
utf-8-validate "^6.0.3"
uuid "^8.3.2"

"@metamask/sdk-communication-layer@0.26.4":
version "0.26.4"
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.26.4.tgz#dda8e33a327f29962095b82c598799b852e40d81"
integrity sha512-+X4GEc5mV1gWK4moSswVlKsUh+RsA48qPlkxBLTUxQODSnyBe0TRMxE6mH+bSrfponnTzvBkGUXyEjvDwDjDHw==
"@metamask/sdk-communication-layer@0.27.0":
version "0.27.0"
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.27.0.tgz#8d618fadd39f11627d5b3ef1bc72867439e33ff4"
integrity sha512-G9LCaQzIqp5WmUmvHN6UUdjWrBh67MbRobmbbs5fcc2+9XFhj3vBgtyleUYjun91jSlPHoZeo+f/Pj4/WoPIJg==
dependencies:
bufferutil "^4.0.8"
date-fns "^2.29.3"
Expand Down Expand Up @@ -2323,14 +2323,14 @@
util "^0.12.4"
uuid "^8.3.2"

"@metamask/sdk@^0.26.5":
version "0.26.5"
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.26.5.tgz#8adf2957918d0ec06be499d995da15d2171c058e"
integrity sha512-HS/MPQCCYRS+m3dDdGLcAagwYHiPv9iUshDMBjINUywCtfUN4P2BH8xdvPOgtnzRIuRSMXqMWBbZnTvEvBeQvA==
"@metamask/sdk@^0.27.0":
version "0.27.0"
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.27.0.tgz#38617985b8305a0f5d482cdd7af8ddec87968bb7"
integrity sha512-6sMjr/0qR700X1svPGEQ4rBdtccidBLeTC27fYQc7r9ROgSixB1DUUAyu/LoySVqt3Hu/Zm7NnAHXuT228ht7A==
dependencies:
"@metamask/onboarding" "^1.0.1"
"@metamask/providers" "16.1.0"
"@metamask/sdk-communication-layer" "0.26.4"
"@metamask/sdk-communication-layer" "0.27.0"
"@metamask/sdk-install-modal-web" "0.26.5"
"@types/dom-screen-wake-lock" "^1.0.0"
bowser "^2.9.0"
Expand Down Expand Up @@ -5508,6 +5508,13 @@
"@walletconnect/window-getters" "^1.0.1"
tslib "1.14.1"

"@web3-onboard/gnosis@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@web3-onboard/gnosis/-/gnosis-2.3.1.tgz#e62b4095097a3d59848eb01986616f6909d5f936"
integrity sha512-p+27gDF8BAr8MuhKkUisbP/d7LvFZs2ifbOsR5Xs61oObw7HNifN3IzUbeMaUCZ1l8P7JMgU1TOqE75GPwl1fg==
dependencies:
"@web3-onboard/common" "^2.4.1"

"@web3-onboard/[email protected]":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@web3-onboard/wagmi/-/wagmi-2.0.0.tgz#9beda01b4539d399aa0420e7afaacc09fc25ed7d"
Expand Down

0 comments on commit 043468b

Please sign in to comment.