From 0107f431dbc1d82cac5a2821a90fb3914ab29f02 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 31 Oct 2024 14:20:10 +0000 Subject: [PATCH] Update dependency flutter_lints to v5 --- frontend/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index f6f888c..a4a5d2c 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -50,7 +50,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: ^4.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 -- 2.47.0