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.
This commit is contained in:
Jason Simmons 2020-07-06 14:16:14 -07:00 committed by GitHub
parent 47037778d5
commit d1defbfc9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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