angular-redux / redux-observable-decorator

Decorators for Redux Observable
MIT License
13 stars 9 forks source link

Latest version updates #19

Closed tcozzens closed 5 years ago

tcozzens commented 6 years ago

When an angular app that is trying to move to 6 uses this and another package called @angular-redux/store there are now peer dependency issues.

@angular-redux/store requires >4.0.0 redux

Where as this version requires >3 and <4..