Skip to content

Commit

Permalink
chore: use eth-keyring-controller v12
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Jul 5, 2023
1 parent 19ff52f commit 9cc3f57
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/keyring-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@keystonehq/metamask-airgapped-keyring": "^0.13.1",
"@metamask/base-controller": "workspace:^",
"@metamask/controller-utils": "workspace:^",
"@metamask/eth-keyring-controller": "^11.0.0",
"@metamask/eth-keyring-controller": "^12.0.0",
"@metamask/eth-sig-util": "^5.1.0",
"@metamask/message-manager": "workspace:^",
"@metamask/preferences-controller": "workspace:^",
Expand Down
28 changes: 21 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1655,18 +1655,18 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-keyring-controller@npm:^11.0.0":
version: 11.0.0
resolution: "@metamask/eth-keyring-controller@npm:11.0.0"
"@metamask/eth-keyring-controller@npm:^12.0.0":
version: 12.0.0
resolution: "@metamask/eth-keyring-controller@npm:12.0.0"
dependencies:
"@ethereumjs/tx": ^4.1.1
"@metamask/browser-passworder": ^4.1.0
"@metamask/eth-hd-keyring": ^6.0.0
"@metamask/eth-sig-util": ^5.1.0
"@metamask/eth-sig-util": ^6.0.0
"@metamask/eth-simple-keyring": ^5.0.0
"@metamask/utils": ^5.0.0
"@metamask/utils": ^6.1.0
obs-store: ^4.0.3
checksum: 84ade74649bf4020f9c06c985f8116f3cf080c96df201bbd919a6defcffd4824f50feb4b26a630e14d5d2d00fd74e0fde800e5165d63317e834a05a270733d8b
checksum: 2c56eaafc8c491af44331d94e1f7b96e70b25bceca3d0caad6b9c5998635a73fd3f9cdc61a5ce3bba949f628929c33ef6ea2b8f174f9b73552be2c710d1d38e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -1698,6 +1698,20 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-sig-util@npm:^6.0.0":
version: 6.0.0
resolution: "@metamask/eth-sig-util@npm:6.0.0"
dependencies:
"@ethereumjs/util": ^8.0.6
bn.js: ^4.12.0
ethereum-cryptography: ^2.0.0
ethjs-util: ^0.1.6
tweetnacl: ^1.0.3
tweetnacl-util: ^0.15.1
checksum: 76c173faed20d0d896561dbf3eb4ec3173e33288bf8844919643fd3e9fb6bc78f1ba8bd8a82252f4d13526ded4cc1aee27ae78f5b32642d9f97ef15fa230a12e
languageName: node
linkType: hard

"@metamask/eth-simple-keyring@npm:^5.0.0":
version: 5.0.0
resolution: "@metamask/eth-simple-keyring@npm:5.0.0"
Expand Down Expand Up @@ -1753,7 +1767,7 @@ __metadata:
"@metamask/auto-changelog": ^3.1.0
"@metamask/base-controller": "workspace:^"
"@metamask/controller-utils": "workspace:^"
"@metamask/eth-keyring-controller": ^11.0.0
"@metamask/eth-keyring-controller": ^12.0.0
"@metamask/eth-sig-util": ^5.1.0
"@metamask/message-manager": "workspace:^"
"@metamask/preferences-controller": "workspace:^"
Expand Down

0 comments on commit 9cc3f57

Please sign in to comment.