From 457c105fd0b8d855a49cc8b605f7ffd60363aebd Mon Sep 17 00:00:00 2001 From: Mattia Date: Sun, 10 Dec 2023 20:34:09 +0100 Subject: [PATCH] Move from `lint` to `lints` and update collection package. --- analysis_options.yaml | 2 +- pubspec.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 5c678c2..2582bf5 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:lint/strict.yaml +include: package:lints/recommended.yaml analyzer: errors: diff --git a/pubspec.yaml b/pubspec.yaml index 6206da8..957cf13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - collection: ^1.16.0 + collection: ^1.18.0 freezed_annotation: ^2.2.0 html: ^0.15.0 http: ^1.0.0 @@ -24,10 +24,9 @@ dependencies: dev_dependencies: build_runner: ^2.1.11 - console: ^4.1.0 freezed: ^2.3.2 json_serializable: ^6.2.0 - lint: ^2.1.2 + lints: ^3.0.0 source_gen: ^1.4.0 test: ^1.21.1