From 33a1f1a4b9bd80267267249e855f5369a501f2ed Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 2 Jun 2020 16:15:15 -0700 Subject: [PATCH] Pin the analyzer version as a temporary workaround for https://github.com/dart-lang/sdk/issues/42163 (#18755) 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 a800bccff445..9b52fdde9d38 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