We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I need both @angular/fire@^7.1.0-rc4 and rxjs@^7.x in my Angular 12 project. yarn upgrade tells me:
yarn upgrade
warning " > @angular/[email protected]" has incorrect peer dependency "rxjs@~6.6.0"
Would it be possible to add @angular/fire peer dep on rxjs@^7.x as an alternative to rxjs@~6.6.0?
The text was updated successfully, but these errors were encountered:
This issue does not seem to follow the issue template. Make sure you provide all the required information.
Sorry, something went wrong.
We can probably safely mark ~6.6.0 || ^7.0.0 at this point. Let me investigate and insure compat/ is compatible.
~6.6.0 || ^7.0.0
chore(deps): More tests & mark rxjs 7 peer (#2998)
c0df294
* Mark rxjs 7 peer * Flush out the matrix tests * Add canary tests Fixes #2980
Successfully merging a pull request may close this issue.
I need both @angular/fire@^7.1.0-rc4 and rxjs@^7.x in my Angular 12 project.
yarn upgrade
tells me:warning " > @angular/[email protected]" has incorrect peer dependency "rxjs@~6.6.0"
Would it be possible to add @angular/fire peer dep on rxjs@^7.x as an alternative to rxjs@~6.6.0?
The text was updated successfully, but these errors were encountered: