diff options
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/asset-proxy/package.json | 6 | ||||
-rw-r--r-- | contracts/erc20/package.json | 4 | ||||
-rw-r--r-- | contracts/erc721/package.json | 2 | ||||
-rw-r--r-- | contracts/exchange-forwarder/package.json | 12 | ||||
-rw-r--r-- | contracts/exchange-libs/package.json | 2 | ||||
-rw-r--r-- | contracts/exchange/package.json | 12 | ||||
-rw-r--r-- | contracts/extensions/package.json | 12 | ||||
-rw-r--r-- | contracts/multisig/package.json | 4 |
8 files changed, 27 insertions, 27 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 51d26b0ac..e6e250b19 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -67,10 +67,10 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-erc20": "^1.0.3", - "@0x/contracts-erc721": "^1.0.3", "@0x/contracts-test-utils": "^3.0.2", - "@0x/contracts-utils": "^2.0.2", + "@0x/contracts-erc20": "1.0.2", + "@0x/contracts-erc721": "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", diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index b3517a8c0..d44020db7 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -68,8 +68,8 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-exchange-libs": "^1.0.3", - "@0x/contracts-utils": "^2.0.2", + "@0x/contracts-exchange-libs": "1.0.2", + "@0x/contracts-utils": "2.0.1", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json index a8cf7016f..ba0762f30 100644 --- a/contracts/erc721/package.json +++ b/contracts/erc721/package.json @@ -68,7 +68,7 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-utils": "^2.0.2", + "@0x/contracts-utils": "2.0.1", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", 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", diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index 2b7a1c404..ebe3e8195 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -68,7 +68,7 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-utils": "^2.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", diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json index 6c3781b54..43ceeeebd 100644 --- a/contracts/exchange/package.json +++ b/contracts/exchange/package.json @@ -48,6 +48,7 @@ "devDependencies": { "@0x/contracts-gen": "^1.0.0", "@0x/abi-gen": "^2.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -67,12 +68,11 @@ }, "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-libs": "^1.0.3", - "@0x/contracts-test-utils": "^3.0.2", - "@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-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", diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index 118926eb5..335abaa80 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/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", diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index ce29122c4..49326ad7d 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -68,8 +68,8 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-asset-proxy": "^1.0.3", - "@0x/contracts-erc20": "^1.0.3", + "@0x/contracts-asset-proxy": "1.0.2", + "@0x/contracts-erc20": "1.0.2", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", |