From 74dc69bde1324ce8d5903670ff675258f155915f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:20:57 +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.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v3.0.2/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..50173f0 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.2 test: ^1.24.3 # For information on the generic Dart part of this file, see the