astorije / chai-immutable

Chai assertions for Facebook's Immutable library for JavaScript collections
MIT License
159 stars 16 forks source link

chai-immutable@2.1.0" has incorrect peer dependency "immutable@^3.0.0". #287

Closed pbadenski closed 4 years ago

astorije commented 4 years ago

What version of immutable are you using?

pbadenski commented 4 years ago

Using 4.0.0-rc.12

astorije commented 4 years ago

That makes sense. v4 will be supported when it's out, right now v3 is supported. RC versions have not been tested against chai-immutable, hence this warning.

pbadenski commented 4 years ago

That's fair enough, however immutablejs has been stuck in 4.0.0-rc for 2.5 years now with no clear path of 4.0.0 so far...