This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Dependency version of html5lib is incompatible with Polymer #1594
Labels
Comments
In addition to html5lib:
|
rkirov
added a commit
to rkirov/angular.dart
that referenced
this issue
Dec 16, 2014
rkirov
added a commit
to rkirov/angular.dart
that referenced
this issue
Dec 16, 2014
vsavkin
added a commit
to vsavkin/angular.dart
that referenced
this issue
Dec 19, 2014
vsavkin
added a commit
that referenced
this issue
Dec 19, 2014
vsavkin
added a commit
to vsavkin/angular.dart
that referenced
this issue
Dec 19, 2014
vsavkin
added a commit
that referenced
this issue
Dec 19, 2014
should be good now |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: