From 9089bf2c5fdecdcaa271f83b4efeed7174ab12e4 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Wed, 6 Feb 2019 21:10:35 -0800 Subject: Lock dep versions in contracts packages --- contracts/exchange-forwarder/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'contracts/exchange-forwarder') diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json index 8e7a0c5e0..015e48460 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -66,12 +66,12 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-asset-proxy": "^1.0.3", - "@0x/contracts-erc20": "^1.0.3", - "@0x/contracts-erc721": "^1.0.3", - "@0x/contracts-exchange": "^1.0.3", - "@0x/contracts-exchange-libs": "^1.0.3", - "@0x/contracts-utils": "^2.0.2", + "@0x/contracts-asset-proxy": "1.0.2", + "@0x/contracts-erc20": "1.0.2", + "@0x/contracts-erc721": "1.0.2", + "@0x/contracts-exchange": "1.0.2", + "@0x/contracts-exchange-libs": "1.0.2", + "@0x/contracts-utils": "2.0.1", "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", -- cgit v1.2.3