From 776d07063a4f8160daa4b6baa0af4be8517a62a0 Mon Sep 17 00:00:00 2001 From: ndelanou Date: Wed, 24 May 2023 11:42:06 +0200 Subject: [PATCH] feat(graphql_flutter): bump connectivity_plus dependency to ^4.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 fb478690..953b3e9b 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: ^3.0.0 + connectivity_plus: ^4.0.0 hive: ^2.0.0 plugin_platform_interface: ^2.0.0 flutter_hooks: ^0.18.2