diff options
author | Fabio Berger <me@fabioberger.com> | 2019-02-05 19:16:45 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-02-05 19:16:45 +0800 |
commit | d7c9d733499d30d33d32a22703e49ea3ad66e7b2 (patch) | |
tree | 322e559e862a70fa4f95e4820635353af89ba6fc /packages/order-utils | |
parent | a1bf5e8261ef24e3123832201f76ec6d12f4455b (diff) | |
parent | 09a5b6e7a3cc595249d8dac83b5a7e3fed9d7667 (diff) | |
download | dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.gz dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.tar.zst dexon-0x-contracts-d7c9d733499d30d33d32a22703e49ea3ad66e7b2.zip |
Merge branch 'development' into fix/preSignedSignatureBug
* development:
update error msg for dependency version check
CI test for dependencies to have the same version (#1556)
Add missing comma
Decode NULL as false
Update blog link to not be /latest, and use constant in mobile nav
Diffstat (limited to 'packages/order-utils')
-rw-r--r-- | packages/order-utils/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 4e31d4094..cca0182a0 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -69,7 +69,7 @@ "ethereumjs-abi": "0.6.5", "ethereumjs-util": "^5.1.1", "ethers": "~4.0.4", - "lodash": "^4.17.5" + "lodash": "^4.17.11" }, "publishConfig": { "access": "public" |