enzymejs/chai-enzyme

Publish latest version

sugarshin opened this issue · 7 comments

HI,

Available this warning when npm installation.

warning "chai-enzyme@0.7.0" has unmet peer dependency "react-addons-test-utils@^0.14.0 || ^15.0.0-0".

Please latest version publish to npm .

Related PR #166

I think you now have to specify react-addons-test-utils as a dev dependency

Yes, this is intended, since it's a requirement of enzyme's.

@ljharb do we have to revert #166 or is everything all good right now?

I don't see why; the only way someone could run into this is if they were not explicitly depending on things enzyme requires. This is a bug fix.

I mean master branch and latest version published to npm are different.

v0.7.0 was released 2 days ago; 3081e30 is the only commit not yet released.

Another publish of v0.7.1 would be fine, sure.

Released 0.7.1 just now