`@ngrx/effects` and `@ngrx/component-store` depends on old beta version of `@ngrx/operators`
Closed this issue · 1 comments
emqi commented
Which @ngrx/* package(s) are the source of the bug?
component-store, effects
Minimal reproduction of the bug/regression with instructions
There seems to be a mostly harmless but odd "issue" with @ngrx/effects
and @ngrx/component-store
packages where even the latest v18 releases depends on the old 17.0.0-beta.0
version of @ngrx/operators
. That dependency is also specified via exact version so even though newer versions are available, that old one will be installed and used.
Expected behavior
@ngrx/operators
not to be a -beta
release and to match the base package version 😀
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
@ngrx/component-store: >=17.0.0
@ngrx/effects: >=17.0.0
Other information
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
brandonroberts commented
Thanks @emqi. This has been resolved in the 18.0.1
release