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

Unified Diff: packages/csslib/pubspec.yaml

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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 | « packages/csslib/lib/src/tree.dart ('k') | packages/csslib/test/compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/csslib/pubspec.yaml
diff --git a/packages/csslib/pubspec.yaml b/packages/csslib/pubspec.yaml
index 2111ec92e3563669858d845a25f099d30e4b1af3..36608337f4dd7bd75f5bd3b4b16dcd2a760f2d05 100644
--- a/packages/csslib/pubspec.yaml
+++ b/packages/csslib/pubspec.yaml
@@ -1,15 +1,15 @@
name: csslib
-version: 0.14.0
+version: 0.14.1
author: Dart Team <misc@dartlang.org>
description: A library for parsing CSS.
homepage: https://github.com/dart-lang/csslib
environment:
- sdk: '>=1.1.0 <2.0.0'
+ sdk: '>=1.21.0 <2.0.0'
dependencies:
- args: '>=0.9.0 <0.14.0'
+ args: '>=0.12.1 <2.0.0'
logging: '>=0.9.0 <0.12.0'
path: '>=0.9.0 <2.0.0'
- source_span: '>=1.0.0 <2.0.0'
+ source_span: '>=1.4.0 <2.0.0'
dev_dependencies:
browser: '>=0.9.0 <0.11.0'
test: '>=0.12.0 <0.13.0'
« no previous file with comments | « packages/csslib/lib/src/tree.dart ('k') | packages/csslib/test/compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698