| Index: pkg/analyzer/pubspec.yaml
|
| diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
|
| index 417a40fd286c743e139bd179f4fd3067af52de7d..7cf251ad027dd413220c783de0b0e0a862e62fb7 100644
|
| --- a/pkg/analyzer/pubspec.yaml
|
| +++ b/pkg/analyzer/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: analyzer
|
| -version: 0.18.0
|
| +version: 0.19.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: Static analyzer for Dart.
|
| homepage: http://www.dartlang.org
|
| @@ -10,5 +10,6 @@ dependencies:
|
| logging: '>=0.9.0 <0.10.0'
|
| path: '>=0.9.0 <2.0.0'
|
| typed_mock: any
|
| + watcher: any
|
| dev_dependencies:
|
| unittest: '>=0.9.0 <0.12.0'
|
|
|