Skip to content

Commit

Permalink
fix: update solidity-parser-antlr to allow the use of the payable key…
Browse files Browse the repository at this point in the history
…word in contracts
  • Loading branch information
Andre Medeiros authored and iurimatias committed Apr 22, 2019
1 parent 0f4e554 commit 7401966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/embark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"shelljs": "0.5.3",
"simples": "0.8.8",
"solc": "0.5.0",
"solidity-parser-antlr": "0.3.2",
"solidity-parser-antlr": "0.4.2",
"source-map-support": "0.5.9",
"stream-json": "1.1.3",
"string-replace-async": "1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17750,10 +17750,10 @@ solc@^0.4.13, solc@^0.4.2, solc@^0.4.25:
semver "^5.3.0"
yargs "^4.7.1"

solidity-parser-antlr@0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/solidity-parser-antlr/-/solidity-parser-antlr-0.3.2.tgz#1cf9d019280550a31299dc380e87a310dc4ca154"
integrity sha512-aO/lbnc14A81cQigN5sKNuwbxohPyJOq7kpLirYT/6emCw5Gjb0TJoZ3TzL1tYdIX6gjTAMlQ1UZwOcrzOAp4w==
solidity-parser-antlr@0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/solidity-parser-antlr/-/solidity-parser-antlr-0.4.2.tgz#b862eba5936e7a90b4f5f1c8eb1d33fe86650f78"
integrity sha512-0OKT2YKZAqPe14HN7Nbo24hjmnyUYh92UjyZG0Zz2rpQhl/w8asX8qHb+ASSXfayQaiW8g9zGIupXEE355tOQQ==

sort-keys@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 7401966

Please sign in to comment.