Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 606e414010543bcc3eb1a138691c8cff8c8f42b0..f7b8579324614e995f3be63d01452e6013ad757c 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.8.0 |
|
jakemac
2016/03/25 17:44:13
Does this sdk support the ^ syntax? I think it mig
Jennifer Messerly
2016/03/25 18:23:23
I hope so since it was already used (see Analyzer
Jennifer Messerly
2016/03/25 18:31:28
oh, it seems maybe Pub just never allows it in SDK
|
| transformers: |
| - observe: |
| files: |