From 220de915b128ae52938adca32ca97cd6d6938041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:19:02 +0000 Subject: [PATCH] Bump lints from 2.1.1 to 3.0.0 in /packages/codde_protocol Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/lints/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/codde_protocol/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codde_protocol/pubspec.yaml b/packages/codde_protocol/pubspec.yaml index ca90960..c4b6382 100644 --- a/packages/codde_protocol/pubspec.yaml +++ b/packages/codde_protocol/pubspec.yaml @@ -18,6 +18,6 @@ dev_dependencies: build_runner: ^2.4.8 ffigen: ^9.0.1 freezed: ^2.4.7 - lints: ^2.0.0 + lints: ">=2.0.0 <4.0.0" mockito: ^5.4.2 test: ^1.21.0