Skip to content

Commit

Permalink
fix(graphql): upgrade the ws packege to v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Jan 15, 2023
1 parent 6deede9 commit e736f5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Expand Up @@ -594,6 +594,8 @@ class GraphQLWebSocketChannel extends StreamChannelMixin<dynamic>

String? get closeReason => _webSocket.closeReason;

Future<void> get ready => _webSocket.ready;

@override
WebSocketSink get sink => _webSocket.sink;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Expand Up @@ -18,7 +18,7 @@ dependencies:
normalize: ^0.8.0
http: ^0.13.0
collection: ^1.15.0
web_socket_channel: 2.2.0
web_socket_channel: ^2.3.0
stream_channel: ^2.1.0
rxdart: ^0.27.1
uuid: ^3.0.1
Expand Down
6 changes: 5 additions & 1 deletion packages/graphql_flutter/pubspec.yaml
Expand Up @@ -4,8 +4,12 @@ version: 5.1.2
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues

# just for dev work
publish_to: 'none'

dependencies:
graphql: ^5.1.3
graphql:
path: ../graphql
gql_exec: ^0.4.0
flutter:
sdk: flutter
Expand Down

0 comments on commit e736f5b

Please sign in to comment.