Commit 985a7b91 authored by pq's avatar pq

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.)
parent 7de84709
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
# 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
# packages. # packages.
analyzer: 0.27.4-alpha.6 analyzer: 0.27.4-alpha.9
flutter: flutter:
path: ../flutter path: ../flutter
...@@ -35,7 +35,7 @@ dependencies: ...@@ -35,7 +35,7 @@ dependencies:
test: 0.12.13+4 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.9
dev_dependencies: dev_dependencies:
mockito: ^0.11.0 mockito: ^0.11.0
......
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