-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: add support for RxJS 7.x #3109
Conversation
Preview docs changes for f8cb134 at https://previews.ngrx.io/pr3109-f8cb1340/ |
Up :) We waiting :) |
4d38412
to
aa40743
Compare
aa40743
to
52ae90e
Compare
ef830e7
to
c3e8d0e
Compare
package.json
Outdated
@@ -222,7 +222,8 @@ | |||
"listr": "^0.14.2", | |||
"listr-update-renderer": "^0.5.0", | |||
"listr-verbose-renderer": "^0.5.0", | |||
"lodash": "^4.17.11" | |||
"lodash": "^4.17.11", | |||
"jasmine-marbles": "0.9.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The jasmine-marbles
dependency is added twice 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a resolution override because Nx is pinned on jasmine-marbles
0.8.3
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #3059
What is the new behavior?
Supports RxJS 6/7 as a peer dependency
Does this PR introduce a breaking change?
Other information