Skip to content

Commit

Permalink
chore(gql_code_builder): support analyzer 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jan 6, 2025
1 parent 09709e5 commit 36aa8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/gql_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gql-dart/gql
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
analyzer: '>=4.6.0 <7.0.0'
analyzer: '>=4.6.0 <8.0.0'
build: ^2.1.0
built_collection: ^5.0.0
built_value: ^8.0.6
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gql-dart/gql
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
analyzer: '>=4.6.0 <7.0.0'
analyzer: '>=4.6.0 <8.0.0'
built_collection: ^5.0.0
built_value: ^8.0.6
code_builder: ^4.7.0
Expand Down

0 comments on commit 36aa8e5

Please sign in to comment.