Skip to content

Commit 989bdd6

Browse files
committed
chore(graphql, graphql_flutter): switch hive to hive_ce and align version to ^2.11.0
1 parent 6226607 commit 989bdd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/graphql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
gql_transform_link: ^1.0.0
1515
gql_error_link: ^1.0.0
1616
gql_dedupe_link: ^2.0.3
17-
hive_ce: ^2.11.3
17+
hive_ce: ^2.11.0
1818
normalize: '>=0.8.2 <0.10.0'
1919
http: ^1.0.0
2020
collection: ^1.15.0

packages/graphql_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
path_provider: ^2.0.1
1717
path: ^1.9.0
1818
connectivity_plus: ^6.1.3
19-
hive_ce: ^2.11.3
19+
hive_ce: ^2.11.0
2020
plugin_platform_interface: ^2.0.0
2121
flutter_hooks: '>=0.18.2 <0.21.0'
2222

0 commit comments

Comments
 (0)