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

@@ -31,7 +31,7 @@
"@0xproject/tslint-config": "^0.4.12",
"@types/body-parser": "^1.16.1",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.86",
"@types/lodash": "4.14.104",
"awesome-typescript-loader": "^3.1.3",
"gulp": "^3.9.1",
"nodemon": "^1.11.0",