Skip to content

Commit 87a9239

Browse files
MohamedGawdatvincenzopalazzo
authored andcommitted
chore(graphql_flutter): update dependencies with connectivity_plus to ^7.0.0
- Update connectivity_plus from ^6.1.3 to ^7.0.0 to resolve compatibility conflicts - Update other core dependencies: graphql, gql_exec, path_provider, hive_ce, plugin_platform_interface - Adjust meta version to ^1.15.0 for flutter_test compatibility - Update path dependency to ^1.9.1
1 parent d533f70 commit 87a9239

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/graphql_flutter/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
88
# publish_to: 'none'
99

1010
dependencies:
11-
graphql: ^5.2.0
12-
gql_exec: ^1.0.0
11+
graphql: ^5.2.2
12+
gql_exec: ^1.0.0+1
1313
flutter:
1414
sdk: flutter
1515
meta: ^1.15.0
16-
path_provider: ^2.0.1
17-
path: ^1.9.0
18-
connectivity_plus: ^6.1.3
19-
hive_ce: ^2.11.0
20-
plugin_platform_interface: ^2.0.0
16+
path_provider: ^2.1.5
17+
path: ^1.9.1
18+
connectivity_plus: ^7.0.0
19+
hive_ce: ^2.13.2
20+
plugin_platform_interface: ^2.1.8
2121
flutter_hooks: '>=0.18.2 <0.22.0'
2222

2323
dev_dependencies:
24-
pedantic: ^1.11.0
24+
pedantic: ^1.11.1
2525
mockito: ^5.0.0
2626
flutter_test:
2727
sdk: flutter

0 commit comments

Comments
 (0)