aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange
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 /contracts/exchange
parent2a344e26cc51fa41a9df3535b625b8609dfc167e (diff)
downloaddexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.gz
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.tar.zst
dexon-0x-contracts-9089bf2c5fdecdcaa271f83b4efeed7174ab12e4.zip
Lock dep versions in contracts packages
Diffstat (limited to 'contracts/exchange')
-rw-r--r--contracts/exchange/package.json12
1 files changed, 6 insertions, 6 deletions
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",