Skip to content

Commit

Permalink
fix(deps): update firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 12, 2024
1 parent 054264e commit 5e263c9
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 46 deletions.
56 changes: 28 additions & 28 deletions app/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
flutter: 3.23.0-0.1.pre

dependencies:
cloud_firestore: 5.0.2
cloud_firestore: 5.1.0
core_analytics_firebase:
# noinspection DartPathPackageReference
path: ../core/analytics_firebase
Expand Down Expand Up @@ -60,9 +60,9 @@ dependencies:
feature_settings:
# noinspection DartPathPackageReference
path: ../feature/settings
firebase_analytics: 11.1.0
firebase_auth: 5.1.1
firebase_core: 3.1.1
firebase_analytics: 11.2.0
firebase_auth: 5.1.2
firebase_core: 3.2.0
flutter:
sdk: flutter
flutter_localizations:
Expand Down
2 changes: 1 addition & 1 deletion core/analytics_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
path: ../analytics
core_common:
path: ../common
firebase_analytics: 11.1.0
firebase_analytics: 11.2.0
riverpod_annotation: 2.3.5

dependency_overrides:
Expand Down
24 changes: 12 additions & 12 deletions core/network_firestore/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/network_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
flutter: 3.23.0-0.1.pre

dependencies:
cloud_firestore: 5.0.2
cloud_firestore: 5.1.0
core_authenticator:
path: ../authenticator
core_common:
Expand Down

0 comments on commit 5e263c9

Please sign in to comment.