| Index: pkg/analyzer/pubspec.yaml
|
| diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
|
| index 95ed86a64dea07b014cc814f1aae49ba441d9dde..eabd3888db195c6a418c716cb97c917934127168 100644
|
| --- a/pkg/analyzer/pubspec.yaml
|
| +++ b/pkg/analyzer/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: analyzer
|
| -version: 0.20.0
|
| +version: 0.21.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: Static analyzer for Dart.
|
| homepage: http://www.dartlang.org
|
| @@ -11,6 +11,5 @@ dependencies:
|
| path: '>=0.9.0 <2.0.0'
|
| 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'
|
| + typed_mock: '>=0.0.4 <1.0.0'
|
| unittest: '>=0.9.0 <0.12.0'
|
|
|