Set Lodash dep to an exact version since newer versions introduced breaking changes

This commit is contained in:
Fabio Berger
2018-03-20 11:40:29 +00:00
parent b7bb8d9b2a
commit abf41b073c
16 changed files with 16 additions and 16 deletions

View File

@@ -61,7 +61,7 @@
"@0xproject/tslint-config": "^0.4.12",
"@types/bintrees": "^1.0.2",
"@types/jsonschema": "^1.1.1",
"@types/lodash": "^4.14.86",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.53",
"@types/sinon": "^2.2.2",