Merge branch 'development' into fix/1635

This commit is contained in:
Leonid Logvinov
2019-02-27 13:09:04 -08:00
committed by GitHub
71 changed files with 368 additions and 98 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "3.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "3.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.7 - _February 27, 2019_
* Dependencies updated
## v3.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "3.0.6",
"version": "3.0.7",
"engines": {
"node": ">=6.12"
},
@@ -43,10 +43,10 @@
"@0x/abi-gen": "^2.0.5",
"@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-coverage": "^2.0.5",
"@0x/sol-profiler": "^3.1.0",
"@0x/sol-trace": "^2.0.6",
"@0x/sol-compiler": "^3.1.2",
"@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1",