From cb6eef70e863df0c6d1f547caf2439ec50bccdda Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 10 Dec 2015 16:25:12 -0800 Subject: [PATCH] Upgrade the test package (needed by the latest mojo roll) --- packages/cassowary/pubspec.yaml | 2 +- packages/flutter/pubspec.yaml | 2 +- packages/flutter_test/pubspec.yaml | 2 +- packages/flutter_tools/pubspec.yaml | 2 +- packages/newton/pubspec.yaml | 2 +- packages/playfair/pubspec.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/cassowary/pubspec.yaml b/packages/cassowary/pubspec.yaml index 62eabdca350..69a3784c79a 100644 --- a/packages/cassowary/pubspec.yaml +++ b/packages/cassowary/pubspec.yaml @@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/cassowary environment: sdk: '>=1.0.0 <2.0.0' dev_dependencies: - test: 0.12.6 + test: 0.12.6+1 test_runner: '<=0.2.16' dart_coveralls: '<=0.3.0' diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 96f416c2634..6b3c50a7232 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: vector_math: '>=1.4.3 <2.0.0' # To pin the transitive dependency through mojo_sdk. - test: 0.12.6 + test: 0.12.6+1 cassowary: path: ../cassowary diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index a3069c1e454..1db1803802a 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_test dependencies: - test: 0.12.6 + test: 0.12.6+1 quiver: ^0.21.4 flutter: path: ../flutter diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index a89f44f7517..f9ceeea9c7a 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: mustache4dart: ^1.0.0 path: ^1.3.0 stack_trace: ^1.4.0 - test: 0.12.6 + test: 0.12.6+1 yaml: ^2.1.3 flx: diff --git a/packages/newton/pubspec.yaml b/packages/newton/pubspec.yaml index aa8b40e3a8d..09f496e2014 100644 --- a/packages/newton/pubspec.yaml +++ b/packages/newton/pubspec.yaml @@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton environment: sdk: '>=1.0.0 <2.0.0' dev_dependencies: - test: 0.12.6 + test: 0.12.6+1 test_runner: '<=0.2.16' dart_coveralls: '<=0.3.0' diff --git a/packages/playfair/pubspec.yaml b/packages/playfair/pubspec.yaml index e1b927cec77..4dc52247a93 100644 --- a/packages/playfair/pubspec.yaml +++ b/packages/playfair/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: path: ../flutter dev_dependencies: - test: 0.12.6 + test: 0.12.6+1 environment: sdk: '>=1.12.0 <2.0.0'