feat: update dependencies

This commit is contained in:
Hugo Pointcheval 2022-11-09 01:44:52 -05:00
parent 94f21a664f
commit 0bc2aa3512
Signed by: hugo
GPG Key ID: A9E8E9615379254F

View File

@ -3,6 +3,8 @@ description: Authentication BLoC for Flutter
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
version: 0.2.1+4
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=1.17.0"
@ -12,9 +14,9 @@ dependencies:
sdk: flutter
crypto: ^3.0.2
flutter_bloc: ^8.0.1
equatable: ^2.0.3
firebase_auth: ^3.3.17
flutter_bloc: ^8.1.1
equatable: ^2.0.5
firebase_auth: ^4.1.1
google_sign_in: ^5.3.0
flutter_facebook_auth: ^4.3.0
sign_in_with_apple: ^3.3.0
@ -25,12 +27,24 @@ dependencies:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_form_bloc-v0.0.6
path: packages/wyatt_form_bloc
wyatt_architecture:
git:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_architecture-v0.0.2-dev.0
path: packages/wyatt_architecture
wyatt_type_utils:
git:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_type_utils-v0.0.3+1
path: packages/wyatt_type_utils
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.0.3
bloc_test: ^9.1.0
mocktail: ^0.3.0
wyatt_analysis: