Skip to content

Commit

Permalink
chore: increase upper bound for connectivity_plus (#3930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson authored Oct 11, 2023
1 parent cbb4fb1 commit 957da6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
amplify_api_dart: ">=0.3.1 <0.4.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
connectivity_plus: ^4.0.1
connectivity_plus: ">=4.0.1 <6.0.0"
flutter:
sdk: flutter
meta: ^1.7.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
built_value: ">=8.6.0 <8.7.0"
built_value_generator: 8.6.1
code_builder: 4.6.0
connectivity_plus: ^4.0.1
connectivity_plus: ">=4.0.1 <6.0.0"
# This must exactly match what's included in `dart format`
# on stable so that CI checks pass for generated code.
dart_style: 2.3.2
Expand Down

0 comments on commit 957da6f

Please sign in to comment.