From 14d8089a4e9901f4cb3e30881665f0f2d8f9eee1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 19 Oct 2022 00:00:32 +0000 Subject: [PATCH] chore(deps): update dependency firebase_core to v2 --- packages/wyatt_authentication_bloc/example/pubspec.yaml | 2 +- packages/wyatt_authentication_bloc/example_router/pubspec.yaml | 2 +- packages/wyatt_crud_bloc/example/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index 51b2bd64..88db306d 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: flutter: sdk: flutter - firebase_core: ^1.14.1 + firebase_core: ^2.0.0 flutter_bloc: ^8.0.1 wyatt_authentication_bloc: path: "../" diff --git a/packages/wyatt_authentication_bloc/example_router/pubspec.yaml b/packages/wyatt_authentication_bloc/example_router/pubspec.yaml index 5f6dec50..aafb72d9 100644 --- a/packages/wyatt_authentication_bloc/example_router/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example_router/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: sdk: flutter go_router: ^4.2.8 - firebase_core: ^1.21.0 + firebase_core: ^2.0.0 flutter_bloc: ^8.1.1 wyatt_authentication_bloc: path: "../" diff --git a/packages/wyatt_crud_bloc/example/pubspec.yaml b/packages/wyatt_crud_bloc/example/pubspec.yaml index b4e9c1ef..dc5de4b0 100644 --- a/packages/wyatt_crud_bloc/example/pubspec.yaml +++ b/packages/wyatt_crud_bloc/example/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: sdk: flutter cloud_firestore: ^3.1.12 - firebase_core: ^1.14.1 + firebase_core: ^2.0.0 flutter_bloc: ^8.0.1 wyatt_crud_bloc: path: "../"