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

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
« no previous file with comments | « lib/testing/content_shell_test.dart ('k') | test/data/unit/event_path_test.html » ('j') | 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..aae652d800cb88b0f7464137a2c66d609053124f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,21 +7,23 @@ description: >
browsers.
version: 0.5.1
dependencies:
- args: ">=0.4.5"
analyzer_experimental: ">=0.5.12"
+ args: ">=0.4.5"
browser: ">=0.4.5"
+ custom_element: ">=0.6.13"
+ html_import: ">=0.6.12"
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"
+ source_maps: ">=0.4.5"
unittest: ">=0.4.5"
# Pin these github packages so we don't get breaks from publishing them:
csslib: ">=0.4.7 <0.4.8"
html5lib: ">=0.4.3 <0.4.4"
- source_maps: ">=0.4.5"
dev_dependencies:
js: any
benchmark_harness: ">=1.0.2 <1.0.3"
environment:
- sdk: ">=0.6.9+2"
+ sdk: ">=0.6.13"
« no previous file with comments | « lib/testing/content_shell_test.dart ('k') | test/data/unit/event_path_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698