From b177edd06959cd4bafb9f025d5c4556435ba65e3 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 26 Oct 2020 18:49:42 -0700 Subject: [PATCH] [null-safety] update path version (#22134) --- lib/web_ui/pubspec.yaml | 2 +- web_sdk/web_test_utils/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index c7618169915..7f3904a6cce 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -14,7 +14,7 @@ dev_dependencies: image: 2.1.13 js: 0.6.1+1 mockito: 4.1.1 - path: 1.8.0-nullsafety.1 + path: 1.8.0-nullsafety.2 test: 1.14.3 quiver: 2.1.3 build_resolvers: 1.3.10 diff --git a/web_sdk/web_test_utils/pubspec.yaml b/web_sdk/web_test_utils/pubspec.yaml index 37de1d9c5d3..d51dca0ad7a 100644 --- a/web_sdk/web_test_utils/pubspec.yaml +++ b/web_sdk/web_test_utils/pubspec.yaml @@ -4,7 +4,7 @@ environment: sdk: ">=2.2.0 <3.0.0" dependencies: - path: 1.8.0-nullsafety.1 + path: 1.8.0-nullsafety.2 image: 2.1.13 js: 0.6.1+1 yaml: 2.2.1