From 81bf3a1dc25b5c4b29adc6a2b75c0d1dcd206a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:39:49 +0000 Subject: [PATCH] chore(deps): bump freezed and freezed_annotation Bumps [freezed](https://github.com/rrousselGit/freezed) and [freezed_annotation](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together. Updates `freezed` from 2.5.8 to 3.0.4 - [Commits](https://github.com/rrousselGit/freezed/compare/freezed-v2.5.8...freezed-v3.0.4) Updates `freezed_annotation` from 2.4.4 to 3.0.0 - [Commits](https://github.com/rrousselGit/freezed/compare/freezed_annotation-v2.4.4...freezed_annotation-v3.0.0) --- updated-dependencies: - dependency-name: freezed dependency-type: direct:production update-type: version-update:semver-major - dependency-name: freezed_annotation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index fc35215..68d1fb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: flutter: sdk: flutter - freezed_annotation: ^2.4.1 + freezed_annotation: ">=2.4.1 <4.0.0" perfect_freehand: ^2.3.2 simpli: ^0.1.1 value_notifier_tools: ^0.1.2 @@ -21,7 +21,7 @@ dev_dependencies: build_runner: ^2.4.9 flutter_test: sdk: flutter - freezed: ^2.4.7 + freezed: ">=2.4.7 <4.0.0" json_serializable: ^6.7.1 lintervention: ^0.1.1 melos: ">=5.2.1 <7.0.0"