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/asset-buyer/package.json | |
parent | 0ce6f03ed50820022d7534ae257306bbf2f17fc1 (diff) | |
parent | 13aa98f0f3431e4ea4db07794a06304c237e8d45 (diff) | |
download | dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.tar dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.tar.gz dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.tar.bz2 dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.tar.lz dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.tar.xz dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.tar.zst dexon-sol-tools-75826fd5594ab9c6efaa7882203f73686db7d469.zip |
Merge remote-tracking branch 'upstream/development' into sol-doc
Diffstat (limited to 'packages/asset-buyer/package.json')
-rw-r--r-- | packages/asset-buyer/package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/asset-buyer/package.json b/packages/asset-buyer/package.json index d15213e0b..ff0afb782 100644 --- a/packages/asset-buyer/package.json +++ b/packages/asset-buyer/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/asset-buyer", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=6.12" }, @@ -36,17 +36,17 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md", "dependencies": { - "@0xproject/assert": "^1.0.10", - "@0xproject/connect": "^2.0.3", - "@0xproject/contract-wrappers": "^1.0.5", - "@0xproject/json-schemas": "^1.0.3", - "@0xproject/order-utils": "^1.0.4", - "@0xproject/subproviders": "^2.0.4", - "@0xproject/types": "^1.1.0", - "@0xproject/typescript-typings": "^2.0.1", - "@0xproject/utils": "^1.0.10", - "@0xproject/web3-wrapper": "^3.0.0", - "ethereum-types": "^1.0.6", + "@0xproject/assert": "^1.0.11", + "@0xproject/connect": "^2.0.4", + "@0xproject/contract-wrappers": "^2.0.0", + "@0xproject/json-schemas": "^1.0.4", + "@0xproject/order-utils": "^1.0.5", + "@0xproject/subproviders": "^2.0.5", + "@0xproject/types": "^1.1.1", + "@0xproject/typescript-typings": "^2.0.2", + "@0xproject/utils": "^1.0.11", + "@0xproject/web3-wrapper": "^3.0.1", + "ethereum-types": "^1.0.8", "lodash": "^4.17.10" }, "devDependencies": { |