From 72075db890cfc5d3014ac1d0d12f38f716672e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 02:08:11 +0000 Subject: [PATCH] chore(deps): update dependency lints to v3 --- packages/models/pubspec.yaml | 2 +- packages/services/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/models/pubspec.yaml b/packages/models/pubspec.yaml index 7d97378..5fbcf98 100644 --- a/packages/models/pubspec.yaml +++ b/packages/models/pubspec.yaml @@ -10,5 +10,5 @@ dependencies: uuid: ^4.2.2 dev_dependencies: - lints: ^2.1.0 + lints: ^3.0.0 test: ^1.24.0 diff --git a/packages/services/pubspec.yaml b/packages/services/pubspec.yaml index a876acf..0e33b2c 100644 --- a/packages/services/pubspec.yaml +++ b/packages/services/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: riverpod: ^2.4.9 dev_dependencies: - lints: ^2.1.0 + lints: ^3.0.0 test: ^1.24.0