core icon indicating copy to clipboard operation
core copied to clipboard

Upgrade RxJs dependency version

Open Kokogino opened this issue 6 years ago • 7 comments

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?

Kokogino avatar Jul 10 '18 08:07 Kokogino

Any update on this? Where already at Angular 7.

queueseven avatar Nov 16 '18 13:11 queueseven

Please fix this, anyone?

philip-firstorder avatar Nov 17 '18 20:11 philip-firstorder

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

zr87 avatar Jan 16 '19 14:01 zr87

could you update the dependency?

Mojo1 avatar Mar 20 '19 08:03 Mojo1

The problem are that ngrx/core use Angular ^2.*.*, and this need [email protected].

😔

drackp2m avatar Mar 22 '19 14:03 drackp2m

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.

bbortt avatar May 22 '19 10:05 bbortt

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.

IStranger avatar Apr 05 '20 09:04 IStranger