Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Unable to update packages due to version conflict #433

Closed
pennzht opened this issue Feb 16, 2021 · 1 comment
Closed

Unable to update packages due to version conflict #433

pennzht opened this issue Feb 16, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@pennzht
Copy link
Member

pennzht commented Feb 16, 2021

PR #426 is updating the versions of Gallery's upstream packages to prepare for null-safe migration.

A version conflict between web_benchmarks and google_fonts arose:

Because every version of web_benchmarks depends on shelf >=0.7.5 <1.0.0 which depends on http_parser ^3.1.0, every version of web_benchmarks requires http_parser ^3.1.0.
And because google_fonts >=2.0.0-nullsafety.0 depends on http ^0.13.0 which depends on http_parser ^4.0.0, web_benchmarks is incompatible with google_fonts >=2.0.0-nullsafety.0.
So, because gallery depends on both google_fonts >=2.0.0-nullsafety.0 and web_benchmarks ^0.0.3, version solving failed.

See #426 for more details.

@pennzht
Copy link
Member Author

pennzht commented Feb 18, 2021

Resolved by web_benchmarks 0.0.4

@pennzht pennzht closed this as completed Feb 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant