From 8889c3865c626fbac0771ab37c81173112d106c4 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 2 Jun 2020 15:15:56 -0700 Subject: [PATCH] Pin the analyzer version as a temporary workaround for https://github.com/dart-lang/sdk/issues/42163 A recent change to the analyzer package introduced an API incompatibility with the build_resolvers package. The analyzer package needs to be pinned to an older version until this is resolved. --- lib/web_ui/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index a800bccff4457..9b52fdde9d384 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -8,6 +8,8 @@ dependencies: meta: 1.1.8 dev_dependencies: + # Pin the analyzer version as a temporary workaround for https://github.com/dart-lang/sdk/issues/42163 + analyzer: 0.39.8 http: 0.12.0+4 image: 2.1.4 mockito: 4.1.1