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

Unified Diff: pubspec.yaml

Issue 12741003: Use latest html5lib and csslib (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 9 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 | « no previous file | 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 e486bd36da9239aea35e1d2417a41e01b7a3c19e..e89fa325742f7ede3b1b352170e3b204f4cfa606 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,17 +2,17 @@ name: web_ui
author: "Web UI Authors <web-ui-dev@dartlang.org>"
homepage: https://github.com/dart-lang/web-ui
description: An easy way to build web apps in Dart.
-version: 0.4.1+4
+version: 0.4.1+5
dependencies:
args: ">=0.3.5+1"
analyzer_experimental: ">=0.3.7+6"
browser: ">=0.3.5+1"
# Pin html5lib so we don't get unexpected API breaks.
- html5lib: ">=0.3.3 <0.3.4"
+ html5lib: ">=0.4.0 <0.4.1"
csslib: ">=0.4.0 <0.4.1"
logging: ">=0.3.5+1"
unittest: ">=0.3.5+1"
- source_maps: ">=0.3.2 <0.3.3"
+ source_maps: ">=0.4.0 <0.4.1"
# The following are dev dependencies only, they are not needed by users
# of the web_ui package.
js: any
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698