Update deps versions

This commit is contained in:
Amir Bandeali
2019-02-13 11:53:13 -08:00
parent b353ed3157
commit 793398216f

View File

@@ -67,19 +67,19 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
"@0x/base-contract": "^4.0.3",
"@0x/contracts-exchange-libs": "^1.0.5",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-erc20": "1.0.2",
"@0x/contracts-erc721": "1.0.2",
"@0x/contracts-utils": "^2.0.4",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",
"@0x/web3-wrapper": "^3.2.4",
"ethereum-types": "^1.1.6",
"lodash": "^4.17.5"
"@0x/order-utils": "^6.1.0",
"@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.1.0",
"@0x/web3-wrapper": "^5.0.0",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"