Skip to content

Commit

Permalink
feat: bump gql version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelanou committed May 3, 2023
1 parent 7ada44d commit 6c991d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
dependencies:
meta: ^1.3.0
path: ^1.8.0
gql: ^0.14.0
gql_exec: ^0.4.1
gql_link: ^0.5.0
gql_http_link: ^0.4.4+1
gql_transform_link: ^0.2.2
gql_error_link: ^0.2.3
gql: ^1.0.0
gql_exec: ^1.0.0
gql_link: ^1.0.0
gql_http_link: ^1.0.0
gql_transform_link: ^1.0.0
gql_error_link: ^1.0.0
gql_dedupe_link: ^2.0.3
hive: ^2.1.0
normalize: ^0.8.0
normalize: ^0.8.2
http: ^0.13.0
collection: ^1.15.0
web_socket_channel: ^2.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues

dependencies:
graphql: ^5.2.0-beta.1
gql_exec: ^0.4.0
gql_exec: ^1.0.0
flutter:
sdk: flutter
meta: ^1.7.0
Expand Down

0 comments on commit 6c991d8

Please sign in to comment.