Unnecessary strict dependency?
JonathanStoye opened this issue · 4 comments
JonathanStoye commented
Is it necessary to strictly bind to eslint version 3.19.0
? Would be nice to get rid of that in favour of a more generic version as suggested in the npm docs. This way the following warning could be prevented:
npm WARN eslint-plugin-redux-saga@0.4.0 requires a peer of eslint@^3.19.0 but none was installed.
eslint-plugin-redux-saga/package.json
Line 33 in 41c49c3
piuccio commented
The latest package.json requires 4.1.0
but it's never been published to npm. Would be great at least to have a new release
pke commented
My bad. Will publish the version. You can create a pr for the peer dependency
dstarosta commented
When is this change going to be released?
pke commented
Released as 0.5.0 now. Thanks @JonathanStoye for #30