Publish latest version
sugarshin opened this issue · 7 comments
sugarshin commented
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 .
ayrton commented
Related PR #166
I think you now have to specify react-addons-test-utils
as a dev dependency
ljharb commented
Yes, this is intended, since it's a requirement of enzyme's.
ljharb commented
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.
sugarshin commented
I mean master branch and latest version published to npm are different.
ljharb commented
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.
ayrton commented
Released 0.7.1 just now