From ec0d63940495b9adfc562fe52933ff7bf7579d69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 23:33:40 +0700 Subject: [PATCH] [skip ci] Update dependency photo_view to ^0.15.0 (#1225) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- demo_app/pubspec.lock | 4 ++-- demo_app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo_app/pubspec.lock b/demo_app/pubspec.lock index a04ec737e..f7556e20d 100644 --- a/demo_app/pubspec.lock +++ b/demo_app/pubspec.lock @@ -659,10 +659,10 @@ packages: dependency: "direct main" description: name: photo_view - sha256: "8036802a00bae2a78fc197af8a158e3e2f7b500561ed23b4c458107685e645bb" + sha256: "1fc3d970a91295fbd1364296575f854c9863f225505c28c46e0a03e48960c75e" url: "https://pub.dev" source: hosted - version: "0.14.0" + version: "0.15.0" platform: dependency: transitive description: diff --git a/demo_app/pubspec.yaml b/demo_app/pubspec.yaml index 00bf67ffe..3b8e33502 100644 --- a/demo_app/pubspec.yaml +++ b/demo_app/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: http: any logging: any path_provider: any - photo_view: ^0.14.0 + photo_view: ^0.15.0 provider: ^6.0.0 url_launcher: any