From fec15f1d237ef5b307a4edd33e0298039734a4ec Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Fri, 25 Jul 2025 23:54:13 +0200 Subject: [PATCH] update deps --- app/pubspec.yaml | 8 ++++---- packages/flutter_mozilla_components/pubspec.yaml | 2 +- packages/simple_intent_receiver/example/pubspec.yaml | 2 +- packages/simple_intent_receiver/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 992a4327..dee1adc7 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: git: url: https://github.com/FaFre/lexo_rank.git local_auth: ^2.3.0 - logger: ^2.6.0 + logger: ^2.6.1 markdown: ^7.3.0 mime: ^2.0.0 nullability: ^1.0.0 @@ -71,7 +71,7 @@ dependencies: git: url: https://github.com/FaFre/speech_to_text_google_dialog.git sqlite3: ^2.7.7 - sqlite3_flutter_libs: ^0.5.36 + sqlite3_flutter_libs: ^0.5.37 synchronized: ^3.4.0 text_scroll: ^0.2.0 timeago: ^3.7.1 @@ -88,10 +88,10 @@ dependencies: vector_math: ^2.1.4 dev_dependencies: - analyzer_plugin: ^0.13.1 + analyzer_plugin: ^0.13.4 build_runner: ^2.4.15 copy_with_extension_gen: ^6.0.1 - custom_lint: ^0.7.5 + custom_lint: ^0.7.6 dependency_validator: ^5.0.2 drift_dev: ^2.28.0 fast_equatable_lint: ^0.3.2 diff --git a/packages/flutter_mozilla_components/pubspec.yaml b/packages/flutter_mozilla_components/pubspec.yaml index 9dc7da33..b9ee2f92 100644 --- a/packages/flutter_mozilla_components/pubspec.yaml +++ b/packages/flutter_mozilla_components/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: flutter_test: sdk: flutter lint: ^2.8.0 - pigeon: ^25.5.0 + pigeon: ^26.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/simple_intent_receiver/example/pubspec.yaml b/packages/simple_intent_receiver/example/pubspec.yaml index 37c63f19..a1c4c243 100644 --- a/packages/simple_intent_receiver/example/pubspec.yaml +++ b/packages/simple_intent_receiver/example/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 - logger: ^2.6.0 + logger: ^2.6.1 dev_dependencies: integration_test: diff --git a/packages/simple_intent_receiver/pubspec.yaml b/packages/simple_intent_receiver/pubspec.yaml index 13973b4b..1c3d9c30 100644 --- a/packages/simple_intent_receiver/pubspec.yaml +++ b/packages/simple_intent_receiver/pubspec.yaml @@ -15,7 +15,7 @@ dev_dependencies: flutter_test: sdk: flutter lint: ^2.8.0 - pigeon: ^25.5.0 + pigeon: ^26.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec