diff options
Diffstat (limited to 'contracts/exchange-forwarder/package.json')
-rw-r--r-- | contracts/exchange-forwarder/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json index 7ec103746..73a30e851 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -66,12 +66,12 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-asset-proxy": "^1.0.0", - "@0x/contracts-exchange-libs": "^1.0.0", - "@0x/contracts-exchange": "^1.0.0", - "@0x/contracts-erc20": "^1.0.0", - "@0x/contracts-erc721": "^1.0.0", - "@0x/contracts-utils": "^3.0.0", + "@0x/contracts-asset-proxy": "1.0.0", + "@0x/contracts-exchange-libs": "1.0.0", + "@0x/contracts-exchange": "1.0.0", + "@0x/contracts-erc20": "1.0.0", + "@0x/contracts-erc721": "1.0.0", + "@0x/contracts-utils": "3.0.0", "@0x/order-utils": "^3.1.2", "@0x/types": "^1.5.2", "@0x/typescript-typings": "^3.0.8", |