Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
itsezlife committed Feb 15, 2024
2 parents a93d441 + 3c5491a commit 34bd2e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ packages:
dependency: "direct main"
description:
name: bloc
sha256: "3820f15f502372d979121de1f6b97bfcf1630ebff8fe1d52fb2b0bfa49be5b49"
sha256: f53a110e3b48dcd78136c10daa5d51512443cea5e1348c9d80a320095fa2db9e
url: "https://pub.dev"
source: hosted
version: "8.1.2"
version: "8.1.3"
bloc_concurrency:
dependency: transitive
description:
Expand All @@ -123,10 +123,10 @@ packages:
dependency: "direct dev"
description:
name: bloc_test
sha256: "02f04270be5abae8df171143e61a0058a7acbce5dcac887612e89bb40cca4c33"
sha256: "55a48f69e0d480717067c5377c8485a3fcd41f1701a820deef72fa0f4ee7215f"
url: "https://pub.dev"
source: hosted
version: "9.1.5"
version: "9.1.6"
blurhash:
dependency: transitive
description:
Expand Down Expand Up @@ -667,10 +667,10 @@ packages:
dependency: "direct main"
description:
name: flutter_bloc
sha256: e74efb89ee6945bcbce74a5b3a5a3376b088e5f21f55c263fc38cbdc6237faae
sha256: "87325da1ac757fcc4813e6b34ed5dd61169973871fdf181d6c2109dd6935ece1"
url: "https://pub.dev"
source: hosted
version: "8.1.3"
version: "8.1.4"
flutter_blurhash:
dependency: transitive
description:
Expand Down Expand Up @@ -1024,10 +1024,10 @@ packages:
dependency: "direct main"
description:
name: hydrated_bloc
sha256: c925e49704c052a8f249226ae7603f86bfa776b910816390763b956c71d2cbaf
sha256: "00a2099680162e74b5a836b8a7f446e478520a9cae9f6032e028ad8129f4432d"
url: "https://pub.dev"
source: hosted
version: "9.1.3"
version: "9.1.4"
image:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
app_ui:
path: packages/app_ui
async: ^2.11.0
bloc: ^8.1.2
bloc: ^8.1.3
cached_memory_image: ^1.5.0
cached_network_image: ^3.3.1
carousel_slider: ^4.2.1
Expand All @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_bloc: ^8.1.3
flutter_bloc: ^8.1.4
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.6.18+3
Expand All @@ -41,7 +41,7 @@ dependencies:
form_fields:
path: packages/form_fields
go_router: ^13.1.0
hydrated_bloc: ^9.1.3
hydrated_bloc: ^9.1.4
insta_blocks:
path: packages/insta_blocks
instagram_blocks_ui:
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies:
visibility_detector: ^0.4.0+2

dev_dependencies:
bloc_test: ^9.1.5
bloc_test: ^9.1.6
build_runner: ^2.4.8
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 34bd2e5

Please sign in to comment.