Skip to content

Commit

Permalink
chore: bump keyring-api to 4 in AccountsController and AssetsController
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Feb 26, 2024
1 parent 4f5a6bd commit fea01e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@metamask/base-controller": "^4.1.1",
"@metamask/eth-snap-keyring": "^2.1.1",
"@metamask/keyring-api": "^3.0.0",
"@metamask/keyring-api": "^4.0.0",
"@metamask/snaps-sdk": "^1.3.2",
"@metamask/snaps-utils": "^5.1.2",
"@metamask/utils": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/ethjs-provider-http": "^0.3.0",
"@metamask/keyring-api": "^3.0.0",
"@metamask/keyring-api": "^4.0.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.191",
"@types/node": "^16.18.54",
Expand Down
18 changes: 2 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ __metadata:
"@metamask/auto-changelog": ^3.4.4
"@metamask/base-controller": ^4.1.1
"@metamask/eth-snap-keyring": ^2.1.1
"@metamask/keyring-api": ^3.0.0
"@metamask/keyring-api": ^4.0.0
"@metamask/keyring-controller": ^12.2.0
"@metamask/snaps-controllers": ^4.0.0
"@metamask/snaps-sdk": ^1.3.2
Expand Down Expand Up @@ -1589,7 +1589,7 @@ __metadata:
"@metamask/controller-utils": ^8.0.3
"@metamask/eth-query": ^4.0.0
"@metamask/ethjs-provider-http": ^0.3.0
"@metamask/keyring-api": ^3.0.0
"@metamask/keyring-api": ^4.0.0
"@metamask/keyring-controller": ^12.2.0
"@metamask/metamask-eth-abis": 3.0.0
"@metamask/network-controller": ^17.2.0
Expand Down Expand Up @@ -2212,20 +2212,6 @@ __metadata:
languageName: node
linkType: hard

"@metamask/keyring-api@npm:^3.0.0":
version: 3.0.0
resolution: "@metamask/keyring-api@npm:3.0.0"
dependencies:
"@metamask/providers": ^14.0.1
"@metamask/snaps-sdk": ^1.3.2
"@metamask/utils": ^8.1.0
"@types/uuid": ^9.0.1
superstruct: ^1.0.3
uuid: ^9.0.0
checksum: 5e3fdc122789d605681070aa6ed6c656d5c9bb1f037fd4bf1ed2ec5fa453a0fc8b9663ddfd2106c122889682e2ae1c8ddd16913798f24821b22899f743ce1a31
languageName: node
linkType: hard

"@metamask/keyring-api@npm:^4.0.0":
version: 4.0.0
resolution: "@metamask/keyring-api@npm:4.0.0"
Expand Down

0 comments on commit fea01e0

Please sign in to comment.