aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-02-07 13:10:35 +0800
committerAmir Bandeali <abandeali1@gmail.com>2019-02-07 13:10:35 +0800
commit9089bf2c5fdecdcaa271f83b4efeed7174ab12e4 (patch)
treec068a1fb83df4543c107bdfe2a06a4ec059e5522
parent2a344e26cc51fa41a9df3535b625b8609dfc167e (diff)
downloaddexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.gz
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.bz2
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.lz
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.xz
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.zst
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.zip
Lock dep versions in contracts packages
-rw-r--r--contracts/asset-proxy/package.json8
-rw-r--r--contracts/erc20/package.json4
-rw-r--r--contracts/erc721/package.json2
-rw-r--r--contracts/exchange-forwarder/package.json12
-rw-r--r--contracts/exchange-libs/package.json2
-rw-r--r--contracts/exchange/package.json12
-rw-r--r--contracts/extensions/package.json12
-rw-r--r--contracts/multisig/package.json4
8 files changed, 28 insertions, 28 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json
index 8398249cd..a08f9ed50 100644
--- a/contracts/asset-proxy/package.json
+++ b/contracts/asset-proxy/package.json
@@ -45,6 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@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",
@@ -64,10 +65,9 @@
},
"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 937198f2f..63e3d20da 100644
--- a/contracts/erc20/package.json
+++ b/contracts/erc20/package.json
@@ -65,8 +65,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 4d2c79c46..34f71c91e 100644
--- a/contracts/erc721/package.json
+++ b/contracts/erc721/package.json
@@ -65,7 +65,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 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",
diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json
index 6bf8267be..695301da1 100644
--- a/contracts/exchange-libs/package.json
+++ b/contracts/exchange-libs/package.json
@@ -65,7 +65,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 ca4b1fd00..65cb8743b 100644
--- a/contracts/exchange/package.json
+++ b/contracts/exchange/package.json
@@ -45,6 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@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",
@@ -64,12 +65,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 0a8cf7fc0..cf0f5c6a6 100644
--- a/contracts/extensions/package.json
+++ b/contracts/extensions/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",
diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json
index bc83bbf05..493889b37 100644
--- a/contracts/multisig/package.json
+++ b/contracts/multisig/package.json
@@ -65,8 +65,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",