diff options
author | Bryan Stitt <bryan@stitthappens.com> | 2018-11-12 07:13:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 07:13:09 +0800 |
commit | 0101cd73aa87fecc72cc816c6c26af028afd569c (patch) | |
tree | 637a87a6ea98e59036cf2537367186b8b4133c9d /packages/sol-cov/package.json | |
parent | 6ef628613e658e90a06cbe5e34f119082e06678e (diff) | |
parent | 397b4e289015f9bb0831c1a0ce6fee601670b487 (diff) | |
download | dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.tar dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.tar.gz dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.tar.bz2 dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.tar.lz dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.tar.xz dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.tar.zst dexon-sol-tools-0101cd73aa87fecc72cc816c6c26af028afd569c.zip |
Merge branch 'development' into patch-1
Diffstat (limited to 'packages/sol-cov/package.json')
-rw-r--r-- | packages/sol-cov/package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index 09119321d..34e7a8559 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-cov", - "version": "2.1.8", + "version": "2.1.9", "engines": { "node": ">=6.12" }, @@ -42,14 +42,14 @@ }, "homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md", "dependencies": { - "@0x/dev-utils": "^1.0.13", - "@0x/sol-compiler": "^1.1.8", - "@0x/subproviders": "^2.1.0", - "@0x/typescript-typings": "^3.0.3", - "@0x/utils": "^2.0.3", - "@0x/web3-wrapper": "^3.1.0", + "@0x/dev-utils": "^1.0.14", + "@0x/sol-compiler": "^1.1.9", + "@0x/subproviders": "^2.1.1", + "@0x/typescript-typings": "^3.0.4", + "@0x/utils": "^2.0.4", + "@0x/web3-wrapper": "^3.1.1", "@types/solidity-parser-antlr": "^0.2.0", - "ethereum-types": "^1.1.1", + "ethereum-types": "^1.1.2", "ethereumjs-util": "^5.1.1", "glob": "^7.1.2", "istanbul": "^0.4.5", @@ -61,7 +61,7 @@ "solidity-parser-antlr": "^0.2.12" }, "devDependencies": { - "@0x/tslint-config": "^1.0.9", + "@0x/tslint-config": "^1.0.10", "@types/istanbul": "^0.4.30", "@types/loglevel": "^1.5.3", "@types/mkdirp": "^0.5.1", |