Skip to content

Commit 61fe9b6

Browse files
authored
Unpin leak_tracker. (#169079)
Now, when leak_tracker bots are stable, leak_tracker can be unpinned.
1 parent 58888f8 commit 61fe9b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
3131
'hooks_runner':
3232
'0.20.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
3333
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.
34-
'leak_tracker': '11.0.1', // https://github.com/flutter/devtools/issues/3951
35-
'leak_tracker_testing': '3.0.2', // https://github.com/flutter/devtools/issues/3951
36-
'leak_tracker_flutter_testing': '3.0.10', // https://github.com/flutter/devtools/issues/3951
3734
'test': '1.25.15', // https://github.com/dart-lang/test/issues/2498
3835
'test_api': '0.7.4', // https://github.com/dart-lang/test/issues/2498
3936
'test_core': '0.6.8', // https://github.com/dart-lang/test/issues/2498

0 commit comments

Comments
 (0)