Change all package to depend on the new @0xproject/base-contract@1.0.0

This commit is contained in:
Leonid Logvinov 2018-07-19 23:05:01 +02:00
parent cc0477153b
commit b5d19d3fb1
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
8 changed files with 8 additions and 8 deletions

View File

@ -101,7 +101,7 @@
},
"dependencies": {
"@0xproject/assert": "^1.0.0",
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/contract-wrappers": "^0.1.1",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/sol-compiler": "^0.5.4",

View File

@ -75,7 +75,7 @@
},
"dependencies": {
"@0xproject/assert": "^1.0.0",
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",

View File

@ -72,7 +72,7 @@
"yargs": "^10.0.3"
},
"dependencies": {
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/sol-compiler": "^0.5.4",
"@0xproject/types": "^1.0.0-rc.1",

View File

@ -41,7 +41,7 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/types": "^1.0.0-rc.1",
"ethereum-types": "^1.0.0",

View File

@ -30,7 +30,7 @@
"license": "Apache-2.0",
"dependencies": {
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/sol-compiler": "^0.5.4",
"@0xproject/sol-cov": "^0.1.3",
"@0xproject/subproviders": "^0.10.6",

View File

@ -50,7 +50,7 @@
"typescript": "2.7.1"
},
"dependencies": {
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/sol-compiler": "^0.5.4",
"@0xproject/subproviders": "^0.10.6",

View File

@ -72,7 +72,7 @@
},
"dependencies": {
"@0xproject/assert": "^1.0.0",
"@0xproject/base-contract": "^0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/json-schemas": "^1.0.0-rc.1",
"@0xproject/sol-compiler": "^0.5.4",
"@0xproject/types": "^1.0.0-rc.1",

View File

@ -78,7 +78,7 @@
},
"dependencies": {
"@0xproject/assert": "^1.0.0",
"@0xproject/base-contract": "0.3.6",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/contract-wrappers": "0.1.1",
"@0xproject/fill-scenarios": "1.0.0",
"@0xproject/json-schemas": "^1.0.0-rc.1",