JamesMGreene / chai-deep-match

Extends Chai with an assertion for deeply matching objects (i.e. subset equality checking)
MIT License
6 stars 2 forks source link

Upgrade peer dependency to chai v4 #5

Closed vcarel closed 6 years ago

vcarel commented 7 years ago

When installing chai-deep-match latest, we get:

warning "chai-deep-match@1.0.2" has incorrect peer dependency "chai@>=2.1.2 <4"

However it seems to work fine with chai 4.*

benderTheCrime commented 6 years ago

@JamesMGreene looks like this has been around for a while, I'm getting this warning as well. Can we upgrade the peerDependency here?

JamesMGreene commented 6 years ago

Published with v1.1.0. Thanks!