Skip to content

Commit

Permalink
fix multipack
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jun 7, 2024
1 parent 6df951a commit 5a1a5e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions links/gql_http_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a1a5e3

Please sign in to comment.