Skip to content

Commit

Permalink
Remove package:shelf version pin (#105261)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jun 3, 2022
1 parent f9e190a commit 81734be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/flutter_tools/lib/src/commands/update_packages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'archive': '3.1.11', // Breaking changes in 3.2.0, see https://github.com/flutter/flutter/issues/98536
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
'flutter_template_images': '4.1.0', // Must always exactly match flutter_tools template.
// "shelf" 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',
'video_player': '2.2.11',
// Could potentially break color scheme tests on upgrade,
// so pin and manually update as needed.
Expand Down

0 comments on commit 81734be

Please sign in to comment.