From b43b9fe3acf326e1ae6fb39cbe098f7851ffd577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 21 May 2025 17:35:47 +0200 Subject: [PATCH] chore: update pubspec inter deps --- packages/wyatt_bloc_layout/example/pubspec.yaml | 6 +++--- packages/wyatt_ui_kit/example/pubspec.yaml | 2 +- packages/wyatt_ui_layout/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/wyatt_bloc_layout/example/pubspec.yaml b/packages/wyatt_bloc_layout/example/pubspec.yaml index c2c9a0cc..4b89c798 100644 --- a/packages/wyatt_bloc_layout/example/pubspec.yaml +++ b/packages/wyatt_bloc_layout/example/pubspec.yaml @@ -39,13 +39,13 @@ dependencies: version: ^2.0.3 wyatt_ui_layout: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.1.2+3 + version: ^0.1.3+1 wyatt_crud_bloc: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.2.0 + version: ^0.2.0+2 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub version: ^2.0.1 diff --git a/packages/wyatt_ui_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index 2e9c8cdc..5b841938 100644 --- a/packages/wyatt_ui_kit/example/pubspec.yaml +++ b/packages/wyatt_ui_kit/example/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 dev_dependencies: flutter_test: { sdk: flutter } diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 366ebf9d..6eef917c 100644 --- a/packages/wyatt_ui_layout/pubspec.yaml +++ b/packages/wyatt_ui_layout/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub - version: ^0.3.0+2 + version: ^0.4.0 dev_dependencies: flutter_test: { sdk: flutter }