From ac8ea313c0561fefce681d79dd7883b8b8022bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:54:15 +0000 Subject: [PATCH] Bump flutter_local_notifications_linux, flutter_local_notifications_platform_interface and flutter_local_notifications_windows Bumps [flutter_local_notifications_linux](https://github.com/MaikuB/flutter_local_notifications), [flutter_local_notifications_platform_interface](https://github.com/MaikuB/flutter_local_notifications) and [flutter_local_notifications_windows](https://github.com/MaikuB/flutter_local_notifications). These dependencies needed to be updated together. Updates `flutter_local_notifications_linux` from 5.0.1-dev.1 to 6.0.0-dev.1 - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications_linux-v5.0.1-dev.1...flutter_local_notifications_linux-v6.0.0-dev.1) Updates `flutter_local_notifications_platform_interface` from 8.1.0-dev.1 to 9.0.0-dev.1 - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications_platform_interface-v8.1.0-dev.1...flutter_local_notifications_platform_interface-v9.0.0-dev.1) Updates `flutter_local_notifications_windows` from 1.0.0-dev.3 to 1.0.0-dev.4 - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications_windows-v1.0.0-dev.3...flutter_local_notifications_windows-v1.0.0-dev.4) --- updated-dependencies: - dependency-name: flutter_local_notifications_linux dependency-type: direct:production update-type: version-update:semver-major - dependency-name: flutter_local_notifications_platform_interface dependency-type: direct:production update-type: version-update:semver-major - dependency-name: flutter_local_notifications_windows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- flutter_local_notifications/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_local_notifications/pubspec.yaml b/flutter_local_notifications/pubspec.yaml index 4dbb58c90..24e48dba7 100644 --- a/flutter_local_notifications/pubspec.yaml +++ b/flutter_local_notifications/pubspec.yaml @@ -10,9 +10,9 @@ dependencies: clock: ^1.1.0 flutter: sdk: flutter - flutter_local_notifications_linux: ^5.0.1-dev.1 + flutter_local_notifications_linux: ">=5.0.1-dev.1 <7.0.0" flutter_local_notifications_windows: ^1.0.0-dev.3 - flutter_local_notifications_platform_interface: ^8.1.0-dev.1 + flutter_local_notifications_platform_interface: ">=8.1.0-dev.1 <10.0.0" timezone: ^0.10.0 dev_dependencies: