Skip to content

Commit

Permalink
chore(example/deps): lock file maintenance example dependencies (#250)
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 Dec 17, 2023
1 parent d2f7e1d commit 9ba6079
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions example/pubspec.lock
Expand Up @@ -45,26 +45,26 @@ packages:
dependency: "direct main"
description:
name: cloud_firestore
sha256: "50e33a5cd62f7ed0e8290802a7e68e090d27738f65256977162c127303ad82ea"
sha256: cb978c7512624144f24f3d06e4312b2f4ac00b016f2fed62dc8f6d56b8585d78
url: "https://pub.dev"
source: hosted
version: "4.13.5"
version: "4.13.6"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
sha256: dedbd776c04429f85726e5cfb6f929d8405da241ceec32baa7d31b7d062dad53
sha256: fa177fa85f7665c76e1ebec252a5b280b4b47612b4d70fe286944814fff1d4f2
url: "https://pub.dev"
source: hosted
version: "6.0.9"
version: "6.0.10"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
sha256: fd60d31f4eb104295256edc2e0bee631dc2b3283c5087701c513bfa9f27b711a
sha256: d0ebbf0927e627c0d7d2f3177d3b6f0050e5d811c08c2b646b0c746a2b502cb7
url: "https://pub.dev"
source: hosted
version: "3.8.9"
version: "3.8.10"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.9.0"
version: "2.10.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -382,4 +382,4 @@ packages:
version: "1.0.3"
sdks:
dart: ">=3.2.3 <4.0.0"
flutter: ">=3.16.3"
flutter: ">=3.16.4"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Expand Up @@ -21,8 +21,8 @@ environment:
sdk: ">=3.2.3 <4.0.0"

dependencies:
cloud_firestore: ^4.13.3
firebase_core: ^2.24.0
cloud_firestore: ^4.13.5
firebase_core: ^2.24.2
firestore_cache:
path: ../
flutter:
Expand Down

0 comments on commit 9ba6079

Please sign in to comment.