From b3b80e8edf848ed258d8581480f4117869bd03be Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Fri, 5 Jan 2024 10:30:35 +0100 Subject: [PATCH] Remove "lints" as dev dependency in "holidays" (#1211) We already use `sharezone_lints` as lint dependency. --- lib/holidays/pubspec.lock | 2 +- lib/holidays/pubspec.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/holidays/pubspec.lock b/lib/holidays/pubspec.lock index a2950de70..db808c9d7 100644 --- a/lib/holidays/pubspec.lock +++ b/lib/holidays/pubspec.lock @@ -397,7 +397,7 @@ packages: source: path version: "0.0.1" lints: - dependency: "direct dev" + dependency: transitive description: name: lints sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" diff --git a/lib/holidays/pubspec.yaml b/lib/holidays/pubspec.yaml index e50a3bd5e..d1e6ea024 100644 --- a/lib/holidays/pubspec.yaml +++ b/lib/holidays/pubspec.yaml @@ -37,6 +37,5 @@ dev_dependencies: mockito: ^5.0.7 build_runner: ^2.1.4 built_value_generator: ^8.1.1 - lints: ^2.0.1 sharezone_lints: path: ../sharezone_lints