Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update analyzer version #155

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 7 additions & 4 deletions codegen/gql_build/pubspec.yaml
Expand Up @@ -2,10 +2,10 @@ name: gql_build
version: 0.1.3
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
repository: https://github.com/gql-dart/gql
environment:
environment:
sdk: '>=2.7.2 <3.0.0'
dependencies:
analyzer: ^0.39.14
dependencies:
analyzer: ^0.40.4
gql: ^0.12.3
path: ^1.6.4
glob: ^1.2.0
Expand All @@ -14,9 +14,12 @@ dependencies:
code_builder: ^3.3.0
dart_style: ^1.2.9
built_value: ^7.1.0
#This version depends on an older version of the analyzer.
# We must wait for a new release to bump this and be able to resolve the dependencies.
# https://github.com/google/built_value.dart/blob/d10058d1426fb5be8c100e2bd96b1094cab86c36/built_value_generator/pubspec.yaml#L12
built_value_generator: ^7.1.0
built_collection: ^4.3.2
yaml: ^2.2.1
dev_dependencies:
dev_dependencies:
build_test: ^0.10.7
gql_pedantic: ^1.0.2
2 changes: 1 addition & 1 deletion codegen/gql_code_builder/pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gql-dart/gql
environment:
sdk: '>=2.7.2 <3.0.0'
dependencies:
analyzer: ^0.39.14
analyzer: ^0.40.4
gql: ^0.12.3
code_builder: ^3.3.0
meta: ^1.1.7
Expand Down