Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
81734be7
Unverified
Commit
81734be7
authored
Jun 03, 2022
by
Elliott Brooks (she/her)
Committed by
GitHub
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `package:shelf` version pin (#105261)
parent
f9e190a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
update_packages.dart
packages/flutter_tools/lib/src/commands/update_packages.dart
+0
-4
No files found.
packages/flutter_tools/lib/src/commands/update_packages.dart
View file @
81734be7
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment