Skip to content

Commit 44477b4

Browse files
chore(deps): bump flutter_bloc from 8.0.1 to 8.1.1 (#87)
Bumps [flutter_bloc](https://github.com/felangel/bloc/tree/master/packages) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/felangel/bloc/releases) - [Commits](https://github.com/felangel/bloc/commits/flutter_bloc-v8.1.1/packages) --- updated-dependencies: - dependency-name: flutter_bloc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 134e07b commit 44477b4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

pubspec.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.9.0"
31+
version: "2.10.0"
3232
auth_header:
3333
dependency: transitive
3434
description:
@@ -56,14 +56,14 @@ packages:
5656
name: bloc
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "8.0.3"
59+
version: "8.1.0"
6060
boolean_selector:
6161
dependency: transitive
6262
description:
6363
name: boolean_selector
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "2.1.0"
66+
version: "2.1.1"
6767
build:
6868
dependency: transitive
6969
description:
@@ -161,7 +161,7 @@ packages:
161161
name: collection
162162
url: "https://pub.dartlang.org"
163163
source: hosted
164-
version: "1.16.0"
164+
version: "1.17.0"
165165
convert:
166166
dependency: transitive
167167
description:
@@ -285,7 +285,7 @@ packages:
285285
name: flutter_bloc
286286
url: "https://pub.dartlang.org"
287287
source: hosted
288-
version: "8.0.1"
288+
version: "8.1.1"
289289
flutter_lints:
290290
dependency: "direct dev"
291291
description:
@@ -414,7 +414,7 @@ packages:
414414
name: js
415415
url: "https://pub.dartlang.org"
416416
source: hosted
417-
version: "0.6.4"
417+
version: "0.6.5"
418418
json_annotation:
419419
dependency: "direct main"
420420
description:
@@ -449,14 +449,14 @@ packages:
449449
name: matcher
450450
url: "https://pub.dartlang.org"
451451
source: hosted
452-
version: "0.12.12"
452+
version: "0.12.13"
453453
material_color_utilities:
454454
dependency: transitive
455455
description:
456456
name: material_color_utilities
457457
url: "https://pub.dartlang.org"
458458
source: hosted
459-
version: "0.1.5"
459+
version: "0.2.0"
460460
meta:
461461
dependency: transitive
462462
description:
@@ -743,21 +743,21 @@ packages:
743743
name: source_span
744744
url: "https://pub.dartlang.org"
745745
source: hosted
746-
version: "1.9.0"
746+
version: "1.9.1"
747747
stack_trace:
748748
dependency: transitive
749749
description:
750750
name: stack_trace
751751
url: "https://pub.dartlang.org"
752752
source: hosted
753-
version: "1.10.0"
753+
version: "1.11.0"
754754
stream_channel:
755755
dependency: transitive
756756
description:
757757
name: stream_channel
758758
url: "https://pub.dartlang.org"
759759
source: hosted
760-
version: "2.1.0"
760+
version: "2.1.1"
761761
stream_transform:
762762
dependency: transitive
763763
description:
@@ -771,7 +771,7 @@ packages:
771771
name: string_scanner
772772
url: "https://pub.dartlang.org"
773773
source: hosted
774-
version: "1.1.1"
774+
version: "1.2.0"
775775
term_glyph:
776776
dependency: transitive
777777
description:
@@ -785,7 +785,7 @@ packages:
785785
name: test_api
786786
url: "https://pub.dartlang.org"
787787
source: hosted
788-
version: "0.4.12"
788+
version: "0.4.16"
789789
timing:
790790
dependency: transitive
791791
description:
@@ -827,7 +827,7 @@ packages:
827827
name: vector_math
828828
url: "https://pub.dartlang.org"
829829
source: hosted
830-
version: "2.1.2"
830+
version: "2.1.4"
831831
watcher:
832832
dependency: transitive
833833
description:
@@ -871,5 +871,5 @@ packages:
871871
source: hosted
872872
version: "3.1.0"
873873
sdks:
874-
dart: ">=2.17.0 <3.0.0"
874+
dart: ">=2.18.0 <3.0.0"
875875
flutter: ">=2.8.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
injectable: ^1.5.4
5050
get_it: ^7.2.0
5151
auto_route: ^3.2.4
52-
flutter_bloc: ^8.0.1
52+
flutter_bloc: ^8.1.1
5353
rxdart: ^0.27.7
5454

5555
dev_dependencies:

0 commit comments

Comments
 (0)