danawoodman / sinon-express-mock

Simple request and response mock objects to pass into Express routes when testing using Sinon.

Home Page:https://www.npmjs.com/package/sinon-express-mock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unmet peer dependecy: sinon@5.0.7

wu-lee opened this issue · comments

I gather sinon-express-mock currently lists sinon ^4.1.3 as a peer dependency.

Sinon's current release is now 5.0.7.

Is there a plan to update to, or otherwise allow current Sinon releases? Or do I need to downgrade Sinon to use sinon-express-mock?

Thanks!

Someone had updated this previously in a PR but I forgot to push the code to NPM. Can you try v2.0.2 and reopen if it still doesn't work?

I don't think I can reopen this, but I think it is still unresolved: package.json's peerDependencies is still configured as ^4.1.3.

Fixed in v2.0.4 👍