From 6cd88affcb0b90f28aa03d1bbaa9891bd9decb8a Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 10 Jul 2015 09:25:49 -0700 Subject: [PATCH] Add package:newton as a dependency of package:sky Also, update the dependency versions for other packages to be more realistic. R=chinmaygarde@google.com Review URL: https://codereview.chromium.org/1233663002 . --- sdk/pubspec.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sdk/pubspec.yaml b/sdk/pubspec.yaml index 182564cbfff..5caecb1df7a 100644 --- a/sdk/pubspec.yaml +++ b/sdk/pubspec.yaml @@ -1,10 +1,11 @@ author: Chromium Authors 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: