-
Notifications
You must be signed in to change notification settings - Fork 34
Changed @ngrx/store peer dependency version to >=4.0.0. #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Makes sense, thanks! |
I’m getting merge conflicts, can you update? Thanks! |
Ngrx 7 should be right around the corner now. Have you had time to look at this? |
Friendly ping @btroncone |
Another friendly ping @btroncone, it's been working fine for me on 11.1.1! |
Any idea when this change is likely to be merged in and published? |
Also looking for this to get merged if possible. |
Temporary workaround, add this to package.json: "overrides": {
"ngrx-store-logger": {
"@ngrx/store": ">=4.0.0"
}
} |
any chance of merging this? |
Is this change going to be merged anytime soon? |
Could you please merge this? @btroncone |
We've been updating our fork if you want to use that https://github.com/zeropsio/ngrx-store-logger |
Since ngrx-store-logger uses so little of the NgRx API, I think it's best to allow arbitrary future versions.