Skip to content

Commit

Permalink
feat: allow latest version of _plus plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Mar 26, 2024
1 parent 1b91144 commit 6c8c3c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ dependencies:
amplify_db_common: ">=0.3.3 <0.4.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.3 <0.7.0"
device_info_plus: ^9.0.0
device_info_plus: ">=9.0.0 <11.0.0"
flutter:
sdk: flutter
meta: ^1.7.0
package_info_plus: ">=4.0.1 <6.0.0"
package_info_plus: ">=4.0.1 <7.0.0"
path_provider: ^2.0.0

dev_dependencies:
Expand Down
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.4.0 <0.5.0"
amplify_core: ">=1.7.0 <1.8.0"
amplify_flutter: ">=1.7.0 <1.8.0"
connectivity_plus: ">=4.0.1 <6.0.0"
connectivity_plus: ">=4.0.1 <7.0.0"
flutter:
sdk: flutter
meta: ^1.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/authenticator/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
intl: ">=0.18.0 <1.0.0"
meta: ^1.7.0
# TODO(equartey): Remove this once we have our own method of getting the app name
package_info_plus: ">=4.0.1 <6.0.0"
package_info_plus: ">=4.0.1 <7.0.0"
qr_flutter: 4.1.0
smithy: ">=0.6.2 <0.7.0"
stream_transform: ^2.0.0
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ dependencies:
built_value: ">=8.6.0 <8.9.0"
built_value_generator: 8.8.1
code_builder: 4.10.0
connectivity_plus: ">=4.0.1 <6.0.0"
connectivity_plus: ">=4.0.1 <7.0.0"
# This must roughly match what's included in `dart format`
# on stable so that CI checks pass for generated code.
dart_style: ^2.3.2
device_info_plus: ^9.0.0
device_info_plus: ">=9.0.0 <11.0.0"
drift: ">=2.14.0 <2.15.0"
drift_dev: ">=2.14.0 <2.15.0"
ffigen: ^9.0.0
Expand All @@ -37,7 +37,7 @@ dependencies:
json_serializable: 6.7.1
mime: ^1.0.0
oauth2: ^2.0.2
package_info_plus: ">=4.0.1 <6.0.0"
package_info_plus: ">=4.0.1 <7.0.0"
pigeon: ^11.0.0
sqlite3: ^2.0.0
source_gen: ^1.3.2
Expand Down

0 comments on commit 6c8c3c4

Please sign in to comment.