diff --git a/links/gql_http_link/pubspec.yaml b/links/gql_http_link/pubspec.yaml index 8495b9e3..b8862b35 100644 --- a/links/gql_http_link/pubspec.yaml +++ b/links/gql_http_link/pubspec.yaml @@ -2,22 +2,22 @@ name: gql_http_link version: 1.1.0 description: GQL Terminating Link to execute requests via HTTP using JSON. repository: https://github.com/gql-dart/gql -environment: +environment: sdk: '>=3.0.0 <4.0.0' -dependencies: +dependencies: gql: ^1.0.0 gql_exec: ^1.0.0 gql_link: ^1.0.0 http: '>0.13.0 <2.0.0' http_parser: ^4.0.0 meta: ^1.3.0 -dev_dependencies: +dev_dependencies: build_runner: ^2.0.0 code_builder: ^4.2.0 gql_pedantic: ^1.0.2 mockito: ^5.3.0 test: ^1.16.2 -topics: +topics: - graphql - gql - gql-link