| Index: pkg/analyzer_plugin/pubspec.yaml
|
| diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml
|
| index 2179156c88d386f477f10bfbfe7915483f5b63e9..02b20bbec43661603f798913f33a57cba40e08f5 100644
|
| --- a/pkg/analyzer_plugin/pubspec.yaml
|
| +++ b/pkg/analyzer_plugin/pubspec.yaml
|
| @@ -2,16 +2,17 @@ name: analyzer_plugin
|
| description: A framework for building plugins for the analysis server.
|
| version: 0.0.1-alpha.0
|
| author: Dart Team <misc@dartlang.org>
|
| +homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
| environment:
|
| - sdk: '>=1.0.0 <2.0.0'
|
| + sdk: '>=1.8.0 <2.0.0'
|
|
|
| dependencies:
|
| - analyzer: ^0.31.0-alpha.1
|
| - charcode: ^1.1.0
|
| - html: any
|
| - path: any
|
| - pub_semver: any
|
| + analyzer: '^0.31.0-alpha.1'
|
| + charcode: '^1.1.0'
|
| + html: '^0.13.1'
|
| + path: '^1.4.1'
|
| + pub_semver: '^1.3.2'
|
|
|
| dev_dependencies:
|
| test_reflective_loader: ^0.1.0
|
|
|