| Index: pkg/yaml/pubspec.yaml
|
| diff --git a/pkg/yaml/pubspec.yaml b/pkg/yaml/pubspec.yaml
|
| index c160482fc32b46487e2f6224fbcd5389d44c827b..470bc2fcfb63e11f639ab5904f186cef813ef0dd 100644
|
| --- a/pkg/yaml/pubspec.yaml
|
| +++ b/pkg/yaml/pubspec.yaml
|
| @@ -1,13 +1,13 @@
|
| name: yaml
|
| -version: 1.1.1
|
| +version: 2.0.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: A parser for YAML.
|
| dependencies:
|
| collection: ">=0.9.2 <0.10.0"
|
| path: ">=1.2.0 <2.0.0"
|
| - string_scanner: ">=0.0.2 <0.1.0"
|
| - source_maps: ">=0.9.2 <0.10.0"
|
| + string_scanner: ">=0.1.0 <0.2.0"
|
| + source_span: ">=1.0.0 <2.0.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.12.0"
|
| environment:
|
|
|