Skip to content

Commit

Permalink
Setting gql_code_builder dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeineflo committed Mar 6, 2024
1 parent 83bd114 commit 2e32124
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/ferry_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ topics:
- codegen
dependencies:
gql: '>=0.14.0 <2.0.0'
gql_code_builder: ^0.10.0
#gql_code_builder: ^0.10.1
gql_code_builder:
git:
url: 'https://github.com/gql-dart/gql.git'
ref: 'bfafca57c04e5615bb38cd74f6e6b3e71d18994f'
path: ./codegen/gql_code_builder
gql_tristate_value: ^1.0.0
built_collection: ^5.0.0
code_builder: ^4.3.0
Expand Down
7 changes: 6 additions & 1 deletion packages/ferry_test_graphql2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ dependencies:
ferry_exec: ^0.6.1-dev.0+1
built_value: ^8.0.4
built_collection: ^5.0.0
gql_code_builder: ^0.10.0
#gql_code_builder: ^0.10.0+1
gql_code_builder:
git:
url: 'https://github.com/gql-dart/gql.git'
ref: 'bfafca57c04e5615bb38cd74f6e6b3e71d18994f'
path: ./codegen/gql_code_builder
dev_dependencies:
test: ^1.16.8
build_runner: ^2.0.2
Expand Down

0 comments on commit 2e32124

Please sign in to comment.