aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-10-18 21:52:32 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-10-18 21:52:32 +0800
commit7e49db23010ed5a20b100e08802be08c2dadda2b (patch)
treeed181994ea9b5edb814294b5165fc0a234b566d7 /packages/sol-cov
parent4b95e3d6848832a06fde54b29d41d99b2a52f6ec (diff)
downloaddexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.tar
dexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.tar.gz
dexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.tar.bz2
dexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.tar.lz
dexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.tar.xz
dexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.tar.zst
dexon-sol-tools-7e49db23010ed5a20b100e08802be08c2dadda2b.zip
Fix ethereum-types versions
Diffstat (limited to 'packages/sol-cov')
-rw-r--r--packages/sol-cov/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index 5bdc10155..7dc0675bf 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -49,7 +49,7 @@
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@types/solidity-parser-antlr": "^0.2.0",
- "ethereum-types": "^1.0.11",
+ "ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",