From 9714da50e581d1df07369a5651aaf084ca814154 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:02:03 +0000 Subject: [PATCH] chore(deps): update dependency flutter_lints to v4 --- packages/secure_store/example/pubspec.yaml | 2 +- packages/wallet_kit/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/secure_store/example/pubspec.yaml b/packages/secure_store/example/pubspec.yaml index c23c7992..cbe34bcb 100644 --- a/packages/secure_store/example/pubspec.yaml +++ b/packages/secure_store/example/pubspec.yaml @@ -45,7 +45,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: ^2.0.0 + flutter_lints: ^4.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/wallet_kit/pubspec.yaml b/packages/wallet_kit/pubspec.yaml index eb49e588..928bd0ef 100644 --- a/packages/wallet_kit/pubspec.yaml +++ b/packages/wallet_kit/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^2.0.0 + flutter_lints: ^4.0.0 custom_lint_builder: ^0.6.4 custom_lint: ^0.6.4 riverpod_lint: ^2.3.10