From a5ed07803e5715d102a383267d5401f4b9ea29e7 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Mon, 4 Sep 2023 15:52:53 -0600 Subject: [PATCH] Widen Analyzer --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d23c855..98475c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ version: 8.0.3 description: A state management library written in dart that enforces immutability homepage: https://github.com/davidmarne/built_redux dependencies: - analyzer: '>=1.0.0 <3.0.0' + analyzer: '>=1.0.0 <5.0.0' build: ">=1.0.0 <3.0.0" built_collection: ^5.0.0 built_value: ^8.0.0