| Index: samples/third_party/todomvc/pubspec.yaml
|
| diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc/pubspec.yaml
|
| index 12bc76b4d0990dde8a971735610bf2cfbb1b4b6a..13dcdc87e336e943dabfc05b824cb9bc574aabb5 100644
|
| --- a/samples/third_party/todomvc/pubspec.yaml
|
| +++ b/samples/third_party/todomvc/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: todomvc
|
| description: TodoMVC built with the polymer.dart package
|
| -version: 0.14.0
|
| +version: 0.15.0
|
| dependencies:
|
| - polymer: ">=0.9.1-dev <0.10.0"
|
| + polymer: ">=0.10.0-pre.1.dev <0.11.0"
|
| transformers:
|
| - polymer:
|
| entry_points: web/index.html
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| + unittest: ">=0.10.0 <0.11.0"
|
| environment:
|
| - sdk: ">=0.8.10+6 <2.0.0"
|
| + sdk: ">=1.2.0 <2.0.0"
|
|
|