electusvoting
Advanced tools
Comparing version 2.5.4 to 2.5.5
{ | ||
"name": "electusvoting", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "Standard implementation and interface for Voting", | ||
@@ -68,3 +68,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"membershipverificationtoken": "^2.5.5", | ||
"membershipverificationtoken": "^2.5.7", | ||
"truffle-assertions": "^0.9.1" | ||
@@ -82,11 +82,11 @@ }, | ||
"eslint-plugin-standard": "^4.0.0", | ||
"lint-staged": "^9.0.0", | ||
"lint-staged": "^9.1.0", | ||
"husky": "^3.0.0", | ||
"prettier": "^1.18.2", | ||
"prettier-plugin-solidity": "^1.0.0-alpha.26", | ||
"prettier-plugin-solidity": "^1.0.0-alpha.27", | ||
"solhint": "^2.1.0", | ||
"solhint-plugin-prettier": "0.0.3", | ||
"solidity-coverage": "^0.5.11", | ||
"truffle": "^5.0.25" | ||
"truffle": "^5.0.26" | ||
} | ||
} |