Skip to content
Closed
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
12 changes: 6 additions & 6 deletions openhealth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.18.0"
objective_c:
dependency: transitive
description:
Expand Down Expand Up @@ -741,10 +741,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
url: "https://pub.dev"
source: hosted
version: "0.7.10"
version: "0.7.11"
typed_data:
dependency: transitive
description:
Expand All @@ -765,10 +765,10 @@ packages:
dependency: "direct dev"
description:
name: very_good_analysis
sha256: d1cb1d66a5aae2c702d68caca6c8347306d35e728fd94555fa21fa0448a972e0
sha256: "481af67ab5877af20325251dc215a4ebac7666a1c8cf09198ffd457bc612b33d"
url: "https://pub.dev"
source: hosted
version: "10.2.0"
version: "10.3.0"
vm_service:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion openhealth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dev_dependencies:
flutter_launcher_icons: ^0.14.3
flutter_test:
sdk: flutter
very_good_analysis: ^10.2.0
very_good_analysis: ^10.3.0
# In-process SQLite (FFI) so the sqflite repository runs in `flutter test`
# on the host with no device/simulator. Keep the pre-build-hook release
# pinned so this test-only dependency cannot download or bundle native
Expand Down
Loading