Merge pull request #1276 from 0xProject/test/instant/bundle-size

[asset-buyer][instant] downgrade lodash to be consistent with the rest of 0x packages
This commit is contained in:
Brandon Millman 2018-11-19 12:44:06 -08:00 committed by GitHub
commit 953f8c119b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

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

View File

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

View File

@ -57,7 +57,7 @@
"bowser": "^1.9.4",
"copy-to-clipboard": "^3.0.8",
"ethereum-types": "^1.1.2",
"lodash": "^4.17.10",
"lodash": "^4.17.5",
"polished": "^2.2.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",