Skip to content

Commit

Permalink
Merge pull request #378 from protofire/upgrade-parser-0-14-5
Browse files Browse the repository at this point in the history
updated solidity parser to 0.14.5
  • Loading branch information
dbale-altoros authored Jan 16, 2023
2 parents a659a27 + 4e66151 commit 3d0ff06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ coverage
node_modules
scripts
e2e
/_temp
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ convertLib.sol
/docs/Gemfile*
antlr4.jar
/docs/.sass-cache/
_temp/
14 changes: 7 additions & 7 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 @@ -34,7 +34,7 @@
"author": "Ilya Drabenia <ilya.drobenya@gmail.com>",
"license": "MIT",
"dependencies": {
"@solidity-parser/parser": "^0.14.1",
"@solidity-parser/parser": "^0.14.5",
"ajv": "^6.6.1",
"antlr4": "4.7.1",
"ast-parents": "0.0.1",
Expand Down

0 comments on commit 3d0ff06

Please sign in to comment.