From 54bd147e87bc932b7021ee83bd05b6e05df68dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Thu, 24 Aug 2023 18:00:21 +0200 Subject: [PATCH] chore: upgrade deps to major versions --- packages/wyatt_authentication_bloc/example/pubspec.yaml | 2 +- packages/wyatt_authentication_bloc/pubspec.yaml | 6 +++--- packages/wyatt_component_copy_with_gen/pubspec.yaml | 2 +- packages/wyatt_http_client/pubspec.yaml | 2 +- packages/wyatt_type_utils/example/pubspec.yaml | 2 +- packages/wyatt_ui_kit/example/pubspec.yaml | 4 ++-- packages/wyatt_ui_kit/pubspec.yaml | 4 ++-- packages/wyatt_ui_layout/example/pubspec.yaml | 2 +- packages/wyatt_ui_layout/pubspec.yaml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/wyatt_authentication_bloc/example/pubspec.yaml b/packages/wyatt_authentication_bloc/example/pubspec.yaml index b269e5d6..dd098d2f 100644 --- a/packages/wyatt_authentication_bloc/example/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/example/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: flutter: sdk: flutter - go_router: ^5.1.5 + go_router: ^10.1.0 firebase_core: ^2.1.1 flutter_bloc: ^8.1.1 firebase_auth: ^4.2.0 diff --git a/packages/wyatt_authentication_bloc/pubspec.yaml b/packages/wyatt_authentication_bloc/pubspec.yaml index 74ad5bce..952edc15 100644 --- a/packages/wyatt_authentication_bloc/pubspec.yaml +++ b/packages/wyatt_authentication_bloc/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter_bloc: ^8.1.1 equatable: ^2.0.5 firebase_auth: ^4.2.0 - google_sign_in: ^5.4.2 + google_sign_in: ^6.1.4 rxdart: ^0.27.7 wyatt_form_bloc: @@ -30,12 +30,12 @@ dependencies: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ version: ^0.0.5 flutter_secure_storage: ^8.0.0 - http: ^0.13.5 + http: ^1.1.0 dev_dependencies: flutter_test: { sdk: flutter } bloc_test: ^9.1.0 - mocktail: ^0.3.0 + mocktail: ^1.0.0 wyatt_analysis: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/ diff --git a/packages/wyatt_component_copy_with_gen/pubspec.yaml b/packages/wyatt_component_copy_with_gen/pubspec.yaml index e7e40745..f2c389a8 100644 --- a/packages/wyatt_component_copy_with_gen/pubspec.yaml +++ b/packages/wyatt_component_copy_with_gen/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: build: ^2.3.1 source_gen: ^1.2.7 - analyzer: ^5.4.0 + analyzer: ^6.2.0 wyatt_component_copy_with_extension: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_http_client/pubspec.yaml b/packages/wyatt_http_client/pubspec.yaml index 7e287156..335af5fc 100644 --- a/packages/wyatt_http_client/pubspec.yaml +++ b/packages/wyatt_http_client/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: crypto: ^3.0.2 - http: ^0.13.4 + http: ^1.1.0 dev_dependencies: wyatt_analysis: diff --git a/packages/wyatt_type_utils/example/pubspec.yaml b/packages/wyatt_type_utils/example/pubspec.yaml index ffb81097..d5773668 100644 --- a/packages/wyatt_type_utils/example/pubspec.yaml +++ b/packages/wyatt_type_utils/example/pubspec.yaml @@ -27,7 +27,7 @@ environment: # the latest version available on pub.dev. To see which dependencies have newer # versions available, run `flutter pub outdated`. dependencies: - http: ^0.13.4 + http: ^1.1.0 wyatt_type_utils: path: "../" diff --git a/packages/wyatt_ui_kit/example/pubspec.yaml b/packages/wyatt_ui_kit/example/pubspec.yaml index f641bc51..75a34a1d 100644 --- a/packages/wyatt_ui_kit/example/pubspec.yaml +++ b/packages/wyatt_ui_kit/example/pubspec.yaml @@ -15,8 +15,8 @@ dependencies: flutter_bloc: ^8.1.2 flutter_localizations: { sdk: flutter } - gap: ^2.0.1 - google_fonts: ^4.0.3 + gap: ^3.0.1 + google_fonts: ^5.1.0 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_kit/pubspec.yaml b/packages/wyatt_ui_kit/pubspec.yaml index 9df5a07b..19aafef5 100644 --- a/packages/wyatt_ui_kit/pubspec.yaml +++ b/packages/wyatt_ui_kit/pubspec.yaml @@ -12,9 +12,9 @@ dependencies: dotted_border: ^2.0.0+3 equatable: ^2.0.5 flutter: { sdk: flutter } - flutter_animate: ^3.0.0 + flutter_animate: ^4.2.0+1 flutter_bloc: ^8.1.2 - gap: ^2.0.1 + gap: ^3.0.1 meta: ^1.8.0 wyatt_bloc_helper: hosted: diff --git a/packages/wyatt_ui_layout/example/pubspec.yaml b/packages/wyatt_ui_layout/example/pubspec.yaml index 3628bf8c..07cae106 100644 --- a/packages/wyatt_ui_layout/example/pubspec.yaml +++ b/packages/wyatt_ui_layout/example/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: wyatt_ui_layout: path: "../" - go_router: ^5.0.1 + go_router: ^10.1.0 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub diff --git a/packages/wyatt_ui_layout/pubspec.yaml b/packages/wyatt_ui_layout/pubspec.yaml index 11315aab..3c737053 100644 --- a/packages/wyatt_ui_layout/pubspec.yaml +++ b/packages/wyatt_ui_layout/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: { sdk: flutter } - gap: ^2.0.1 + gap: ^3.0.1 wyatt_ui_components: hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub