Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"main": "lib/index",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "3.10.x",
"lodash": "^4.17.10",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating lodash seems to break 33 out of 145 tests

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here

"validator": "3.22.x"
},
"devDependencies": {
"restify": ">=2.8.1 <5.0.0",
"mocha": "3.1.x",
"sinon": "1.11.x",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"restify": ">=2.8.1 <8.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately node-restify-validation doesn't actually work yet with restify 7. I'll need to sit down and try to work out what the problem is (you're welcome to give it a stab as well!).

"should": "11.1.x",
"supertest": "2.0.x",
"coveralls": "2.12.x"
"sinon": "1.11.x",
"supertest": "^3.1.0"
}
}