Skip to content
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

location: ^6.0.0 is incompatible with latest firebase_core: ^2.27.2 #940

Closed
joe-wd opened this issue Mar 31, 2024 · 2 comments
Closed

location: ^6.0.0 is incompatible with latest firebase_core: ^2.27.2 #940

joe-wd opened this issue Mar 31, 2024 · 2 comments

Comments

@joe-wd
Copy link
Contributor

joe-wd commented Mar 31, 2024

Is your feature request related to a problem? Please describe.
location: ^6.0.0 is incompatible with latest firebase_core: ^2.27.2

dependencies:
  firebase_core: ^2.27.2
  location: ^6.0.0
Because firebase_core >=2.27.2 depends on firebase_core_web ^2.13.0 which depends on js ^0.6.3, firebase_core >=2.27.2 requires js ^0.6.3.
And because location >=6.0.0 depends on location_web ^5.0.0 which depends on js ^0.7.1, firebase_core >=2.27.2 is incompatible with location >=6.0.0.

Describe the solution you'd like
Consider downgrading location_web dependency on js ^0.7.1 to js ^0.6.3

Describe workarounds you've considered

Additional context

@bartekpacia
Copy link
Collaborator

I'm sorry about that. Feel free to make a PR.

@joe-wd
Copy link
Contributor Author

joe-wd commented Apr 1, 2024

@bartekpacia Done. #942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants