Skip to content

Commit ab3258c

Browse files
Merge pull request zino-hofmann#1401 from Thelm76/fix/web_socket_channel
fix(deps): web_socket_channel broken in ^2.4.1
2 parents 6dd5d6e + 61b63de commit ab3258c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
normalize: ^0.8.2
1919
http: ^1.0.0
2020
collection: ^1.15.0
21-
web_socket_channel: ^2.3.0
21+
web_socket_channel: '>=2.3.0 <=2.4.0'
2222
stream_channel: ^2.1.0
2323
rxdart: ^0.27.1
2424
uuid: ^4.0.0

0 commit comments

Comments
 (0)