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 bloc_test, flutter_bloc and bloc #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@ packages:
dependency: "direct main"
description:
name: bloc
sha256: "106842ad6569f0b60297619e9e0b1885c2fb9bf84812935490e6c5275777804e"
sha256: "52c10575f4445c61dd9e0cafcc6356fdd827c4c64dd7945ef3c4105f6b6ac189"
url: "https://pub.dev"
source: hosted
version: "8.1.4"
version: "9.0.0"
bloc_test:
dependency: "direct dev"
description:
name: bloc_test
sha256: "165a6ec950d9252ebe36dc5335f2e6eb13055f33d56db0eeb7642768849b43d2"
sha256: "1dd549e58be35148bc22a9135962106aa29334bc1e3f285994946a1057b29d7b"
url: "https://pub.dev"
source: hosted
version: "9.1.7"
version: "10.0.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -303,10 +303,10 @@ packages:
dependency: "direct main"
description:
name: flutter_bloc
sha256: b594505eac31a0518bdcb4b5b79573b8d9117b193cc80cc12e17d639b10aa27a
sha256: "153856bdaac302bbdc58a1d1403d50c40557254aa05eaeed40515d88a25a526b"
url: "https://pub.dev"
source: hosted
version: "8.1.6"
version: "9.0.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ environment:

dependencies:
audioplayers: ^6.0.0
bloc: ^8.1.3
bloc: ^9.0.0
dio: ^5.4.3+1
equatable: ^2.0.5
file_picker: ^8.1.3
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_bloc: ^8.1.6
flutter_bloc: ^9.0.0
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.10+1
Expand All @@ -27,7 +27,7 @@ dependencies:
window_manager: ^0.4.3

dev_dependencies:
bloc_test: ^9.1.6
bloc_test: ^10.0.0
flutter_launcher_icons: ^0.14.2
flutter_native_splash: ^2.4.0
flutter_test:
Expand Down
Loading