diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index 51b2bd64..353a76fe 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -44,7 +44,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.4 - cloud_firestore: ^3.1.12 + cloud_firestore: ^4.0.0 dev_dependencies: flutter_test: diff --git a/packages/wyatt_crud_bloc/example/pubspec.yaml b/packages/wyatt_crud_bloc/example/pubspec.yaml index b4e9c1ef..f13ae64b 100644 --- a/packages/wyatt_crud_bloc/example/pubspec.yaml +++ b/packages/wyatt_crud_bloc/example/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: flutter: sdk: flutter - cloud_firestore: ^3.1.12 + cloud_firestore: ^4.0.0 firebase_core: ^1.14.1 flutter_bloc: ^8.0.1 wyatt_crud_bloc: diff --git a/packages/wyatt_crud_bloc/pubspec.yaml b/packages/wyatt_crud_bloc/pubspec.yaml index 2bfbe5c2..09ff47af 100644 --- a/packages/wyatt_crud_bloc/pubspec.yaml +++ b/packages/wyatt_crud_bloc/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter_bloc: ^8.0.1 equatable: ^2.0.3 - cloud_firestore: ^3.1.12 + cloud_firestore: ^4.0.0 firebase_database: ^9.0.11 dev_dependencies: