Skip to content

Commit

Permalink
Bump MetaMask module sdk deps (#2087)
Browse files Browse the repository at this point in the history
* Bump MetaMask deps

* Add engines to metamask to define node version requirements
  • Loading branch information
Adamj1232 authored Mar 20, 2024
1 parent 1c019b5 commit 66459ea
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
- node-build-steps
build-metamask:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:18.8.0
working_directory: ~/web3-onboard-monorepo/packages/metamask
steps:
- node-build-steps
Expand Down Expand Up @@ -711,7 +711,7 @@ jobs:
- node-staging-build-steps
build-staging-metamask:
docker:
- image: cimg/node:16.13.1
- image: cimg/node:18.8.0
working_directory: ~/web3-onboard-monorepo/packages/metamask
steps:
- node-staging-build-steps
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@web3-onboard/keystone": "^2.3.8-alpha.1",
"@web3-onboard/ledger": "^2.6.0-alpha.1",
"@web3-onboard/magic": "^2.1.6",
"@web3-onboard/metamask": "^2.0.2",
"@web3-onboard/metamask": "^2.0.3-alpha.1",
"@web3-onboard/mew-wallet": "^2.0.3",
"@web3-onboard/phantom": "^2.0.3",
"@web3-onboard/portis": "^2.1.6",
Expand Down
7 changes: 5 additions & 2 deletions packages/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/metamask",
"version": "2.0.2",
"version": "2.0.3-alpha.1",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -60,7 +60,10 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@metamask/sdk": "^0.13.0",
"@metamask/sdk": "^0.17.1",
"@web3-onboard/common": "^2.3.3"
},
"engines": {
"node": ">=18.8"
}
}
Loading

0 comments on commit 66459ea

Please sign in to comment.