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

Unified Diff: pkg/analyzer/pubspec.yaml

Issue 110873002: Make pkg/path 1.0.0 and upgrade dependencies appropriately. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 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 | « no previous file | pkg/barback/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 d6cbc408fa07b66c86847d4e71d592850fd3b3b5..c7ec95323c85c7424b5658f967cac82f3e32965e 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,12 +1,12 @@
name: analyzer
-version: 0.10.4
+version: 0.10.5
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org
dependencies:
args: ">=0.9.0 <0.10.0"
logging: ">=0.9.0 <0.10.0"
- path: ">=0.9.0 <0.10.0"
+ path: ">=0.9.0 <2.0.0"
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
« no previous file with comments | « no previous file | pkg/barback/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698