Skip to content

Commit

Permalink
build(deps): bump bloc_test, flutter_bloc and bloc (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBarisKilic authored Jan 16, 2025
2 parents 87ab39a + 495ed5d commit 457a320
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,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 @@ -359,10 +359,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_localizations:
dependency: "direct main"
description: flutter
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ environment:
flutter: ">=3.10.0"

dependencies:
bloc: ^8.1.4
bloc: ^9.0.0
equatable: ^2.0.7
flame: ^1.23.0
flame_audio: ^2.10.7
flame_behaviors: ^0.2.0
flame_tiled: ^1.21.2
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_bloc: ^9.0.0
flutter_localizations:
sdk: flutter
freezed_annotation: ^2.4.4
Expand All @@ -26,7 +26,7 @@ dependencies:
path: ./packages/sharp_toggle_switch

dev_dependencies:
bloc_test: ^9.1.7
bloc_test: ^10.0.0
build_runner: ^2.4.14
flame_test: ^1.17.4
flutter_test:
Expand Down

0 comments on commit 457a320

Please sign in to comment.