Unverified Commit cb07292f authored by Elliott Brooks's avatar Elliott Brooks Committed by GitHub

Update dependencies with `flutter update-packages --force-upgrade` (#140810)

parent babf0865
......@@ -34,6 +34,8 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'material_color_utilities': '0.8.0', // Keep pinned to latest until 1.0.0.
'archive': '3.3.2', // https://github.com/flutter/flutter/issues/115660
'leak_tracker_flutter_testing': '2.0.0', // https://github.com/flutter/devtools/issues/3951
'path_provider_android':
'2.2.1', // https://github.com/flutter/flutter/issues/140796
'test_api': '0.6.1', // https://github.com/flutter/flutter/issues/140169
'test_core': '0.5.9', // https://github.com/flutter/flutter/issues/140169
'test': '1.24.9', // https://github.com/flutter/flutter/issues/140169
......
......@@ -99,7 +99,7 @@ class WebExpressionCompiler implements ExpressionCompiler {
}
@override
Future<void> initialize({String? moduleFormat, bool? soundNullSafety}) async {}
Future<void> initialize(CompilerOptions options) async {}
@override
Future<bool> updateDependencies(Map<String, ModuleInfo> modules) async => true;
......@@ -286,9 +286,11 @@ class WebAssetServer implements AssetReader {
server,
PackageUriMapper(packageConfig),
digestProvider,
packageConfig.toPackageUri(
BuildSettings(
appEntrypoint: packageConfig.toPackageUri(
globals.fs.file(entrypoint).absolute.uri,
),
),
),
).strategy,
debugSettings: DebugSettings(
enableDebugExtension: true,
......
......@@ -11,7 +11,7 @@ dependencies:
args: 2.4.2
browser_launcher: 1.1.1
dds: 3.1.0
dwds: 22.1.0
dwds: 23.0.0
completion: 1.0.1
coverage: 1.7.2
crypto: 3.0.3
......@@ -115,4 +115,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: 5b04
# PUBSPEC CHECKSUM: 5f04
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment