diff --git a/packages/timezone_map/example/pubspec.yaml b/packages/timezone_map/example/pubspec.yaml index ec46ff09..ec4ed4be 100644 --- a/packages/timezone_map/example/pubspec.yaml +++ b/packages/timezone_map/example/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: flutter: sdk: flutter timezone_map: ^0.1.0 - yaru: ^4.1.0 + yaru: ">=6.0.0 <8.0.0" dev_dependencies: ubuntu_lints: ^0.4.1 diff --git a/packages/ubuntu_test/pubspec.yaml b/packages/ubuntu_test/pubspec.yaml index d70e130d..5c334ea1 100644 --- a/packages/ubuntu_test/pubspec.yaml +++ b/packages/ubuntu_test/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: matcher: ^0.12.16+1 mockito: ^5.4.4 ubuntu_localizations: ^0.5.1 - yaru_test: ^0.2.0 + yaru_test: ^0.3.0 dev_dependencies: ubuntu_lints: ^0.4.1 diff --git a/packages/ubuntu_widgets/pubspec.yaml b/packages/ubuntu_widgets/pubspec.yaml index 254ed0ed..bc1e1d8c 100644 --- a/packages/ubuntu_widgets/pubspec.yaml +++ b/packages/ubuntu_widgets/pubspec.yaml @@ -18,10 +18,10 @@ dependencies: form_field_validator: ^1.1.0 password_strength: ^0.2.0 ubuntu_localizations: ^0.5.1 - yaru: ^5.1.0 + yaru: ">=6.0.0 <8.0.0" dev_dependencies: flutter_test: sdk: flutter ubuntu_lints: ^0.4.1 - yaru_test: ^0.2.0 + yaru_test: ^0.3.1 diff --git a/packages/xdg_icons/example/pubspec.yaml b/packages/xdg_icons/example/pubspec.yaml index 5dc8c2be..1b854aa5 100644 --- a/packages/xdg_icons/example/pubspec.yaml +++ b/packages/xdg_icons/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter: sdk: flutter xdg_icons: ^0.1.0 - yaru: ^1.1.0 + yaru: ">=6.0.0 <8.0.0" flutter: uses-material-design: true diff --git a/packages/xdg_icons/test/goldens/svg_data.png b/packages/xdg_icons/test/goldens/svg_data.png index 0560d464..7444f906 100644 Binary files a/packages/xdg_icons/test/goldens/svg_data.png and b/packages/xdg_icons/test/goldens/svg_data.png differ diff --git a/packages/xdg_icons/test/goldens/svg_file.png b/packages/xdg_icons/test/goldens/svg_file.png index 0560d464..7444f906 100644 Binary files a/packages/xdg_icons/test/goldens/svg_file.png and b/packages/xdg_icons/test/goldens/svg_file.png differ