From 64d588ee3e0bddd8609615dae296b8e5d6739bbe Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sat, 18 Oct 2025 18:27:32 +0200 Subject: [PATCH] update deps --- .../domain/services/local_authentication.dart | 3 +-- .../domain/services/local_authentication.g.dart | 2 +- app/pubspec.yaml | 16 ++++++++-------- packages/flutter_mozilla_components/pubspec.yaml | 2 +- packages/pluggable_transports_proxy/pubspec.yaml | 2 +- packages/simple_intent_receiver/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 7 files changed, 14 insertions(+), 15 deletions(-) diff --git a/app/lib/features/user/domain/services/local_authentication.dart b/app/lib/features/user/domain/services/local_authentication.dart index b3eba25e..663fd0c7 100644 --- a/app/lib/features/user/domain/services/local_authentication.dart +++ b/app/lib/features/user/domain/services/local_authentication.dart @@ -19,7 +19,6 @@ */ import 'dart:async'; -import 'package:flutter/services.dart'; import 'package:local_auth/local_auth.dart'; import 'package:riverpod_annotation/riverpod_annotation.dart'; import 'package:weblibre/core/logger.dart'; @@ -63,7 +62,7 @@ class LocalAuthenticationService extends _$LocalAuthenticationService { } return result; - } on PlatformException catch (e, s) { + } on LocalAuthException catch (e, s) { logger.e('Could not authenticate', error: e, stackTrace: s); return false; } diff --git a/app/lib/features/user/domain/services/local_authentication.g.dart b/app/lib/features/user/domain/services/local_authentication.g.dart index 7ef01fa9..3f6b98d7 100644 --- a/app/lib/features/user/domain/services/local_authentication.g.dart +++ b/app/lib/features/user/domain/services/local_authentication.g.dart @@ -35,7 +35,7 @@ final class LocalAuthenticationServiceProvider } String _$localAuthenticationServiceHash() => - r'4893be7a11833d77a575f7aa248a9ba65d6717da'; + r'1aab9214af5487dc770658c7be6f66083f5d6931'; abstract class _$LocalAuthenticationService extends $AsyncNotifier { FutureOr build(); diff --git a/app/pubspec.yaml b/app/pubspec.yaml index b7b1cd40..5ea6a827 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: background_fetch: ^1.4.0 collection: ^1.19.1 copy_with_extension: ^9.1.1 - drift: ^2.28.2 + drift: ^2.29.0 dynamic_color: ^1.8.1 exceptions: ^0.6.1 fading_scroll: ^0.9.1 @@ -29,10 +29,10 @@ dependencies: flutter_secure_storage: ^10.0.0-beta.4 flutter_slidable: ^4.0.3 flutter_svg: ^2.2.1 - go_router: ^16.2.4 + go_router: ^16.2.5 google_fonts: ^6.3.2 - graphview: ^1.5.0 - home_widget: ^0.8.0 + graphview: ^1.5.1 + home_widget: ^0.8.1 hooks_riverpod: ^3.0.3 html: ^0.15.6 http: ^1.5.0 @@ -42,7 +42,7 @@ dependencies: lexo_rank: git: url: https://github.com/FaFre/lexo_rank.git - local_auth: ^2.3.0 + local_auth: ^3.0.0 logger: ^2.6.2 markdown: ^7.3.0 mime: ^2.0.0 @@ -69,7 +69,7 @@ dependencies: speech_to_text_google_dialog: git: url: https://github.com/FaFre/speech_to_text_google_dialog.git - sqlite3: ^2.9.2 + sqlite3: ^2.9.3 sqlite3_flutter_libs: ^0.5.40 synchronized: ^3.4.0 text_scroll: ^0.2.1 @@ -87,8 +87,8 @@ dev_dependencies: build_runner: ^2.7.1 copy_with_extension_gen: ^9.1.1 custom_lint: ^0.8.0 - dependency_validator: ^5.0.2 - drift_dev: ^2.28.3 + dependency_validator: ^5.0.3 + drift_dev: ^2.29.0 fast_equatable_lint: ^0.5.0 flutter_launcher_icons: ^0.14.4 flutter_test: diff --git a/packages/flutter_mozilla_components/pubspec.yaml b/packages/flutter_mozilla_components/pubspec.yaml index 476fbd11..42a4079c 100644 --- a/packages/flutter_mozilla_components/pubspec.yaml +++ b/packages/flutter_mozilla_components/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: flutter_test: sdk: flutter lint: ^2.8.0 - pigeon: ^26.0.1 + pigeon: ^26.0.2 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/packages/pluggable_transports_proxy/pubspec.yaml b/packages/pluggable_transports_proxy/pubspec.yaml index 2aad2051..11c7b993 100644 --- a/packages/pluggable_transports_proxy/pubspec.yaml +++ b/packages/pluggable_transports_proxy/pubspec.yaml @@ -21,7 +21,7 @@ dev_dependencies: sdk: flutter json_serializable: ^6.11.1 lint: ^2.8.0 - pigeon: ^26.0.1 + pigeon: ^26.0.2 # 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/pubspec.yaml b/packages/simple_intent_receiver/pubspec.yaml index fad0b621..90fd99f6 100644 --- a/packages/simple_intent_receiver/pubspec.yaml +++ b/packages/simple_intent_receiver/pubspec.yaml @@ -16,7 +16,7 @@ dev_dependencies: flutter_test: sdk: flutter lint: ^2.8.0 - pigeon: ^26.0.1 + pigeon: ^26.0.2 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index 8661c523..0143895e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ workspace: - packages/simple_intent_receiver/example - packages/tor dev_dependencies: - melos: ^7.1.1 + melos: ^7.2.0 melos: name: weblibre_project