Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deps #241

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 0 additions & 3 deletions pkgs/leak_tracker/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ analyzer:
linter:
rules:
- avoid_print
- comment_references
- only_throw_errors
- sort_constructors_first
- sort_unnamed_constructors_first
- unawaited_futures
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
3 changes: 0 additions & 3 deletions pkgs/leak_tracker_flutter_testing/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ analyzer:
linter:
rules:
- avoid_print
- comment_references
- only_throw_errors
- sort_constructors_first
- sort_unnamed_constructors_first
- unawaited_futures
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
3 changes: 0 additions & 3 deletions pkgs/leak_tracker_testing/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ analyzer:
linter:
rules:
- avoid_print
- comment_references
- only_throw_errors
- sort_constructors_first
- sort_unnamed_constructors_first
- unawaited_futures
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
4 changes: 0 additions & 4 deletions pkgs/memory_usage/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ include: package:dart_flutter_team_lints/analysis_options.yaml

linter:
rules:
- avoid_catching_errors
- comment_references
- only_throw_errors
- sort_constructors_first
- sort_unnamed_constructors_first
- unawaited_futures
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