From 51c2d50e4958376af0425180d7b3078d465aaa42 Mon Sep 17 00:00:00 2001 From: "batch-changes-for-github[bot]" <253819643+batch-changes-for-github[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:27:58 +0000 Subject: [PATCH] Raise the range for build dependencies to allow Analyzer 10 under Dart 3 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 52573cf..203e6d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: dart_dev: ^4.1.0 build_runner: ^2.1.2 - build_test: ^2.1.3 + build_test: '>=2.1.3 <4.0.0' build_web_compilers: ^3.0.0 - dependency_validator: ^3.2.2 + dependency_validator: '>=3.2.2 <6.0.0' pedantic: ^1.8.0