Skip to content

Commit 87b8b48

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/graphql/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ 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
18-
normalize: '>=0.8.2 <0.10.0'
17+
hive_ce: ^2.11.0
18+
normalize: ">=0.8.2 <0.10.0"
1919
http: ^1.0.0
2020
collection: ^1.15.0
21-
web_socket_channel: '>=3.0.1 <4.0.0'
21+
web_socket_channel: ">=3.0.1 <4.0.0"
2222
stream_channel: ^2.1.0
23-
rxdart: '>=0.27.1 <0.29.0'
23+
rxdart: ">=0.27.1 <0.29.0"
2424
uuid: ^4.0.0
2525

2626
dev_dependencies:
@@ -32,4 +32,4 @@ dev_dependencies:
3232
lints: ^1.0.1
3333

3434
environment:
35-
sdk: '>=3.0.0 <4.0.0'
35+
sdk: ">=3.0.0 <4.0.0"

packages/graphql_flutter/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ 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
21-
flutter_hooks: '>=0.18.2 <0.21.0'
21+
flutter_hooks: ">=0.18.2 <0.21.0"
2222

2323
dev_dependencies:
2424
pedantic: ^1.11.0
@@ -29,7 +29,7 @@ dev_dependencies:
2929
test: ^1.17.12
3030

3131
environment:
32-
sdk: '>=3.0.0 <4.0.0'
32+
sdk: ">=3.0.0 <4.0.0"
3333
flutter: ">=2.11.0"
3434

3535
platforms:

0 commit comments

Comments
 (0)