From f995d73d5c672883426143c09d5cc72b50968cbd Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 22 Nov 2023 09:44:50 -0800 Subject: [PATCH] [graphs] update analyzer dev dependency --- pkgs/graphs/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/graphs/pubspec.yaml b/pkgs/graphs/pubspec.yaml index 34c946bed2..2e8e64d22a 100644 --- a/pkgs/graphs/pubspec.yaml +++ b/pkgs/graphs/pubspec.yaml @@ -14,6 +14,6 @@ dev_dependencies: test: ^1.16.0 # For examples - analyzer: ^5.2.0 + analyzer: '>=5.2.0 <7.0.0' path: ^1.8.0 pool: ^1.5.0