Skip to content

Commit

Permalink
chore(example/deps): lock file maintenance example dependencies (#210)
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 Nov 19, 2023
1 parent 003d1e9 commit 4cfe311
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions example/pubspec.lock
Expand Up @@ -45,26 +45,26 @@ packages:
dependency: "direct main"
description:
name: cloud_firestore
sha256: "49c0e34a0de7150f6b46390263edd7a940776713bf188891f7fd07c7d750389c"
sha256: fabfa9b20e752ea55841b0177620a817baf3c7cd12854f339f7daadb6969ee5a
url: "https://pub.dev"
source: hosted
version: "4.13.0"
version: "4.13.1"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
sha256: beb8a599bd619d5081469b7af43bf4e9bb0e778f3b005c1b45e21b97e836d1a5
sha256: "32cfa6cebf3408e541f074083fa429505af855896425eeab1c4f13edc3f68450"
url: "https://pub.dev"
source: hosted
version: "6.0.4"
version: "6.0.5"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
sha256: "7a21039c98e8b5e2e0c3f5c764b185fe18b353312613074e81262a246fb58ba4"
sha256: d8e36c1a60c69eb6d5bc239e497a1f284627ef8eb42258776bbfc98ce615e869
url: "https://pub.dev"
source: hosted
version: "3.8.4"
version: "3.8.5"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.4.1"
version: "2.5.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -235,10 +235,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: da3fdfeccc4d4ff2da8f8c556704c08f912542c5fb3cf2233ed75372384a034d
sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8
url: "https://pub.dev"
source: hosted
version: "2.1.6"
version: "2.1.7"
shared_preferences:
dependency: transitive
description:
Expand Down Expand Up @@ -283,10 +283,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_web
sha256: d762709c2bbe80626ecc819143013cc820fa49ca5e363620ee20a8b15a3e3daf
sha256: "7b15ffb9387ea3e237bb7a66b8a23d2147663d391cafc5c8f37b2e7b4bde5d21"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.2.2"
shared_preferences_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -368,10 +368,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "350a11abd2d1d97e0cc7a28a81b781c08002aa2864d9e3f192ca0ffa18b06ed3"
sha256: "7c99c0e1e2fa190b48d25c81ca5e42036d5cac81430ef249027d97b0935c553f"
url: "https://pub.dev"
source: hosted
version: "5.0.9"
version: "5.1.0"
xdg_directories:
dependency: transitive
description:
Expand All @@ -382,4 +382,4 @@ packages:
version: "1.0.3"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.13.9"
flutter: ">=3.16.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Expand Up @@ -21,8 +21,8 @@ environment:
sdk: ">=3.2.0 <4.0.0"

dependencies:
cloud_firestore: ^4.0.0
firebase_core: ^2.0.0
cloud_firestore: ^4.13.0
firebase_core: ^2.22.0
firestore_cache:
path: ../
flutter:
Expand Down

0 comments on commit 4cfe311

Please sign in to comment.