From f9a932f03345192e8d0e6de8428cc21aa8a4f58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:38:19 +0000 Subject: [PATCH] build(deps): bump dart_style in /packages/kiwi_generator Bumps [dart_style](https://github.com/dart-lang/dart_style) from 2.3.7 to 3.0.1. - [Release notes](https://github.com/dart-lang/dart_style/releases) - [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/dart_style/compare/v2.3.7...v3.0.1) --- updated-dependencies: - dependency-name: dart_style dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/kiwi_generator/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kiwi_generator/pubspec.yaml b/packages/kiwi_generator/pubspec.yaml index 3ef3ea5..36dd42c 100644 --- a/packages/kiwi_generator/pubspec.yaml +++ b/packages/kiwi_generator/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: build_config: ^1.1.1 built_collection: ^5.1.1 code_builder: ^4.10.0 - dart_style: ^2.2.4 + dart_style: ">=2.2.4 <4.0.0" kiwi: ^5.0.1 path: ^1.8.3 source_gen: ">=1.5.0 <3.0.0"