| Index: pkg/analyzer/pubspec.yaml
|
| diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
|
| index 60750efbb9a5f5a98438a5712704315d99a6c824..09172690cbb3e445dbb43e65690e3888c812efd5 100644
|
| --- a/pkg/analyzer/pubspec.yaml
|
| +++ b/pkg/analyzer/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: analyzer
|
| -version: 0.25.1-alpha.2
|
| +version: 0.25.1-alpha.3
|
| author: Dart Team <misc@dartlang.org>
|
| description: Static analyzer for Dart.
|
| homepage: http://www.dartlang.org
|
| @@ -10,7 +10,7 @@ dependencies:
|
| html: ^0.12.0
|
| path: '>=0.9.0 <2.0.0'
|
| plugin: ^0.1.0
|
| - watcher: ^0.9.0
|
| + watcher: '>=0.9.6 <0.10.0'
|
| yaml: ^2.1.2
|
| dev_dependencies:
|
| typed_mock: '>=0.0.4 <1.0.0'
|
|
|