Skip to content

Commit be29403

Browse files
Roll web_ui dependencies to enable the next roll of the Dart SDK (flutter#53399)
Dart has removed the UnmodifiableXXXView classes, which were used by older versions of the archive package. See https://dart.googlesource.com/sdk/+/18994e6e46ec9fb2fac8368c43d448119abd579f
1 parent 3645a84 commit be29403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
path: ../../third_party/web_test_fonts
1919

2020
dev_dependencies:
21-
archive: 3.4.2
21+
archive: 3.6.1
2222
args: any
2323
async: any
2424
convert: any

web_sdk/web_test_utils/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66

77
dependencies:
88
collection: 1.17.0
9-
crypto: 3.0.1
9+
crypto: 3.0.3
1010
image: 3.0.1
1111
js: 0.6.4
1212
meta: ^1.7.0

0 commit comments

Comments
 (0)