Skip to content

Commit

Permalink
Merge pull request #1401 from Thelm76/fix/web_socket_channel
Browse files Browse the repository at this point in the history
fix(deps): web_socket_channel broken in ^2.4.1
  • Loading branch information
vincenzopalazzo authored Mar 31, 2024
2 parents 6dd5d6e + 61b63de commit ab3258c
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 @@ -18,7 +18,7 @@ dependencies:
normalize: ^0.8.2
http: ^1.0.0
collection: ^1.15.0
web_socket_channel: ^2.3.0
web_socket_channel: '>=2.3.0 <=2.4.0'
stream_channel: ^2.1.0
rxdart: ^0.27.1
uuid: ^4.0.0
Expand Down

0 comments on commit ab3258c

Please sign in to comment.