From 365dc7b0877b80e7e4e22682fef337f4edf6f166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:19:12 +0000 Subject: [PATCH] Bump flutter_lints in /packages/flutter_codde_protocol/example Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v3.0.1/packages) --- updated-dependencies: - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/flutter_codde_protocol/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_codde_protocol/example/pubspec.yaml b/packages/flutter_codde_protocol/example/pubspec.yaml index c59a18f..55b81ce 100644 --- a/packages/flutter_codde_protocol/example/pubspec.yaml +++ b/packages/flutter_codde_protocol/example/pubspec.yaml @@ -52,7 +52,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: ^3.0.1 test: ^1.24.3 # For information on the generic Dart part of this file, see the