From 0e0f2dc879784443373d16c36058fd555718a6e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 17:37:34 +0000 Subject: [PATCH] chore(deps): update dependency lints to v4 --- packages/parrot/pubspec.yaml | 2 +- packages/parrot_cmd/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/parrot/pubspec.yaml b/packages/parrot/pubspec.yaml index 938b11c..e316c23 100644 --- a/packages/parrot/pubspec.yaml +++ b/packages/parrot/pubspec.yaml @@ -8,5 +8,5 @@ environment: sdk: '<4.0.0' dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.21.6 diff --git a/packages/parrot_cmd/pubspec.yaml b/packages/parrot_cmd/pubspec.yaml index 26fd9e5..b85326f 100644 --- a/packages/parrot_cmd/pubspec.yaml +++ b/packages/parrot_cmd/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: parrot: ^0.0.6 dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.16.0