Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: pubspec.yaml

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/polymer.dart ('K') | « lib/polymer.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index a1cd1dc9d5c749d84491339e0659782b38f2efcf..45b41074fe2ac0bc1b942a678e6d1211e4567b45 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -12,7 +12,7 @@ dependencies:
browser: ">=0.4.5"
logging: ">=0.4.5"
mdv: ">=0.6.9+2"
- observe: ">=0.6.2"
+ observe: ">=0.6.12"
pathos: ">=0.4.5"
shadow_dom: ">=0.6.9+2"
unittest: ">=0.4.5"
@@ -20,8 +20,9 @@ dependencies:
csslib: ">=0.4.7 <0.4.8"
html5lib: ">=0.4.3 <0.4.4"
source_maps: ">=0.4.5"
+ html_import: ">=0.6.12"
dev_dependencies:
js: any
benchmark_harness: ">=1.0.2 <1.0.3"
environment:
- sdk: ">=0.6.9+2"
+ sdk: ">=0.6.12"
« lib/polymer.dart ('K') | « lib/polymer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698