| Index: pkg/analyzer_cli/pubspec.yaml
|
| diff --git a/pkg/analyzer_cli/pubspec.yaml b/pkg/analyzer_cli/pubspec.yaml
|
| index a19fecbb437418de4f457554fb35a0c21e298a2b..2c0108f8ee7fd530b53804d8073b222eaf3e045b 100644
|
| --- a/pkg/analyzer_cli/pubspec.yaml
|
| +++ b/pkg/analyzer_cli/pubspec.yaml
|
| @@ -16,6 +16,6 @@ dependencies:
|
| protobuf: ^0.5.0
|
| yaml: ^2.1.2
|
| dev_dependencies:
|
| - test_reflective_loader: '>=0.0.3 <0.1.0'
|
| + test_reflective_loader: ^0.1.0
|
| typed_mock: '>=0.0.4 <1.0.0'
|
| - unittest: '>=0.9.0 <0.12.0'
|
| + test: ^0.12.0
|
|
|