Index: pkg/polymer/pubspec.yaml |
diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml |
index 10c091f64bd0de174ccea781d3dc5718dc552045..10c1ea5185ae119a9a3be6885789ee42eb945e95 100644 |
--- a/pkg/polymer/pubspec.yaml |
+++ b/pkg/polymer/pubspec.yaml |
@@ -1,5 +1,5 @@ |
name: polymer |
-version: 0.15.2 |
+version: 0.15.3 |
author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
description: > |
Polymer.dart is a new type of library for the web, built on top of Web |
@@ -14,7 +14,6 @@ dependencies: |
code_transformers: '>=0.2.3 <0.3.0' |
html5lib: '>=0.12.0 <0.13.0' |
logging: '>=0.9.2 <0.10.0' |
- observe: '>=0.11.0 <0.13.0' |
path: '>=0.9.0 <2.0.0' |
polymer_expressions: '>=0.12.0 <0.14.0' |
smoke: '>=0.2.0 <0.3.0' |
@@ -23,6 +22,11 @@ dependencies: |
template_binding: '>=0.12.0 <0.15.0' |
web_components: '>=0.10.0 <0.11.0' |
yaml: '>=0.9.0 <3.0.0' |
+ |
+ # Because polymer exports observe, it needs to keep its version constraint |
+ # tight to ensure that a constraint on polymer properly constraints all |
+ # features it provides. |
+ observe: '>=0.12.2 <0.12.3' |
Jennifer Messerly
2014/12/04 23:05:20
Nice solution. Thanks so much for tracking this do
|
dev_dependencies: |
unittest: '>=0.10.0 <0.12.0' |
markdown: '>=0.7.0 <0.8.0' |