Skip to content

Commit

Permalink
chore(example/deps): lock file maintenance example dependencies (#329)
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 18, 2024
1 parent b5b90f1 commit 39afe0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions example/pubspec.lock
Expand Up @@ -85,10 +85,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.2"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.11.4"
version: "2.12.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -392,10 +392,10 @@ packages:
dependency: transitive
description:
name: web
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.4.2"
win32:
dependency: transitive
description:
Expand All @@ -414,4 +414,4 @@ packages:
version: "1.0.4"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.16.9"
flutter: ">=3.19.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Expand Up @@ -21,8 +21,8 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
cloud_firestore: ^4.15.3
firebase_core: ^2.25.3
cloud_firestore: ^4.15.4
firebase_core: ^2.25.4
firestore_cache:
path: ../
flutter:
Expand Down

0 comments on commit 39afe0a

Please sign in to comment.