Commit 415324f2 authored by Devon Carew's avatar Devon Carew Committed by GitHub

bump our dep on the test package (#4625)

* bump out dep on the test package

* add other pubspecs
parent ba4f1e02
......@@ -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'
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment