chore(deps): update dependency cloud_firestore to v4 #19

Closed
Ghost wants to merge 1 commits from renovate/cloud_firestore-4.x into master
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application. # The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons. # Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4 cupertino_icons: ^1.0.4
cloud_firestore: ^3.1.12 cloud_firestore: ^4.0.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View File

@ -30,7 +30,7 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
cloud_firestore: ^3.1.12 cloud_firestore: ^4.0.0
firebase_core: ^1.14.1 firebase_core: ^1.14.1
flutter_bloc: ^8.0.1 flutter_bloc: ^8.0.1
wyatt_crud_bloc: wyatt_crud_bloc:

View File

@ -13,7 +13,7 @@ dependencies:
flutter_bloc: ^8.0.1 flutter_bloc: ^8.0.1
equatable: ^2.0.3 equatable: ^2.0.3
cloud_firestore: ^3.1.12 cloud_firestore: ^4.0.0
firebase_database: ^9.0.11 firebase_database: ^9.0.11
dev_dependencies: dev_dependencies: