Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Aug 7, 2024
1 parent f690408 commit 028351b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/autosnapshotting/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
intl: ^0.18.1
intl: ^0.19.0
memory_usage: any

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_lints: ^4.0.0
integration_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion examples/leak_tracking/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
leak_tracker: any

dev_dependencies:
flutter_lints: ^3.0.0
flutter_lints: ^4.0.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
leak_tracker: any

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0

dependency_overrides:
leak_tracker:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/lib/devtools_integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// The library should be used by DevTools to analyse the collected leaks.
///
/// Should not be used in the application itself.
library devtools_integration;
library;

export 'src/devtools_integration/delivery.dart';
export 'src/devtools_integration/messages.dart';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/leak_tracker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
vm_service: '>=11.10.0 <15.0.0'

dev_dependencies:
dart_flutter_team_lints: ^2.1.0
dart_flutter_team_lints: ^3.1.0
layerlens: ^1.0.16
test: ^1.16.0
2 changes: 1 addition & 1 deletion pkgs/leak_tracker_flutter_testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
meta: ^1.8.0

dev_dependencies:
dart_flutter_team_lints: ^2.1.0
dart_flutter_team_lints: ^3.1.0
layerlens: ^1.0.16
test: ^1.25.0
2 changes: 1 addition & 1 deletion pkgs/leak_tracker_testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies:
meta: ^1.11.0

dev_dependencies:
dart_flutter_team_lints: ^2.1.0
dart_flutter_team_lints: ^3.1.0
layerlens: ^1.0.16
test: ^1.16.0
2 changes: 1 addition & 1 deletion pkgs/memory_usage/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
memory_usage: ^0.1.0

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0

dependency_overrides:
memory_usage:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/memory_usage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
path: ^1.8.3

dev_dependencies:
dart_flutter_team_lints: ^2.1.0
dart_flutter_team_lints: ^3.1.0
layerlens: ^1.0.16
test: ^1.16.0

0 comments on commit 028351b

Please sign in to comment.