From 527e002dba66df858555d32cd9e20384fc7faf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:50:52 +0000 Subject: [PATCH] Bump dart_style from 2.3.7 to 3.0.0 Bumps [dart_style](https://github.com/dart-lang/dart_style) from 2.3.7 to 3.0.0. - [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.0) --- updated-dependencies: - dependency-name: dart_style dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 31895a4e54..23969d00a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: dev_dependencies: async: ^2.11.0 - dart_style: ^2.3.7 + dart_style: ">=2.3.7 <4.0.0" lints: ^5.0.0 matcher: ^0.12.15 sass: ^1.80.4