From 91ea9f7901794cbe3517bec9c0a6164416cafe7a Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 14 Jun 2024 17:29:13 +0000 Subject: [PATCH] Roll web_ui dependencies to enable the next roll of the Dart SDK Dart has removed the UnmodifiableXXXView classes, which were used by older versions of the archive package. See https://dart.googlesource.com/sdk/+/18994e6e46ec9fb2fac8368c43d448119abd579f --- 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 e777c0ef26603..59d9405abda1d 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: path: ../../third_party/web_test_fonts dev_dependencies: - archive: 3.4.2 + archive: 3.6.1 args: any async: any convert: any diff --git a/web_sdk/web_test_utils/pubspec.yaml b/web_sdk/web_test_utils/pubspec.yaml index fbdd1be557741..9a652e31cadcd 100644 --- a/web_sdk/web_test_utils/pubspec.yaml +++ b/web_sdk/web_test_utils/pubspec.yaml @@ -6,7 +6,7 @@ environment: dependencies: collection: 1.17.0 - crypto: 3.0.1 + crypto: 3.0.3 image: 3.0.1 js: 0.6.4 meta: ^1.7.0