Skip to content

Commit 9f14a4c

Browse files
committed
Merge in upstream, bump version and test
1 parent a6b5d88 commit 9f14a4c

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@web3-onboard/keystone": "^2.3.8",
5252
"@web3-onboard/ledger": "^2.7.1",
5353
"@web3-onboard/magic": "^2.2.1",
54-
"@web3-onboard/metamask": "^2.1.3",
54+
"@web3-onboard/metamask": "^2.2.0-alpha.1",
5555
"@web3-onboard/mew-wallet": "^2.1.1",
5656
"@web3-onboard/okx": "2.0.0",
5757
"@web3-onboard/particle-network": "^2.1.1",

packages/metamask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/metamask",
3-
"version": "2.1.3",
3+
"version": "2.2.0-alpha.1",
44
"description": "MetaMask SDK wallet 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",

yarn.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,10 +2296,10 @@
22962296
utf-8-validate "^6.0.3"
22972297
uuid "^8.3.2"
22982298

2299-
"@metamask/sdk-communication-layer@0.27.0":
2300-
version "0.27.0"
2301-
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.27.0.tgz#8d618fadd39f11627d5b3ef1bc72867439e33ff4"
2302-
integrity sha512-G9LCaQzIqp5WmUmvHN6UUdjWrBh67MbRobmbbs5fcc2+9XFhj3vBgtyleUYjun91jSlPHoZeo+f/Pj4/WoPIJg==
2299+
"@metamask/sdk-communication-layer@0.30.0":
2300+
version "0.30.0"
2301+
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.30.0.tgz#2bd252cfce3ac4260a6c8c9359732ab5e839b75e"
2302+
integrity sha512-q5nbdYkAf76MsZxi1l5MJEAyd8sY9jLRapC8a7x1Q1BNV4rzQeFeux/d0mJ/jTR2LAwbnLZs2rL226AM75oK4w==
23032303
dependencies:
23042304
bufferutil "^4.0.8"
23052305
date-fns "^2.29.3"
@@ -2320,10 +2320,10 @@
23202320
react-dom "^18.2.0"
23212321
react-i18next "^13.2.2"
23222322

2323-
"@metamask/sdk-install-modal-web@0.26.5":
2324-
version "0.26.5"
2325-
resolved "https://registry.yarnpkg.com/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.26.5.tgz#b696c78818adaff85d01a4f41fecc8fd2c80bc59"
2326-
integrity sha512-qVA9Nk+NorGx5hXyODy5wskptE8R7RNYTYt49VbQpJogqbbVe1dnJ98+KaA43PBN4XYMCXmcIhULNiEHGsLynA==
2323+
"@metamask/sdk-install-modal-web@0.30.0":
2324+
version "0.30.0"
2325+
resolved "https://registry.yarnpkg.com/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.30.0.tgz#9ec634201b1b47bb30064f42ae0efba7f204bb0a"
2326+
integrity sha512-1gT533Huja9tK3cmttvcpZirRAtWJ7vnYH+lnNRKEj2xIP335Df2cOwS+zqNC4GlRCZw7A3IsTjIzlKoxBY1uQ==
23272327
dependencies:
23282328
qr-code-styling "^1.6.0-rc.1"
23292329

@@ -2358,16 +2358,17 @@
23582358
util "^0.12.4"
23592359
uuid "^8.3.2"
23602360

2361-
"@metamask/sdk@^0.27.0":
2362-
version "0.27.0"
2363-
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.27.0.tgz#38617985b8305a0f5d482cdd7af8ddec87968bb7"
2364-
integrity sha512-6sMjr/0qR700X1svPGEQ4rBdtccidBLeTC27fYQc7r9ROgSixB1DUUAyu/LoySVqt3Hu/Zm7NnAHXuT228ht7A==
2361+
"@metamask/sdk@^0.30.0":
2362+
version "0.30.0"
2363+
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.30.0.tgz#3afbc449ed1bb3907849ead3d6be660b221b6055"
2364+
integrity sha512-w+M5/Gfk9RRqvnCI5foKppH1dO79fu06defXxU6GfwKDZRhPbx0wgtFhQoTSWDlYOguC3MOM/PI1YCFREeAfsA==
23652365
dependencies:
23662366
"@metamask/onboarding" "^1.0.1"
23672367
"@metamask/providers" "16.1.0"
2368-
"@metamask/sdk-communication-layer" "0.27.0"
2369-
"@metamask/sdk-install-modal-web" "0.26.5"
2368+
"@metamask/sdk-communication-layer" "0.30.0"
2369+
"@metamask/sdk-install-modal-web" "0.30.0"
23702370
"@types/dom-screen-wake-lock" "^1.0.0"
2371+
"@types/uuid" "^10.0.0"
23712372
bowser "^2.9.0"
23722373
cross-fetch "^4.0.0"
23732374
debug "^4.3.4"
@@ -4386,6 +4387,11 @@
43864387
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
43874388
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
43884389

4390+
"@types/uuid@^10.0.0":
4391+
version "10.0.0"
4392+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
4393+
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
4394+
43894395
"@types/w3c-web-usb@^1.0.6":
43904396
version "1.0.6"
43914397
resolved "https://registry.yarnpkg.com/@types/w3c-web-usb/-/w3c-web-usb-1.0.6.tgz#5d8560d0d9f585ffc80865bc773db7bc975b680c"

0 commit comments

Comments
 (0)