Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: upgrade ethereumjs packages (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Nov 10, 2022
1 parent e72c62b commit 60af3f2
Show file tree
Hide file tree
Showing 17 changed files with 3,530 additions and 391 deletions.
12 changes: 9 additions & 3 deletions src/chains/ethereum/address/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/ethereum/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"@ethereumjs/util": "8.0.0",
"@ethereumjs/util": "8.0.2",
"@ganache/utils": "0.5.3"
}
}
18 changes: 12 additions & 6 deletions src/chains/ethereum/block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/chains/ethereum/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"typescript": "4.7.4"
},
"dependencies": {
"@ethereumjs/common": "3.0.0",
"@ethereumjs/common": "3.0.1",
"@ganache/ethereum-address": "0.5.2",
"@ganache/ethereum-transaction": "0.5.3",
"@ganache/ethereum-utils": "0.5.2",
"@ganache/rlp": "0.5.2",
"@ganache/utils": "0.5.2",
"emittery": "0.10.0",
"@ethereumjs/util": "8.0.0"
"@ethereumjs/util": "8.0.2"
}
}
12 changes: 9 additions & 3 deletions src/chains/ethereum/console.log/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/ethereum/console.log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
},
"dependencies": {
"@ganache/utils": "0.3.0",
"@ethereumjs/util": "8.0.0"
"@ethereumjs/util": "8.0.2"
}
}
Loading

0 comments on commit 60af3f2

Please sign in to comment.