From d1defbfc9a7a679dddba54a7b62db1af15ef0366 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 6 Jul 2020 14:16:14 -0700 Subject: [PATCH] Pin the version of meta used by web_ui (#19544) The latest version of meta now exports "unawaited", which conflicts with the version of test_api currently used by web_ui. --- lib/web_ui/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index 38e0a14c6f8..b3e6ff7c090 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -5,7 +5,7 @@ environment: sdk: ">=2.9.0-0 <3.0.0" dependencies: - meta: ^1.1.8 + meta: 1.1.8 dev_dependencies: analyzer: 0.39.10