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

Commit

Permalink
Update @solidity-parser/parser to 0.14.0 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Nov 25, 2021
1 parent 27ba98a commit 7a6c0eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-gas-reporter",
"version": "0.2.20",
"version": "0.2.22",
"description": "Mocha reporter which shows gas used per unit test.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@ethersproject/abi": "^5.0.0-beta.146",
"@solidity-parser/parser": "^0.11.1",
"@solidity-parser/parser": "^0.14.0",
"cli-table3": "^0.5.0",
"colors": "^1.1.2",
"ethereumjs-util": "6.2.0",
Expand Down
14 changes: 11 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@ethersproject/abi": "^5.0.0-beta.146",
"@solidity-parser/parser": "^0.12.0",
"@solidity-parser/parser": "^0.14.0",
"cli-table3": "^0.5.0",
"colors": "^1.1.2",
"ethereumjs-util": "6.2.0",
Expand Down

0 comments on commit 7a6c0eb

Please sign in to comment.