diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-14 02:46:19 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-14 02:46:19 +0800 |
commit | f03afe6f1b6a6bfa339507ee47b42c62550444a0 (patch) | |
tree | 70a54cfd26681503da72f1e3a58682d3ccbd8180 /packages/instant | |
parent | bed134c1da94f3b91eb50114ecd0d01ecb3ab3a2 (diff) | |
parent | a824264da2d8cbcd76089c5d35da95fedbadd0bb (diff) | |
download | dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.gz dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.bz2 dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.lz dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.xz dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.zst dexon-sol-tools-f03afe6f1b6a6bfa339507ee47b42c62550444a0.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json index 4ec9e9bd3..f71fe45ef 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -1,6 +1,6 @@ { "name": "@0x/instant", - "version": "0.0.5", + "version": "0.0.6", "engines": { "node": ">=6.12" }, @@ -46,14 +46,14 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "dependencies": { "@0x/assert": "^1.0.16", - "@0x/asset-buyer": "^2.2.1", + "@0x/asset-buyer": "^2.2.2", "@0x/json-schemas": "^2.1.0", - "@0x/order-utils": "^3.0.0", - "@0x/subproviders": "^2.1.2", + "@0x/order-utils": "^3.0.1", + "@0x/subproviders": "^2.1.3", "@0x/types": "^1.2.1", "@0x/typescript-typings": "^3.0.4", "@0x/utils": "^2.0.4", - "@0x/web3-wrapper": "^3.1.2", + "@0x/web3-wrapper": "^3.1.3", "copy-to-clipboard": "^3.0.8", "ethereum-types": "^1.1.2", "lodash": "^4.17.10", |