From 41366c04143987f87248ebbab400b98c82255cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 23:03:02 +0000 Subject: [PATCH] Update dependency flutter_lints to v5 --- dart/pubspec.yaml | 2 +- example/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 343e625e..2ae26d68 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: stack_trace: ^1.11.1 dev_dependencies: - flutter_lints: ^3.0.0 + flutter_lints: ^5.0.0 test: ^1.24.3 # For information on the generic Dart part of this file, see the diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a24d7bac..e338b8f1 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -53,7 +53,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^3.0.0 + flutter_lints: ^5.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec