From 1b851eaa9c64ce4bbf6f0962cd64a74209d95ce5 Mon Sep 17 00:00:00 2001 From: Seiya Kokushi Date: Fri, 30 Aug 2024 20:03:37 +0900 Subject: [PATCH] fix(graphql): upgrade rxdart 0.28.0 (#1454) * chore(graphql): upgrade rxdart 0.28.0 * Update packages/graphql/pubspec.yaml Co-authored-by: Rene Floor --------- Co-authored-by: Vincenzo Palazzo Co-authored-by: Rene Floor --- packages/graphql/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 85e0e28b..b7c2dd0b 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -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: