Skip to content

Commit e5835b4

Browse files
Merge pull request #1322 from ndelanou/main
bump gql version to 1.0.0
2 parents 7ada44d + 6c991d8 commit e5835b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/graphql/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
77
dependencies:
88
meta: ^1.3.0
99
path: ^1.8.0
10-
gql: ^0.14.0
11-
gql_exec: ^0.4.1
12-
gql_link: ^0.5.0
13-
gql_http_link: ^0.4.4+1
14-
gql_transform_link: ^0.2.2
15-
gql_error_link: ^0.2.3
10+
gql: ^1.0.0
11+
gql_exec: ^1.0.0
12+
gql_link: ^1.0.0
13+
gql_http_link: ^1.0.0
14+
gql_transform_link: ^1.0.0
15+
gql_error_link: ^1.0.0
1616
gql_dedupe_link: ^2.0.3
1717
hive: ^2.1.0
18-
normalize: ^0.8.0
18+
normalize: ^0.8.2
1919
http: ^0.13.0
2020
collection: ^1.15.0
2121
web_socket_channel: ^2.3.0

packages/graphql_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
99

1010
dependencies:
1111
graphql: ^5.2.0-beta.1
12-
gql_exec: ^0.4.0
12+
gql_exec: ^1.0.0
1313
flutter:
1414
sdk: flutter
1515
meta: ^1.7.0

0 commit comments

Comments
 (0)