Unverified Commit 84734ecc authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] pin shelf (#82869)

parent 02c0aa25
...@@ -70,6 +70,10 @@ const Map<String, String> _kManuallyPinnedDependencies = <String, String>{ ...@@ -70,6 +70,10 @@ const Map<String, String> _kManuallyPinnedDependencies = <String, String>{
'process_runner': '">=4.0.0-nullsafety.5"', 'process_runner': '">=4.0.0-nullsafety.5"',
'url_launcher': '">=6.0.0-nullsafety.1"', 'url_launcher': '">=6.0.0-nullsafety.1"',
'video_player': '">=2.0.0-nullsafety.2"', 'video_player': '">=2.0.0-nullsafety.2"',
// This is pinned to avoid the performance regression from a reverted feature
// from https://github.com/dart-lang/shelf/issues/189 . This can be removed
// when a new major version of shelf is published.
'shelf': '1.1.4',
}; };
class UpdatePackagesCommand extends FlutterCommand { class UpdatePackagesCommand extends FlutterCommand {
......
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