chaijs / sinon-chai

Extends Chai with assertions for the Sinon.JS mocking framework.
Other
1.09k stars 107 forks source link

peerDependency range should include newly released sinon@10 #149

Closed AviVahl closed 3 years ago

AviVahl commented 3 years ago

sinon@10.0.0 is out.t sinon-chai gets a peerDependency warning: warning " > sinon-chai@3.5.0" has incorrect peer dependency "sinon@>=4.0.0 <10.0.0".

FYI @domenic

simondel commented 3 years ago

Thanks for letting me know! I've released version 3.6.0 to fix this.