diff options
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r-- | packages/pipeline/package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index e1292c0df..e9abb4e13 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -1,6 +1,6 @@ { "name": "@0x/pipeline", - "version": "1.0.6", + "version": "1.0.7", "private": true, "description": "Data pipeline for offline analysis", "scripts": { @@ -39,16 +39,16 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/connect": "^4.0.0", + "@0x/connect": "^4.0.1", "@0x/contract-addresses": "^2.2.1", "@0x/contract-artifacts": "^1.3.0", - "@0x/contract-wrappers": "^6.0.1", - "@0x/dev-utils": "^2.0.0", - "@0x/order-utils": "^4.0.0", - "@0x/subproviders": "^3.0.0", - "@0x/types": "^2.0.0", - "@0x/utils": "^4.0.1", - "@0x/web3-wrapper": "^4.0.0", + "@0x/contract-wrappers": "^7.0.0", + "@0x/dev-utils": "^2.0.1", + "@0x/order-utils": "^5.0.0", + "@0x/subproviders": "^3.0.1", + "@0x/types": "^2.0.1", + "@0x/utils": "^4.0.2", + "@0x/web3-wrapper": "^4.0.1", "@types/dockerode": "^2.5.9", "@types/p-limit": "^2.0.0", "async-parallel": "^1.2.3", |