From dd53e61f8c1410ced70e4cdc665bb8e89e5fbeb4 Mon Sep 17 00:00:00 2001 From: erknvl Date: Tue, 10 Oct 2023 12:35:18 +0300 Subject: [PATCH] feat: bump connectivity_plus to 5.0.0 --- packages/graphql_flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index ef72a628..eb1ddc6f 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: meta: ^1.7.0 path_provider: ^2.0.1 path: ^1.8.0 - connectivity_plus: ^4.0.0 + connectivity_plus: ^5.0.0 hive: ^2.0.0 plugin_platform_interface: ^2.0.0 flutter_hooks: '>=0.18.2 <0.21.0'