Skip to content

Commit

Permalink
Fixing yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeineflo committed Jan 26, 2024
1 parent 0c9501f commit 173b59c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions codegen/gql_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Useful builders for your GraphQL SDL and documents. Based on packag
repository: https://github.com/gql-dart/gql
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
dependencies:
analyzer: '>=4.6.0 <7.0.0'
build: ^2.1.0
built_collection: ^5.0.0
Expand All @@ -18,10 +18,10 @@ dependencies:
path: ^1.8.0
yaml: ^3.1.0
gql_tristate_value: ^1.0.0
dev_dependencies:
dev_dependencies:
build_test: ^2.0.0
gql_pedantic: ^1.0.2
topics:
topics:
- graphql
- gql
- codegen
8 changes: 4 additions & 4 deletions codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: gql_code_builder
version: 0.10.0
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
repository: https://github.com/gql-dart/gql
environment:
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
dependencies:
analyzer: '>=4.6.0 <7.0.0'
built_collection: ^5.0.0
built_value: ^8.0.6
Expand All @@ -14,11 +14,11 @@ dependencies:
gql_exec: ^1.0.0
path: ^1.8.0
gql_tristate_value: ^1.0.0
dev_dependencies:
dev_dependencies:
build_runner: ^2.1.0
gql_pedantic: ^1.0.2
test: ^1.16.8
topics:
topics:
- graphql
- gql
- codegen

0 comments on commit 173b59c

Please sign in to comment.