| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 606e414010543bcc3eb1a138691c8cff8c8f42b0..340416acbed07a2cbbe64928e5c997a6033149f7 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: observe
|
| -version: 0.13.4
|
| +version: 0.13.5
|
| author: Polymer.dart Authors <web-ui-dev@dartlang.org>
|
| description: >
|
| Observable properties and objects for use in template_binding.
|
| @@ -9,16 +9,16 @@ description: >
|
| user input into the DOM is immediately assigned to the model.
|
| homepage: https://www.dartlang.org/polymer-dart/
|
| dependencies:
|
| - analyzer: '^0.27.0'
|
| + analyzer: ^0.27.0
|
| barback: '>=0.14.2 <0.16.0'
|
| - func: '>=0.1.0 <0.2.0'
|
| + func: ^0.1.0
|
| logging: '>=0.9.0 <0.12.0'
|
| path: '>=0.9.0 <2.0.0'
|
| smoke: '>=0.1.0 <0.4.0'
|
| source_maps: '>=0.9.4 <0.11.0'
|
| - source_span: '>=1.0.0 <2.0.0'
|
| - utf: '>=0.9.0 <0.10.0'
|
| - code_transformers: '>=0.3.0 <0.5.0'
|
| + source_span: ^1.0.0
|
| + utf: ^0.9.0
|
| + code_transformers: ^0.4.2
|
| dev_dependencies:
|
| benchmark_harness: '>=1.0.0 <2.0.0'
|
| browser: any
|
| @@ -26,7 +26,7 @@ dev_dependencies:
|
| test: '^0.12.0'
|
| stack_trace: '>=0.9.1 <2.0.0'
|
| environment:
|
| - sdk: '>=1.8.0 <2.0.0'
|
| + sdk: ^1.9.0
|
| transformers:
|
| - observe:
|
| files:
|
|
|