From 71203e9a89cc161e3cbff6ea734a459ea11e1a8c Mon Sep 17 00:00:00 2001 From: pq Date: Thu, 5 May 2016 12:15:26 -0700 Subject: [PATCH] Analyzer dep commentary fix. --- packages/flutter_test/pubspec.yaml | 4 +--- packages/flutter_tools/pubspec.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index e6e1b00221..3ee936ca42 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -7,9 +7,7 @@ dependencies: # here we pin it precisely to avoid version skew across our packages. test: 0.12.13+1 - # We don't actually depend on 'analyzer', but 'test' does. We pin the - # version of analyzer we depend on to avoid version skew across our - # packages. + # Pinned in flutter_tools as well. analyzer: 0.27.4-alpha.1 flutter: diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 2f5d456ca6..1bb747271e 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -34,9 +34,7 @@ dependencies: # precisely. test: 0.12.13+1 - # We don't actually depend on 'analyzer', but 'test' does. We pin the - # version of analyzer we depend on to avoid version skew across our - # packages. + # Pinned in flutter_test as well. analyzer: 0.27.4-alpha.1 dev_dependencies: