Skip to content

Commit 9e799e1

Browse files
committed
fix: update web_socket_channel to resolve graphql 5.2.3 compatibility
Updates web_socket_channel from ^2.2.0 to ^3.0.0 in packages that use graphql ^5.2.3, which requires web_socket_channel ^3.0.1. This ensures all packages can resolve their dependencies correctly with the updated graphql version and allows rxdart 0.28.x to be used. Related to #171
1 parent 37f4134 commit 9e799e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/nhost_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ dev_dependencies:
3636
nhost_gql_links: ^4.0.10
3737
async: ^2.10.0
3838
stream_channel: ^2.1.1
39-
web_socket_channel: ^2.2.0
39+
web_socket_channel: ^3.0.0
4040
uuid: ^4.0.0

packages/nhost_gql_links/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
http: ^1.1.0
1818
logging: ^1.1.0
1919
meta: ^1.7.0
20-
web_socket_channel: ^2.2.0
20+
web_socket_channel: ^3.0.0
2121

2222
#Nhost_dart
2323
nhost_sdk: ^5.7.0

packages/nhost_graphql_adapter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ dev_dependencies:
2323
nock: ^1.2.1
2424
stream_channel: ^2.1.1
2525
test: ^1.22.0
26-
web_socket_channel: ^2.2.0
26+
web_socket_channel: ^3.0.0

0 commit comments

Comments
 (0)