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

Unified Diff: pkg/analyzer/pubspec.yaml

Issue 1180943003: Version constraint cleanup. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: args constraint fix Created 5 years, 6 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: pkg/analyzer/pubspec.yaml
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index a6964660de5978865c842d1bf5869538293918ea..0188137ccf3d6bec9a694caea3e79ebe925b3747 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -4,12 +4,12 @@ author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org
environment:
- sdk: '>=0.8.10+6 <2.0.0'
+ sdk: '>=1.8.0 <2.0.0'
dependencies:
- args: <0.14.0
+ args: '>=0.12.1 <0.14.0'
path: '>=0.9.0 <2.0.0'
- plugin: <0.2.0
- watcher: '>=0.9.0 <0.10.0'
+ plugin: ^0.1.0
+ watcher: ^0.9.0
yaml: ^2.1.2
dev_dependencies:
typed_mock: '>=0.0.4 <1.0.0'
« 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