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 1ed3bee3a..e71409c82 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -69,12 +69,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", |