ngrx / core

Core functionality for the ngrx platform
MIT License
72 stars 25 forks source link

rxjs peer dependency warning with rc.7 #7

Closed kylecordes closed 7 years ago

kylecordes commented 8 years ago

The shiny new A2 rc.7 uses rxjs beta 12. The ngrx/core dependency "rxjs": "5.0.0-beta.11" produces an NPM warning.

An application here using rc.7 with current ngrx/store and /core appears to work fine, so this may need only the addition of a ^ in the package.json. But I did not run any test suites etc. to see if that is the case... hence this issue instead of a PR.

brandonroberts commented 7 years ago

Issue has been resolved