Skip to content

Commit

Permalink
update libs to a working version
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Feb 27, 2023
1 parent fc337c5 commit f7510ef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
48 changes: 26 additions & 22 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@chainsafe/ssz": "0.9.4",
"@ethereumjs/common": "^3.1.0",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/util": "^8.0.4",
Expand Down
1 change: 1 addition & 0 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@chainsafe/ssz": "0.9.4",
"@ethereumjs/rlp": "^4.0.1",
"ethereum-cryptography": "^1.1.2"
},
Expand Down

0 comments on commit f7510ef

Please sign in to comment.