From 428c6e78d00e8835ecd0d394389d76957237f4a4 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 6 Dec 2022 17:10:27 -0800 Subject: [PATCH] Pin the analyzer package version in lib/web_ui Other web_ui package dependences are incompatible with analyzer-5.3.0 --- lib/web_ui/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index cf0233c8b85d4..ffa7d366fe8a7 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -15,6 +15,7 @@ dependencies: path: ../../third_party/web_unicode dev_dependencies: + analyzer: 5.2.0 archive: 3.1.2 args: any async: any