-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from KeystoneHQ/fix/fix-eth-1559
chore: update package versions and dependencies to improve compatibility
- Loading branch information
Showing
5 changed files
with
105 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@keystonehq/base-eth-keyring", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"description": "base eth keyring", | ||
"author": "aaronisme <[email protected]>", | ||
"homepage": "https://github.com/KeystoneHQ/keystone-airgaped-base#readme", | ||
|
@@ -26,8 +26,9 @@ | |
"build": "tsdx build" | ||
}, | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.0.2", | ||
"@ethereumjs/tx": "5.1.0", | ||
"@ethereumjs/util": "^8.0.0", | ||
"@ethereumjs/rlp": "^4.0.1", | ||
"@keystonehq/bc-ur-registry-eth": "^0.19.1", | ||
"hdkey": "^2.0.1", | ||
"rlp": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@keystonehq/metamask-airgapped-keyring", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"description": "airgapped eth keyring for metamask", | ||
"author": "aaronisme <[email protected]>", | ||
"homepage": "https://github.com/KeystoneHQ/keystone-airgaped-base#readme", | ||
|
@@ -26,8 +26,10 @@ | |
"build": "tsdx build" | ||
}, | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.0.2", | ||
"@keystonehq/base-eth-keyring": "^0.14.1", | ||
"@ethereumjs/rlp": "^4.0.1", | ||
"@ethereumjs/tx": "5.1.0", | ||
"@ethereumjs/util": "9.1.0", | ||
"@keystonehq/base-eth-keyring": "workspace:^", | ||
"@keystonehq/bc-ur-registry-eth": "^0.19.1", | ||
"@metamask/obs-store": "^9.0.0", | ||
"rlp": "^2.2.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.