diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-09-26 21:19:02 +0800 |
---|---|---|
committer | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-09-26 21:19:02 +0800 |
commit | 75826fd5594ab9c6efaa7882203f73686db7d469 (patch) | |
tree | 1d61dbdba89a08e288a537b7a77a692a0ec1099a /packages/abi-gen/package.json | |
parent | 0ce6f03ed50820022d7534ae257306bbf2f17fc1 (diff) | |
parent | 13aa98f0f3431e4ea4db07794a06304c237e8d45 (diff) | |
download | dexon-0x-contracts-75826fd5594ab9c6efaa7882203f73686db7d469.tar.gz dexon-0x-contracts-75826fd5594ab9c6efaa7882203f73686db7d469.tar.zst dexon-0x-contracts-75826fd5594ab9c6efaa7882203f73686db7d469.zip |
Merge remote-tracking branch 'upstream/development' into sol-doc
Diffstat (limited to 'packages/abi-gen/package.json')
-rw-r--r-- | packages/abi-gen/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index 1fb697299..314addf52 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/abi-gen", - "version": "1.0.10", + "version": "1.0.11", "engines": { "node": ">=6.12" }, @@ -30,10 +30,10 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md", "dependencies": { - "@0xproject/typescript-typings": "^2.0.1", - "@0xproject/utils": "^1.0.10", + "@0xproject/typescript-typings": "^2.0.2", + "@0xproject/utils": "^1.0.11", "chalk": "^2.3.0", - "ethereum-types": "^1.0.7", + "ethereum-types": "^1.0.8", "glob": "^7.1.2", "handlebars": "^4.0.11", "lodash": "^4.17.5", |