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

Unified Diff: pkg/analyzer/pubspec.yaml

Issue 59763006: add versions and constraints for packages and samples (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update a few more constraints Created 7 years, 1 month 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 | pkg/args/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/pubspec.yaml
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index ae88fb2c2536a6435da6a2df3a7b9d3abe28a882..4bbbece3601e93cb7b18389f64af0649db336de2 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,11 +1,13 @@
name: analyzer
-version: 0.10.0
+version: 0.10.1
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org
dependencies:
- args: ">=0.8.9 <1.0.0"
- logging: ">=0.8.9 <1.0.0"
- path: ">=0.8.9 <1.0.0"
+ args: ">=0.9.0 <0.10.0"
+ logging: ">=0.9.0 <0.10.0"
+ path: ">=0.9.0 <0.10.0"
dev_dependencies:
- unittest: ">=0.8.9 <1.0.0"
+ unittest: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « no previous file | pkg/args/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698