From 85f1dec44f7e6d9864c83e12c1c95621f4df0089 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 6 Jul 2020 13:30:26 -0700 Subject: [PATCH] Pin the version of meta used by web_ui 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 38e0a14c6f8ca..b3e6ff7c09067 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