Skip to content

Commit

Permalink
fix(deps): update bloc dependencies (#1145)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 6851556 commit 787f116
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Expand Up @@ -67,18 +67,18 @@ packages:
dependency: "direct main"
description:
name: bloc
sha256: f53a110e3b48dcd78136c10daa5d51512443cea5e1348c9d80a320095fa2db9e
sha256: "106842ad6569f0b60297619e9e0b1885c2fb9bf84812935490e6c5275777804e"
url: "https://pub.dev"
source: hosted
version: "8.1.3"
version: "8.1.4"
bloc_test:
dependency: "direct dev"
description:
name: bloc_test
sha256: "55a48f69e0d480717067c5377c8485a3fcd41f1701a820deef72fa0f4ee7215f"
sha256: "165a6ec950d9252ebe36dc5335f2e6eb13055f33d56db0eeb7642768849b43d2"
url: "https://pub.dev"
source: hosted
version: "9.1.6"
version: "9.1.7"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -472,10 +472,10 @@ packages:
dependency: "direct main"
description:
name: flutter_bloc
sha256: "87325da1ac757fcc4813e6b34ed5dd61169973871fdf181d6c2109dd6935ece1"
sha256: f0ecf6e6eb955193ca60af2d5ca39565a86b8a142452c5b24d96fb477428f4d2
url: "https://pub.dev"
source: hosted
version: "8.1.4"
version: "8.1.5"
flutter_driver:
dependency: transitive
description: flutter
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
appainter_annotations:
path: packages/annotations
bloc: 8.1.3
bloc: 8.1.4
collection: ^1.17.2
copy_with_extension: 5.0.4
cupertino_icons: 1.0.6
Expand All @@ -28,7 +28,7 @@ dependencies:
flex_color_picker: 3.4.1
flutter:
sdk: flutter
flutter_bloc: 8.1.4
flutter_bloc: 8.1.5
flutter_markdown: 0.6.22
google_fonts: 6.2.1
intl: 0.19.0
Expand All @@ -51,7 +51,7 @@ dependency_overrides:
dev_dependencies:
appainter_builder:
path: packages/builder
bloc_test: 9.1.6
bloc_test: 9.1.7
build_runner: 2.4.8
copy_with_extension_gen: 5.0.4
flutter_lints: 3.0.1
Expand Down

0 comments on commit 787f116

Please sign in to comment.