From 2dc37f2d6343f551cee286810c65f95fd093def8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:21:34 +0000 Subject: [PATCH] chore(deps): bump analyzer in /packages/luthor_generator Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 6.11.0 to 7.1.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/luthor_generator/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/luthor_generator/pubspec.yaml b/packages/luthor_generator/pubspec.yaml index 6b94c742..01304fa5 100644 --- a/packages/luthor_generator/pubspec.yaml +++ b/packages/luthor_generator/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - analyzer: ^6.3.0 + analyzer: ">=6.3.0 <8.0.0" build: ^2.4.2 collection: ^1.18.0 dart_mappable: ^4.3.0