mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update analyzer dep to 0.27.4-alpha.9
Update analyzer dep to 0.27.4-alpha.9 to enjoy analyzer perf improvements (https://codereview.chromium.org/2011183004/) (and keep in sync with the SDK). (This is a revisit to https://github.com/flutter/flutter/pull/4253.)
This commit is contained in:
parent
7de84709cf
commit
985a7b91cf
@ -10,7 +10,7 @@ dependencies:
|
||||
# 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
|
||||
# packages.
|
||||
analyzer: 0.27.4-alpha.6
|
||||
analyzer: 0.27.4-alpha.9
|
||||
|
||||
flutter:
|
||||
path: ../flutter
|
||||
|
@ -35,7 +35,7 @@ dependencies:
|
||||
test: 0.12.13+4
|
||||
|
||||
# Pinned in flutter_test as well.
|
||||
analyzer: 0.27.4-alpha.6
|
||||
analyzer: 0.27.4-alpha.9
|
||||
|
||||
dev_dependencies:
|
||||
mockito: ^0.11.0
|
||||
|
Loading…
Reference in New Issue
Block a user