Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Dependency version of html5lib is incompatible with Polymer #1594

Closed
stevenroose opened this issue Nov 12, 2014 · 2 comments
Closed

Dependency version of html5lib is incompatible with Polymer #1594

stevenroose opened this issue Nov 12, 2014 · 2 comments
Labels

Comments

@stevenroose
Copy link

Look here
https://github.com/dart-lang/polymer-dart/blob/master/pubspec.yaml
and here
https://github.com/angular/angular.dart/blob/master/pubspec.yaml

When depending on both Angular and Polymer, makes pub get two random old versions that happen to have matching browser dependency.
There should be a way to resolve this dependency issues. What's wrong with using html5lib: any?
Or alternatively monitor all dependencies for new versions and test the library against the new version and then update.

@stevenroose stevenroose changed the title Please upgrade the web_components dependency version Please upgrade the browser dependency version Nov 12, 2014
@stevenroose stevenroose changed the title Please upgrade the browser dependency version Dependency version of html5lib is incompatible with Polymer Nov 12, 2014
@stevenroose
Copy link
Author

In addition to html5lib:

Incompatible version constraints on args:
- angular 1.0.0 depends on version >=0.10.0 <0.11.0
- polymer 0.14.3 depends on version >=0.11.0 <0.13.0

@rkirov
Copy link
Contributor

rkirov commented Jan 27, 2015

should be good now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants