diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a8145123..7c7ae0b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,14 @@ updates: - package-ecosystem: "pub" directories: - "/" - - "/example" - - "/generators" + - "/apps/example" + - "/packages/liquid_flutter" + - "/packages/liquid_flutter_emd_theme" + - "/packages/liquid_flutter_test_utils" + - "/packages/liquid_flutter_window_utils" + - "/packages/liquid_generators" + - "/packages/liquid_flutter/generators" + - "/packages/liquid_flutter/extension/devtools/liquid_flutter_extension" schedule: interval: "weekly" groups: diff --git a/apps/example/pubspec.yaml b/apps/example/pubspec.yaml index be7c76c4..bd66b0ef 100644 --- a/apps/example/pubspec.yaml +++ b/apps/example/pubspec.yaml @@ -19,9 +19,9 @@ dependencies: flutter_markdown: ^0.7.7 flutter_animate: ^4.1.1 flutter_portal: ^1.1.3 - syntax_highlight: ^0.4.0 + syntax_highlight: ^0.5.0 implicitly_animated_list: ^2.2.0 - js: ^0.6.7 + js: ^0.7.2 provider: ^6.0.2 @@ -29,11 +29,11 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 go_router: ^17.0.1 - package_info_plus: ^8.0.2 + package_info_plus: ^9.0.0 web: ^1.1.0 - flutter_sticky_header: ^0.8.0 - wolt_modal_sheet: ^0.9.4 - google_fonts: ^6.3.2 + + + google_fonts: ^8.0.1 url_launcher: ^6.3.1 fuzzy: ^0.5.1 collection: ^1.19.0 @@ -42,7 +42,7 @@ dependencies: shared_preferences: ^2.5.3 jiffy: ^6.4.3 - mtrust_api_guard: ^2.1.0 + mtrust_api_guard: ^5.1.0 liquid_flutter_window_utils: path: ../../packages/liquid_flutter_window_utils diff --git a/packages/liquid_flutter/pubspec.yaml b/packages/liquid_flutter/pubspec.yaml index 705d434b..ecf2dcff 100644 --- a/packages/liquid_flutter/pubspec.yaml +++ b/packages/liquid_flutter/pubspec.yaml @@ -13,20 +13,16 @@ dependencies: intl: ^0.20.2 provider: ^6.0.2 flutter_animate: ^4.1.1 - haptic_feedback: ">=0.4.2 <0.6.0" + haptic_feedback: ^0.6.4+3 responsive_builder: ^0.7.0 lucide_icons_flutter: ^3.1.9 - - sensors_plus: ">=5.0.1 <7.0.0" + sensors_plus: ^7.0.0 collection: ^1.18.0 flutter_svg: ^2.0.10+1 - flutter_sticky_header: ^0.8.0 jiffy: ^6.3.1 - fuzzy: ^0.5.1 device_info_plus: ^11.2.0 go_router: ^17.0.1 mutex: ^3.1.0 - soft_edge_blur: ^0.1.3 value_layout_builder: ^0.5.0 equatable: ^2.0.7 liquid_flutter_window_utils: ^0.0.1-1 @@ -41,7 +37,6 @@ dev_dependencies: liquid_generators: ^0.0.1-1 liquid_flutter_test_utils: ^1.6.3-1 golden_toolkit: ^0.15.0 - change_case: ^2.1.0 flutter: generate: true uses-material-design: true diff --git a/packages/liquid_flutter_window_utils/pubspec.yaml b/packages/liquid_flutter_window_utils/pubspec.yaml index c4f807a0..52d3b299 100644 --- a/packages/liquid_flutter_window_utils/pubspec.yaml +++ b/packages/liquid_flutter_window_utils/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^6.0.0 - pigeon: ^25.5.0 + pigeon: ^26.1.0 flutter: plugin: