From 79d52a93ba5e82d19b8fc1a260272edf2b55d839 Mon Sep 17 00:00:00 2001 From: Mateo MARTINEZ Date: Thu, 5 Oct 2023 13:17:52 +0200 Subject: [PATCH] chore(dependencies): update gql deps --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4920e6ef..a9833eb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,12 +15,12 @@ dependencies: dart_style: ^2.3.0 equatable: ^2.0.5 glob: ^2.1.1 - gql_code_builder: ^0.7.1 + gql_code_builder: '>=0.7.1 <0.9.0' gql_dedupe_link: ^2.0.3+1 - gql_exec: ^0.4.3 - gql_http_link: ^0.4.5 - gql_link: ^0.5.1 - gql: ^0.14.0 + gql_exec: '>=0.4.3 <2.0.0' + gql_http_link: '>=0.4.5 <2.0.0' + gql_link: '>=0.5.0 <2.0.0' + gql: '>=0.14.0 <2.0.0' http: '>=0.13.5 <2.0.0' json_annotation: ^4.8.0 path: ^1.8.3