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

Unified Diff: pkg/analyzer/pubspec.yaml

Issue 376693002: Extract testing utilities into a separate package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/analysis_testing/test/test_all.dart ('k') | pkg/analyzer/test/index/store/codec_test.dart » ('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 7cf251ad027dd413220c783de0b0e0a862e62fb7..95ed86a64dea07b014cc814f1aae49ba441d9dde 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -1,5 +1,5 @@
name: analyzer
-version: 0.19.0
+version: 0.20.0
blois 2014/07/11 17:38:37 I'm curious why the version bump for this? It loo
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org
@@ -9,7 +9,8 @@ dependencies:
args: '>=0.10.0 <0.12.0'
logging: '>=0.9.0 <0.10.0'
path: '>=0.9.0 <2.0.0'
- typed_mock: any
- watcher: any
+ watcher: '>=0.9.0 <0.10.0'
dev_dependencies:
+ analysis_testing: '>=0.1.0 <0.2.0'
+ typed_mock: '>=0.0.4 <0.1.0'
unittest: '>=0.9.0 <0.12.0'
« no previous file with comments | « pkg/analysis_testing/test/test_all.dart ('k') | pkg/analyzer/test/index/store/codec_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698