From 415324f2f0c369c03d691b07ee5668259b75df77 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 19 Jun 2016 08:10:03 -0700 Subject: [PATCH] bump our dep on the test package (#4625) * bump out dep on the test package * add other pubspecs --- packages/flutter_driver/pubspec.yaml | 2 +- packages/flutter_test/pubspec.yaml | 2 +- packages/flutter_tools/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/flutter_driver/pubspec.yaml b/packages/flutter_driver/pubspec.yaml index 1c8207404f..b73c98d9e2 100644 --- a/packages/flutter_driver/pubspec.yaml +++ b/packages/flutter_driver/pubspec.yaml @@ -20,6 +20,6 @@ dependencies: path: '../flutter_test' dev_dependencies: - test: 0.12.13+4 + test: 0.12.13+5 mockito: '^0.11.0' quiver: '^0.21.4' diff --git a/packages/flutter_test/pubspec.yaml b/packages/flutter_test/pubspec.yaml index 07cce8ca2d..7d6e830275 100644 --- a/packages/flutter_test/pubspec.yaml +++ b/packages/flutter_test/pubspec.yaml @@ -5,7 +5,7 @@ dependencies: # The flutter tools depend on very specific internal implementation # details of the 'test' package, which change between versions, so # here we pin it precisely to avoid version skew across our packages. - test: 0.12.13+4 + test: 0.12.13+5 # We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do. # We pin the version of analyzer we depend on to avoid version skew across our diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 23cd730009..fd2fd2a185 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: # We depend on very specific internal implementation details of the # 'test' package, which change between versions, so here we pin it # precisely. - test: 0.12.13+4 + test: 0.12.13+5 # Pinned in flutter_test as well. analyzer: 0.27.4-alpha.9