⬆️ Upgrade dependecies

This commit is contained in:
2026-02-05 00:22:59 +08:00
parent 4b1c9b5820
commit 863a84a2a0
2 changed files with 18 additions and 18 deletions

View File

@@ -493,18 +493,18 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: drift name: drift
sha256: "5ea2f718558c0b31d4b8c36a3d8e5b7016f1265f46ceb5a5920e16117f0c0d6a" sha256: "970cd188fddb111b26ea6a9b07a62bf5c2432d74147b8122c67044ae3b97e99e"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.30.1" version: "2.31.0"
drift_dev: drift_dev:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: drift_dev name: drift_dev
sha256: "892dfb5d69d9e604bdcd102a9376de8b41768cf7be93fd26b63cfc4d8f91ad5f" sha256: "917184b2fb867b70a548a83bf0d36268423b38d39968c06cce4905683da49587"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "2.30.1" version: "2.31.0"
drift_flutter: drift_flutter:
dependency: "direct main" dependency: "direct main"
description: description:
@@ -858,10 +858,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: flutter_inappwebview_internal_annotations name: flutter_inappwebview_internal_annotations
sha256: "787171d43f8af67864740b6f04166c13190aa74a1468a1f1f1e9ee5b90c359cd" sha256: e30fba942e3debea7b7e6cdd4f0f59ce89dd403a9865193e3221293b6d1544c6
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.2.0" version: "1.3.0"
flutter_inappwebview_ios: flutter_inappwebview_ios:
dependency: transitive dependency: transitive
description: description:
@@ -1241,10 +1241,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: go_router name: go_router
sha256: eff94d2a6fc79fa8b811dde79c7549808c2346037ee107a1121b4a644c745f2a sha256: "7974313e217a7771557add6ff2238acb63f635317c35fa590d348fb238f00896"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "17.0.1" version: "17.1.0"
google_fonts: google_fonts:
dependency: "direct main" dependency: "direct main"
description: description:
@@ -1289,10 +1289,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: hooks name: hooks
sha256: "5d309c86e7ce34cd8e37aa71cb30cb652d3829b900ab145e4d9da564b31d59f7" sha256: "7a08a0d684cb3b8fb604b78455d5d352f502b68079f7b80b831c62220ab0a4f6"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.0.0" version: "1.0.1"
hooks_riverpod: hooks_riverpod:
dependency: "direct main" dependency: "direct main"
description: description:
@@ -2145,10 +2145,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: process_run name: process_run
sha256: "6ec839cdd3e6de4685318e7686cd4abb523c3d3a55af0e8d32a12ae19bc66622" sha256: "4e789d1ac24da46fdb61269fd85b42a08f787c752cc16b65f4cad5e4c20d37f8"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.2.4" version: "1.3.0"
protobuf: protobuf:
dependency: transitive dependency: transitive
description: description:
@@ -2791,10 +2791,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: sqlparser name: sqlparser
sha256: f52f5d5649dcc13ed198c4176ddef74bf6851c30f4f31603f1b37788695b93e2 sha256: "337e9997f7141ffdd054259128553c348635fa318f7ca492f07a4ab76f850d19"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.43.0" version: "0.43.1"
stack_trace: stack_trace:
dependency: transitive dependency: transitive
description: description:

View File

@@ -39,7 +39,7 @@ dependencies:
flutter_hooks: ^0.21.3+1 flutter_hooks: ^0.21.3+1
hooks_riverpod: ^3.1.0 hooks_riverpod: ^3.1.0
quick_actions: ^1.1.0 quick_actions: ^1.1.0
go_router: ^17.0.1 go_router: ^17.1.0
styled_widget: ^0.4.1 styled_widget: ^0.4.1
shared_preferences: ^2.5.4 shared_preferences: ^2.5.4
flutter_riverpod: ^3.1.0 flutter_riverpod: ^3.1.0
@@ -81,7 +81,7 @@ dependencies:
firebase_core: ^4.4.0 firebase_core: ^4.4.0
web_socket_channel: ^3.0.3 web_socket_channel: ^3.0.3
material_symbols_icons: ^4.2906.0 material_symbols_icons: ^4.2906.0
drift: ^2.30.1 drift: ^2.31.0
drift_flutter: ^0.2.8 drift_flutter: ^0.2.8
path: ^1.9.1 path: ^1.9.1
collection: ^1.19.1 collection: ^1.19.1
@@ -130,7 +130,7 @@ dependencies:
waveform_flutter: ^1.2.0 waveform_flutter: ^1.2.0
flutter_app_update: ^3.2.2 flutter_app_update: ^3.2.2
archive: ^4.0.7 archive: ^4.0.7
process_run: ^1.2.4 process_run: ^1.3.0
firebase_crashlytics: ^5.0.7 firebase_crashlytics: ^5.0.7
firebase_analytics: ^12.1.1 firebase_analytics: ^12.1.1
material_color_utilities: ^0.11.1 material_color_utilities: ^0.11.1
@@ -191,7 +191,7 @@ dev_dependencies:
riverpod_generator: ^4.0.0+1 riverpod_generator: ^4.0.0+1
custom_lint: ^0.8.1 custom_lint: ^0.8.1
riverpod_lint: ^3.1.0 riverpod_lint: ^3.1.0
drift_dev: ^2.30.1 drift_dev: ^2.31.0
flutter_launcher_icons: ^0.14.4 flutter_launcher_icons: ^0.14.4
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the