Skip to content

Commit

Permalink
fix(graphql): upgrade rxdart 0.28.0 (#1454)
Browse files Browse the repository at this point in the history
* chore(graphql): upgrade rxdart 0.28.0

* Update packages/graphql/pubspec.yaml

Co-authored-by: Rene Floor <[email protected]>

---------

Co-authored-by: Vincenzo Palazzo <[email protected]>
Co-authored-by: Rene Floor <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent ff0ea7c commit 1b851ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
collection: ^1.15.0
web_socket_channel: '>=2.3.0 <=2.4.0'
stream_channel: ^2.1.0
rxdart: ^0.27.1
rxdart: '>=0.27.1 <0.29.0'
uuid: ^4.0.0

dev_dependencies:
Expand Down

0 comments on commit 1b851ea

Please sign in to comment.