enzymejs / chai-enzyme

Chai.js assertions and convenience functions for testing React Components with enzyme
MIT License
787 stars 72 forks source link

relax cheerio peerDeps #195

Closed modosc closed 7 years ago

modosc commented 7 years ago

yarn started warning me about this recently:

error "chai-enzyme#cheerio@0.19.x || 0.20.x || 0.22.x || 1.0.0-rc.1" doesn't satisfy found match of "cheerio@1.0.0-rc.2"
ljharb commented 7 years ago

Note that enzyme itself requires 0.22.x, so having chai-enzyme allow anything different seems odd.

modosc commented 7 years ago

Note that enzyme itself requires 0.22.x, so having chai-enzyme allow anything different seems odd.

agreed, i just locked cheerio@^0.22.x and no more problems.