Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flutter_map_marker_popup and flutter_map in /packages/uni_app #1288

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions packages/uni_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.3"
dart_earcut:
dependency: transitive
description:
name: dart_earcut
sha256: "41b493147e30a051efb2da1e3acb7f38fe0db60afba24ac1ea5684cee272721e"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -503,18 +511,18 @@ packages:
dependency: "direct main"
description:
name: flutter_map
sha256: "5286f72f87deb132daa1489442d6cc46e986fc105cb727d9ae1b602b35b1d1f3"
sha256: "2ecb34619a4be19df6f40c2f8dce1591675b4eff7a6857bd8f533706977385da"
url: "https://pub.dev"
source: hosted
version: "5.0.0"
version: "7.0.2"
flutter_map_marker_popup:
dependency: "direct main"
description:
name: flutter_map_marker_popup
sha256: be209c68b19d4c10d9a2f5911e45f7c579624c43a353adb9bf0f2fec0cf30b8c
sha256: a7540538114b5d1627ab67b498273d66bc36090385412ae49ef215af4a2861c5
url: "https://pub.dev"
source: hosted
version: "5.2.0"
version: "7.0.0"
flutter_markdown:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/uni_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies:
flutter_local_notifications: ^15.1.0+1
flutter_localizations:
sdk: flutter
flutter_map: ^5.0.0
flutter_map_marker_popup: ^5.0.0
flutter_map: ^7.0.2
flutter_map_marker_popup: ^7.0.0
flutter_markdown: ^0.6.0
flutter_secure_storage: ^9.2.2
flutter_svg: ^2.0.9
Expand Down
Loading