Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pkg:http version #12028

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
firebase_core: ^2.24.2
flutter:
sdk: flutter
http: ^0.13.3
http: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
freezed: ^2.3.2
http: ^0.13.5
http: ^1.0.0
integration_test:
sdk: flutter
json_serializable: ^6.6.1
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_auth/firebase_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies:
firebase_messaging: ^14.7.9
flutter:
sdk: flutter
flutter_facebook_auth: ^5.0.11
flutter_facebook_auth: ^6.0.0
flutter_signin_button: ^2.0.0
google_sign_in: ^6.1.0
google_sign_in_dartio: ^0.2.2+1 # For Windows support
google_sign_in_dartio: ^0.3.0

dev_dependencies:
http: ^0.13.3
http: ^1.0.0

flutter:
uses-material-design: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_local_notifications: ^16.1.0
http: ^0.13.0
http: ^1.0.0

flutter:
uses-material-design: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
firebase_performance: ^0.9.3+8
flutter:
sdk: flutter
http: ^0.13.0
http: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
http: ^0.13.0
http: ^1.0.0
mockito: ^5.0.0
pedantic: ^1.8.0
plugin_platform_interface: ^2.1.3
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_storage/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
http: ^0.13.0
http: ^1.0.0
mockito: ^5.0.0
plugin_platform_interface: ^2.1.3

Expand Down
2 changes: 1 addition & 1 deletion tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
firebase_storage_web: ^3.6.17
flutter:
sdk: flutter
http: ^0.13.4
http: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
Loading