| Index: pkg/code_transformers/pubspec.yaml
|
| diff --git a/pkg/code_transformers/pubspec.yaml b/pkg/code_transformers/pubspec.yaml
|
| index 3e16e95654680c680a433dca343c47fda4bf201f..cf6e48ce811680f4020854591423a502cbb6da34 100644
|
| --- a/pkg/code_transformers/pubspec.yaml
|
| +++ b/pkg/code_transformers/pubspec.yaml
|
| @@ -1,13 +1,14 @@
|
| name: code_transformers
|
| -version: 0.1.6
|
| +version: 0.2.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| description: Collection of utilities related to creating barback transformers.
|
| homepage: http://www.dartlang.org
|
| dependencies:
|
| analyzer: ">=0.15.6 <0.22.0"
|
| - barback: ">=0.11.0 <0.15.0"
|
| + barback: ">=0.14.2 <0.15.0"
|
| path: ">=0.9.0 <2.0.0"
|
| source_maps: ">=0.9.0 <0.10.0"
|
| + source_span: ">=1.0.0 <2.0.0"
|
| dev_dependencies:
|
| unittest: ">=0.10.1 <0.11.0"
|
| environment:
|
|
|