Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump firebase_core from 2.28.0 to 2.29.0 #92

Merged
merged 1 commit into from
Apr 10, 2024
Merged
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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "4b45655ec1b21a1783681f72f840a2e74d298046c2b7c286ab0e4f0efbf93d0a"
sha256: a864d1b6afd25497a3b57b016886d1763df52baaa69758a46723164de8d187fe
url: "https://pub.dev"
source: hosted
version: "2.28.0"
version: "2.29.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -544,10 +544,10 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: "28e30e00748497b9a70db2025942a42c5d752534eb678e9b9b98db056cf404ba"
sha256: c8b02226e548f35aace298e2bb2e6c24e34e8a203d614e742bb1146e5a4ad3c8
url: "https://pub.dev"
source: hosted
version: "2.14.0"
version: "2.15.0"
firebase_messaging:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
path: packages/env
equatable: ^2.0.5
fast_immutable_collections: ^10.2.2
firebase_core: ^2.27.2
firebase_core: ^2.29.0
firebase_messaging: ^14.8.0
firebase_notifications_client:
path: packages/notifications_client/firebase_notifications_client
Expand Down
Loading