| Index: sky/sdk/pubspec.yaml
|
| diff --git a/sky/sdk/pubspec.yaml b/sky/sdk/pubspec.yaml
|
| index 182564cbfff9bdf42f9fd01c355f7b373f62a47b..5caecb1df7ac0231cb399603192460892ba481a1 100644
|
| --- a/sky/sdk/pubspec.yaml
|
| +++ b/sky/sdk/pubspec.yaml
|
| @@ -1,10 +1,11 @@
|
| author: Chromium Authors <sky-dev@googlegroups.com>
|
| dependencies:
|
| - mojo: '>=0.0.1 <1.0.0'
|
| - mojo_services: '>=0.0.4 <1.0.0'
|
| - mojom: '>=0.0.4 <1.0.0'
|
| - vector_math: '>=1.4.3 <2.0.0'
|
| cassowary: '^0.1.7'
|
| + mojo_services: '^0.0.17'
|
| + mojo: '^0.0.17'
|
| + mojom: '^0.0.17'
|
| + newton: '^0.1.0'
|
| + vector_math: '^1.4.3'
|
| description: Dart files to support executing inside Sky.
|
| homepage: https://github.com/domokit/mojo/tree/master/sky
|
| environment:
|
|
|