fix(asset-buyer): change lodash version to the same as other 0x packages

This commit is contained in:
Brandon Millman 2018-11-15 19:07:43 -08:00
parent ae1fb97794
commit 7534c0f19e
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"version": "3.0.1",
"changes": [
{
"note": "Dependencies updated",
"pr": 1276
}
]
},
{ {
"version": "3.0.0", "version": "3.0.0",
"changes": [ "changes": [

View File

@ -47,7 +47,7 @@
"@0x/utils": "^2.0.5", "@0x/utils": "^2.0.5",
"@0x/web3-wrapper": "^3.1.4", "@0x/web3-wrapper": "^3.1.4",
"ethereum-types": "^1.1.2", "ethereum-types": "^1.1.2",
"lodash": "^4.17.10" "lodash": "^4.17.5"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^1.0.10", "@0x/tslint-config": "^1.0.10",