From 19471c184a2f03a2f79303823e39bdf98ca10166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:35:42 +0100 Subject: [PATCH] chore(deps): bump lints from 3.0.0 to 4.0.0 in /modal_bottom_sheet (#403) 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> --- modal_bottom_sheet/pubspec.lock | 4 ++-- modal_bottom_sheet/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modal_bottom_sheet/pubspec.lock b/modal_bottom_sheet/pubspec.lock index 644a720..48e7fd4 100644 --- a/modal_bottom_sheet/pubspec.lock +++ b/modal_bottom_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/modal_bottom_sheet/pubspec.yaml b/modal_bottom_sheet/pubspec.yaml index f908882..9d716a3 100644 --- a/modal_bottom_sheet/pubspec.yaml +++ b/modal_bottom_sheet/pubspec.yaml @@ -13,4 +13,4 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - lints: ^3.0.0 + lints: ">=3.0.0 <5.0.0"