ngrx / core

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

Upgrade RxJs dependency version #23

Open Kokogino opened 6 years ago

Kokogino commented 6 years ago

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?

queueseven commented 5 years ago

Any update on this? Where already at Angular 7.

philip-firstorder commented 5 years ago

Please fix this, anyone?

zr87 commented 5 years ago

Same here. Does it break with ng7 ? Thinking on force upgrade to ng7...

Mojo1 commented 5 years ago

could you update the dependency?

drackp2m commented 5 years ago

The problem are that ngrx/core use Angular ^2.*.*, and this need rxjs@5.0.0-beta.12.

😔

bbortt commented 5 years ago

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.

IStranger commented 4 years ago

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.