Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(example/deps): lock file maintenance example dependencies #230

Merged
merged 1 commit into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: dd68ecea9f1e3556d385521bd21c7bafd6311a8c1e11abe2595ca27974f468ee
sha256: eb0ac20f704799b986049fbb3c1c16421eca319a1b872378d669513e12452ba5
url: "https://pub.dev"
source: hosted
version: "1.3.13"
version: "1.3.14"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -45,26 +45,26 @@ packages:
dependency: "direct main"
description:
name: cloud_firestore
sha256: ea38eb00eadeec0525ca5239f7513d5410eb5eebeb84f718cb0d221c96ac3e81
sha256: "8fa76be13bf33c7e1521794d8f43e94abb83515201667d00a1e0063351867200"
url: "https://pub.dev"
source: hosted
version: "4.13.2"
version: "4.13.3"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
sha256: "8dcb8d201453ebf743eb937a42aa755dfebdc609f6aede1f54d46efb6b6267a4"
sha256: "5683de3ed02dded4857882493a7f359dff8cb9941ef36fa707f1b1cbde054838"
url: "https://pub.dev"
source: hosted
version: "6.0.6"
version: "6.0.7"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
sha256: f0370f7953d663532f66f6fc71e0493fd65b76aeace71bbeeafa2eada604a070
sha256: "29ed06af42c224e2ada69344b6d42e3d4c5e37f3931ea790733e859c0e5bfbf8"
url: "https://pub.dev"
source: hosted
version: "3.8.6"
version: "3.8.7"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -101,10 +101,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "471b46ea6a9af503184d4de691566887daedd312aec5baac5baa42d819f56446"
sha256: d301561d614487688d797717bef013a264c517d1d09e4c5c1325c3a64c835efb
url: "https://pub.dev"
source: hosted
version: "2.23.0"
version: "2.24.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -117,17 +117,17 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: "0631a2ec971dbc540275e2fa00c3a8a2676f0a7adbc3c197d6fba569db689d97"
sha256: "10159d9ee42c79f4548971d92f3f0fcd5791f6738cda3583a4e3b2c8b244c018"
url: "https://pub.dev"
source: hosted
version: "2.8.1"
version: "2.9.0"
firestore_cache:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "2.7.0"
version: "2.8.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -368,10 +368,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "7c99c0e1e2fa190b48d25c81ca5e42036d5cac81430ef249027d97b0935c553f"
sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574
url: "https://pub.dev"
source: hosted
version: "5.1.0"
version: "5.1.1"
xdg_directories:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ environment:
sdk: ">=3.2.2 <4.0.0"

dependencies:
cloud_firestore: ^4.13.1
firebase_core: ^2.22.0
cloud_firestore: ^4.13.2
firebase_core: ^2.23.0
firestore_cache:
path: ../
flutter:
Expand Down