Skip to content

Commit

Permalink
chore(example/deps): lock file maintenance example dependencies (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 11, 2024
1 parent 58c0344 commit 684d191
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions example/pubspec.lock
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: "78f9e0914a5b85de1257a0c1d1af92c4e22f86448133dfc967651ca606a87a82"
sha256: "1a52f1afae8ab7ac4741425114713bdbba802f1ce1e0648e167ffcc6e05e96cf"
url: "https://pub.dev"
source: hosted
version: "1.3.20"
version: "1.3.21"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -45,26 +45,26 @@ packages:
dependency: "direct main"
description:
name: cloud_firestore
sha256: "2a262eb881e7f13de2b33d4a81a6841166e0c148041eb081be4044beb5f89c9c"
sha256: b62be7f11ba72fd6112d8921336d670023a6784898e5cf4d21754cc114d8b56c
url: "https://pub.dev"
source: hosted
version: "4.15.3"
version: "4.15.4"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
sha256: "7589195ebc5051069e6105838cb855a95df83ad76f70f8f5d82f8302cae9422b"
sha256: "53f34ec3b6e90537786bfeabc5be1798e03518b5ffbf8acef4d64523f517b010"
url: "https://pub.dev"
source: hosted
version: "6.1.4"
version: "6.1.5"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
sha256: "816b22e8d69e1cd627fe0c7574668b9ed595799f66ce6fd087cc3ecd4c99f771"
sha256: "85367362561333e40d48ce60351b0d9e58f457fad8d06e36ae5d94f1b9b29518"
url: "https://pub.dev"
source: hosted
version: "3.10.3"
version: "3.10.4"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -101,10 +101,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "0b066f2dc196de65f4e57dc851984acba751a7929bffaee69464b3f75e175a5c"
sha256: "7e049e32a9d347616edb39542cf92cd53fdb4a99fb6af0a0bff327c14cd76445"
url: "https://pub.dev"
source: hosted
version: "2.25.3"
version: "2.25.4"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -117,17 +117,17 @@ packages:
dependency: transitive
description:
name: firebase_core_web
sha256: df9d4ce37b97ecbe4347fb21887cb61383e3e95f8cf8d6c2de5999ef58e8b312
sha256: "57e61d6010e253b36d38191cefd6199d7849152cdcd234b61ca290cdb278a0ba"
url: "https://pub.dev"
source: hosted
version: "2.11.3"
version: "2.11.4"
firestore_cache:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "2.11.3"
version: "2.11.4"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Expand Up @@ -21,8 +21,8 @@ environment:
sdk: ">=3.2.6 <4.0.0"

dependencies:
cloud_firestore: ^4.14.0
firebase_core: ^2.24.2
cloud_firestore: ^4.15.3
firebase_core: ^2.25.3
firestore_cache:
path: ../
flutter:
Expand Down

0 comments on commit 684d191

Please sign in to comment.