core
core copied to clipboard
Upgrade RxJs dependency version
The current version of ngrx/core (1.2.0) has a dependency to rxjs version "^5.0.0-beta.11" and a peer dependency to "^5.0.0-beta.12". Those a very deprecated versions (current latest version is 6.2.1) and cause my build to fail. Can you please update them?
Any update on this? Where already at Angular 7.
Please fix this, anyone?
Same here. Does it break with ng7 ? Thinking on force upgrade to ng7...
could you update the dependency?
I've been looking for a solution for this as well.. And just in case you're using @ngrx/core
alongside.. I'd like to quote the docs at this point:
@ngrx/core is no longer needed and conflicts with @ngrx/store. Remove the dependency from your project.
I've been looking for a solution for this as well.. And just in case you're using
@ngrx/core
alongside.. I'd like to quote the docs at this point:@ngrx/core is no longer needed and conflicts with @ngrx/store. Remove the dependency from your project.
Thanks, works fine! I've removed it from package.json
without any additional changes.