From 00faa4742c5a58a1ca711177020d1b0d5809c87d Mon Sep 17 00:00:00 2001 From: Christian Budde Christensen Date: Thu, 23 Nov 2023 23:34:14 +0000 Subject: [PATCH] feat: Upgrade builder --- packages/graphql_codegen/pubspec.yaml | 2 +- packages/graphql_switch/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql_codegen/pubspec.yaml b/packages/graphql_codegen/pubspec.yaml index ccb50029..28520fc1 100644 --- a/packages/graphql_codegen/pubspec.yaml +++ b/packages/graphql_codegen/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dart_style: ^2.0.1 built_collection: ^5.0.0 path: ^1.8.0 - gql_code_builder: ^0.7.1 + gql_code_builder: ^0.9.1 recase: ^4.0.0 json_annotation: ^4.8.0 dev_dependencies: diff --git a/packages/graphql_switch/pubspec.yaml b/packages/graphql_switch/pubspec.yaml index cf3fed20..18a68c94 100644 --- a/packages/graphql_switch/pubspec.yaml +++ b/packages/graphql_switch/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: dart_style: ^2.0.1 built_collection: ^5.0.0 path: ^1.8.0 - gql_code_builder: ^0.7.1 + gql_code_builder: ^0.9.1 recase: ^4.0.0 json_annotation: ^4.8.0 graphql_codegen: "^0.11.0-beta.1"