From 5df777a8cd7846cdb8959fd4a386caa132e100c2 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 4 Nov 2020 18:36:58 -0800 Subject: [PATCH] Roll the path package in web_ui and web_test_utils to match the version used by the framework --- 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 7f3904a6cce31..c428be84f72e5 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.2 + path: 1.8.0-nullsafety.3 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 d51dca0ad7a5a..c11d442a20360 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.2 + path: 1.8.0-nullsafety.3 image: 2.1.13 js: 0.6.1+1 yaml: 2.2.1