| Index: pkg/front_end/pubspec.yaml
|
| diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml
|
| index 60710465cf24d18559372c7f442ffca02b760fb3..4fbfca15afa63f1d015da2c05dd7079b18654479 100644
|
| --- a/pkg/front_end/pubspec.yaml
|
| +++ b/pkg/front_end/pubspec.yaml
|
| @@ -1,13 +1,13 @@
|
| name: front_end
|
| -version: 0.1.0-alpha.2
|
| +version: 0.1.0-alpha.4
|
| author: Dart Team <misc@dartlang.org>
|
| description: Front end for compilation of Dart code.
|
| homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
|
| environment:
|
| sdk: '>=1.12.0 <2.0.0'
|
| dependencies:
|
| - analyzer: 0.30.0-alpha.3
|
| - kernel: ^0.2.0
|
| + analyzer: ^0.30.0
|
| + kernel: 0.3.0-dev.1
|
| path: '^1.3.9'
|
| source_span: '^1.2.3'
|
| dev_dependencies:
|
|
|