Skip to content
Merged
Changes from 2 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
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ environment:
sdk: ">=2.12.0 <4.0.0"

dependencies:
bloc: ^8.0.2
bloc: ^9.0.0
rxdart: ^0.28.0

dev_dependencies:
bloc_test: ^9.0.2
equatable: ^2.0.3
lints: ^4.0.0
bloc_test: ^10.0.0
equatable: ^2.0.7
lints: ^5.1.1


# For information on the generic Dart part of this file, see the
Expand Down
Loading