diff options
author | Xianny <8582774+xianny@users.noreply.github.com> | 2019-02-05 18:58:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 18:58:30 +0800 |
commit | 703aa38a17dac2b1ff39cbee012956d36baa4e62 (patch) | |
tree | b8fabbd91234f3c1d4ea9a8c13620081534beee9 /packages/abi-gen | |
parent | b2f35057a56faa82f31d8c5ef09249171dc130d2 (diff) | |
download | dexon-0x-contracts-703aa38a17dac2b1ff39cbee012956d36baa4e62.tar.gz dexon-0x-contracts-703aa38a17dac2b1ff39cbee012956d36baa4e62.tar.zst dexon-0x-contracts-703aa38a17dac2b1ff39cbee012956d36baa4e62.zip |
CI test for dependencies to have the same version (#1556)
* add failing CI for dependencies with multiple versions
* update dependencies
* increase bundlewatch maxsize for 0x.js
Diffstat (limited to 'packages/abi-gen')
-rw-r--r-- | packages/abi-gen/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index 7f968893c..229b16906 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -37,7 +37,7 @@ "ethereum-types": "^1.1.6", "glob": "^7.1.2", "handlebars": "^4.0.11", - "lodash": "^4.17.5", + "lodash": "^4.17.11", "mkdirp": "^0.5.1", "sleep": "^5.1.1", "tmp": "^0.0.33", @@ -48,15 +48,15 @@ "@0x/tslint-config": "^2.0.2", "@types/glob": "5.0.35", "@types/handlebars": "^4.0.36", - "@types/mkdirp": "^0.5.1", + "@types/mkdirp": "^0.5.2", "@types/node": "*", "@types/sleep": "^0.0.7", "@types/tmp": "^0.0.33", - "@types/yargs": "^10.0.0", - "chai": "^4.1.2", + "@types/yargs": "^11.0.0", + "chai": "^4.0.1", "dirty-chai": "^2.0.1", "make-promises-safe": "^1.1.0", - "mocha": "^5.2.0", + "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.11.0", |