From 323e3a9b68c83e6d3933147d6f3f1334d52765c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:35:28 +0100 Subject: [PATCH] chore(deps): bump lints from 3.0.0 to 4.0.0 in /sheet (#402) Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sheet/pubspec.lock | 4 ++-- sheet/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sheet/pubspec.lock b/sheet/pubspec.lock index 0110da3..3e4746c 100644 --- a/sheet/pubspec.lock +++ b/sheet/pubspec.lock @@ -87,10 +87,10 @@ packages: dependency: "direct dev" description: name: lints - sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 + sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235" url: "https://pub.dev" source: hosted - version: "3.0.0" + version: "4.0.0" matcher: dependency: transitive description: diff --git a/sheet/pubspec.yaml b/sheet/pubspec.yaml index 93c402e..ab40b67 100644 --- a/sheet/pubspec.yaml +++ b/sheet/pubspec.yaml @@ -15,6 +15,6 @@ dev_dependencies: flutter_test: sdk: flutter mocktail: ^1.0.3 - lints: ^3.0.0 + lints: ">=3.0.0 <5.0.0" flutter: \ No newline at end of file