diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2019-01-25 05:47:02 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2019-01-25 05:47:02 +0800 |
commit | bcff25c9968e693fd05e4c2754611fe22dafa3ab (patch) | |
tree | 2c2be3a7e7417236d153cc8496242bc3b1cbe9d5 /contracts | |
parent | 92cbff67d196abc7755e82087dbb1831485485d1 (diff) | |
download | dexon-0x-contracts-bcff25c9968e693fd05e4c2754611fe22dafa3ab.tar.gz dexon-0x-contracts-bcff25c9968e693fd05e4c2754611fe22dafa3ab.tar.zst dexon-0x-contracts-bcff25c9968e693fd05e4c2754611fe22dafa3ab.zip |
Lock versions of all dependencies that are contracts packages
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 | 10 | ||||
-rw-r--r-- | contracts/extensions/package.json | 12 | ||||
-rw-r--r-- | contracts/multisig/package.json | 4 |
8 files changed, 26 insertions, 26 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 6d4ba8b8b..360fdab75 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -65,9 +65,9 @@ "dependencies": { "@0x/base-contract": "^3.0.13", "@0x/contracts-test-utils": "^2.0.1", - "@0x/contracts-erc20": "^1.0.0", - "@0x/contracts-erc721": "^1.0.0", - "@0x/contracts-utils": "^3.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", diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index 7616b9ccf..778b9257d 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -65,8 +65,8 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-exchange-libs": "^1.0.0", - "@0x/contracts-utils": "^3.0.0", + "@0x/contracts-exchange-libs": "1.0.0", + "@0x/contracts-utils": "3.0.0", "@0x/types": "^1.5.2", "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json index 8e83ea4e4..096e1025e 100644 --- a/contracts/erc721/package.json +++ b/contracts/erc721/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-utils": "^3.0.0", + "@0x/contracts-utils": "3.0.0", "@0x/types": "^1.5.2", "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", 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", diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index 9d35106cc..f3efdd00e 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-utils": "^3.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", diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json index 9d7db1862..a11767626 100644 --- a/contracts/exchange/package.json +++ b/contracts/exchange/package.json @@ -64,12 +64,12 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-asset-proxy": "^1.0.0", - "@0x/contracts-exchange-libs": "^1.0.0", + "@0x/contracts-asset-proxy": "1.0.0", + "@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-test-utils": "^2.0.1", - "@0x/contracts-erc20": "^1.0.0", - "@0x/contracts-erc721": "^1.0.0", - "@0x/contracts-utils": "^3.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", diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index 780244f37..ad829033f 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/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", diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 3282e0ae5..cbdd96fd8 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -65,8 +65,8 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-asset-proxy": "^1.0.0", - "@0x/contracts-erc20": "^1.0.0", + "@0x/contracts-asset-proxy": "1.0.0", + "@0x/contracts-erc20": "1.0.0", "@0x/types": "^1.5.2", "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", |