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/0x.js/package.json | |
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/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index d49c8f188..c0f1d15d3 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,6 +1,6 @@ { "name": "0x.js", - "version": "2.0.2", + "version": "2.0.3", "engines": { "node": ">=6.12" }, @@ -43,10 +43,10 @@ "license": "Apache-2.0", "devDependencies": { "@0x/abi-gen": "^1.0.15", - "@0x/abi-gen-wrappers": "^1.0.3", + "@0x/abi-gen-wrappers": "^1.0.4", "@0x/contract-addresses": "^1.1.0", - "@0x/dev-utils": "^1.0.15", - "@0x/migrations": "^2.0.2", + "@0x/dev-utils": "^1.0.16", + "@0x/migrations": "^2.0.3", "@0x/tslint-config": "^1.0.10", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", @@ -74,15 +74,15 @@ }, "dependencies": { "@0x/assert": "^1.0.16", - "@0x/base-contract": "^3.0.4", - "@0x/contract-wrappers": "^4.0.0", - "@0x/order-utils": "^3.0.0", - "@0x/order-watcher": "^2.2.2", - "@0x/subproviders": "^2.1.2", + "@0x/base-contract": "^3.0.5", + "@0x/contract-wrappers": "^4.0.1", + "@0x/order-utils": "^3.0.1", + "@0x/order-watcher": "^2.2.3", + "@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", "@types/web3-provider-engine": "^14.0.0", "ethereum-types": "^1.1.2", "ethers": "~4.0.4", |