Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -573,26 +573,26 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "923085c881663ef685269b013e241b428e1fb03cdd0ebde265d9b40ff18abf80"
sha256: "2f988dab915efde3b3105268dbd69efce0e8570d767a218ccd914afd0c10c8cc"
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.6.0"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
sha256: cccb4f572325dc14904c02fcc7db6323ad62ba02536833dddb5c02cac7341c64
sha256: "0ecda14c1bfc9ed8cac303dd0f8d04a320811b479362a9a4efb14fd331a473ce"
url: "https://pub.dev"
source: hosted
version: "6.0.2"
version: "6.0.3"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
sha256: "83e7356c704131ca4d8d8dd57e360d8acecbca38b1a3705c7ae46cc34c708084"
sha256: "1399ab1f0ac3b503d8a9be64a4c997fc066bbf33f701f42866e5569f26205ebe"
url: "https://pub.dev"
source: hosted
version: "3.4.0"
version: "3.5.1"
firebase_messaging:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies:
launch_at_startup: ^0.5.1 # Autostart functionality for desktop
js: ^0.7.1 # JavaScript interop (legacy, transitioning to dart:js_interop)
collection: ^1.18.0 # Collection utilities
firebase_core: ^4.4.0 # iOS/Android push notifications (excluded from Windows build)
firebase_core: ^4.6.0 # iOS/Android push notifications (excluded from Windows build)
firebase_messaging: ^16.1.1 # iOS/Android FCM (excluded from Windows build)

dev_dependencies:
Expand Down
Loading