From e929401a17564c38cb22e6acfaa50834cd2acc63 Mon Sep 17 00:00:00 2001 From: Ryota Kobayashi <45661924+naipaka@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:52:37 +0900 Subject: [PATCH] build: Bump custom_lint_builder from 0.6.5 to 0.7.0 (#71) --- packages/altive_lints/example/pubspec.yaml | 2 +- packages/altive_lints/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/altive_lints/example/pubspec.yaml b/packages/altive_lints/example/pubspec.yaml index ffdf212..b7b295a 100644 --- a/packages/altive_lints/example/pubspec.yaml +++ b/packages/altive_lints/example/pubspec.yaml @@ -13,4 +13,4 @@ dev_dependencies: altive_lints: path: ../ clock: ^1.1.2 - custom_lint: ^0.6.5 + custom_lint: ^0.7.0 diff --git a/packages/altive_lints/pubspec.yaml b/packages/altive_lints/pubspec.yaml index 2985ffc..76a526f 100644 --- a/packages/altive_lints/pubspec.yaml +++ b/packages/altive_lints/pubspec.yaml @@ -15,6 +15,6 @@ environment: sdk: ^3.0.0 dependencies: - analyzer: ^6.5.0 + analyzer: ^6.7.0 collection: ^1.18.0 - custom_lint_builder: ^0.6.5 + custom_lint_builder: ^0.7.0