From 6dda0043d36edb2c08c62d955ab284f129c09ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 19:12:47 +1000 Subject: [PATCH] Bump firebase_core from 1.15.0 to 1.16.0 in /experimental/web_dashboard (#1214) Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/FirebaseExtended/flutterfire/releases) - [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md) - [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.15.0...firebase_core_v1.16.0) --- updated-dependencies: - dependency-name: firebase_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/web_dashboard/pubspec.lock | 2 +- experimental/web_dashboard/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/web_dashboard/pubspec.lock b/experimental/web_dashboard/pubspec.lock index 8266338e5..068bf03d1 100644 --- a/experimental/web_dashboard/pubspec.lock +++ b/experimental/web_dashboard/pubspec.lock @@ -245,7 +245,7 @@ packages: name: firebase_core url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.16.0" firebase_core_platform_interface: dependency: transitive description: diff --git a/experimental/web_dashboard/pubspec.yaml b/experimental/web_dashboard/pubspec.yaml index 95f394bd4..cd9a0440c 100644 --- a/experimental/web_dashboard/pubspec.yaml +++ b/experimental/web_dashboard/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: cloud_firestore: ^3.1.13 cupertino_icons: ^1.0.0 firebase_auth: ^3.3.17 - firebase_core: ^1.15.0 + firebase_core: ^1.16.0 google_sign_in: ^5.0.0 json_annotation: ^4.5.0 provider: ^6.0.0