Update test package (#4198)

This commit is contained in:
Adam Barth 2016-05-25 17:45:23 -07:00
parent 5aa9a7fc53
commit c69cff9428
3 changed files with 3 additions and 3 deletions

View file

@ -20,6 +20,6 @@ dependencies:
path: '../flutter_test' path: '../flutter_test'
dev_dependencies: dev_dependencies:
test: 0.12.13+1 test: 0.12.13+4
mockito: '^0.11.0' mockito: '^0.11.0'
quiver: '^0.21.4' quiver: '^0.21.4'

View file

@ -5,7 +5,7 @@ dependencies:
# The flutter tools depend on very specific internal implementation # The flutter tools depend on very specific internal implementation
# details of the 'test' package, which change between versions, so # details of the 'test' package, which change between versions, so
# here we pin it precisely to avoid version skew across our packages. # here we pin it precisely to avoid version skew across our packages.
test: 0.12.13+1 test: 0.12.13+4
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do. # 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 # We pin the version of analyzer we depend on to avoid version skew across our

View file

@ -32,7 +32,7 @@ dependencies:
# We depend on very specific internal implementation details of the # We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it # 'test' package, which change between versions, so here we pin it
# precisely. # precisely.
test: 0.12.13+1 test: 0.12.13+4
# Pinned in flutter_test as well. # Pinned in flutter_test as well.
analyzer: 0.27.4-alpha.6 analyzer: 0.27.4-alpha.6