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

Unified Diff: pubspec.yaml

Issue 11416379: Fixes for the upcoming sdk changes (bleeding_edge 16052) (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 8 years 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/web_ui.dart ('k') | test/data/input/mix_iterate_if_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 c068ed55fbab3627042b506ebb6e93d6e7d4b224..5e2a749924ca70411ca6527470590b1c2f3afd0a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,11 +2,11 @@ name: web_ui
author: "Web UI Authors <web-ui@dartlang.org>"
homepage: https://github.com/dart-lang/web-ui
description: An easy way to build web apps in Dart.
-version: 0.2.9
+version: 0.2.10
dependencies:
args: any
# Pin html5lib so we don't get unexpected API breaks.
- html5lib: ">=0.2.1+1 <0.2.2"
+ html5lib: ">=0.2.2 <0.2.3"
js: any
logging: any
unittest: any
« no previous file with comments | « lib/web_ui.dart ('k') | test/data/input/mix_iterate_if_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698