mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Analyzer dep commentary fix.
This commit is contained in:
parent
a59a713f75
commit
71203e9a89
@ -7,9 +7,7 @@ dependencies:
|
|||||||
# 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+1
|
||||||
|
|
||||||
# We don't actually depend on 'analyzer', but 'test' does. We pin the
|
# Pinned in flutter_tools as well.
|
||||||
# version of analyzer we depend on to avoid version skew across our
|
|
||||||
# packages.
|
|
||||||
analyzer: 0.27.4-alpha.1
|
analyzer: 0.27.4-alpha.1
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
|
@ -34,9 +34,7 @@ dependencies:
|
|||||||
# precisely.
|
# precisely.
|
||||||
test: 0.12.13+1
|
test: 0.12.13+1
|
||||||
|
|
||||||
# We don't actually depend on 'analyzer', but 'test' does. We pin the
|
# Pinned in flutter_test as well.
|
||||||
# version of analyzer we depend on to avoid version skew across our
|
|
||||||
# packages.
|
|
||||||
analyzer: 0.27.4-alpha.1
|
analyzer: 0.27.4-alpha.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user