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

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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index a1cd1dc9d5c749d84491339e0659782b38f2efcf..5bb5292cb4caf8f7d3d1584283877e158a1e9f1d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -11,8 +11,8 @@ dependencies:
analyzer_experimental: ">=0.5.12"
browser: ">=0.4.5"
logging: ">=0.4.5"
- mdv: ">=0.6.9+2"
- observe: ">=0.6.2"
+ mdv: ">=0.6.12"
+ observe: ">=0.6.13"
pathos: ">=0.4.5"
shadow_dom: ">=0.6.9+2"
unittest: ">=0.4.5"
@@ -20,8 +20,10 @@ 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"
+ custom_element: ">=0.6.13"
Siggi Cherem (dart-lang) 2013/07/30 23:32:04 this is not published yet, but I plan to publish a
dev_dependencies:
js: any
benchmark_harness: ">=1.0.2 <1.0.3"
environment:
- sdk: ">=0.6.9+2"
+ sdk: ">=0.6.13"

Powered by Google App Engine
This is Rietveld 408576698