Skip to content

Commit 4f599b3

Browse files
fix: correct package_info_plus version constraint (#4583)
chore: fix version constraint
1 parent 16f6025 commit 4f599b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
flutter:
2929
sdk: flutter
3030
meta: ^1.7.0
31-
package_info_plus: ">=4.0.1 <=6.0.0"
31+
package_info_plus: ">=4.0.1 <6.0.0"
3232
path_provider: ^2.0.0
3333

3434
dev_dependencies:

packages/authenticator/amplify_authenticator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
intl: ">=0.18.0 <1.0.0"
2424
meta: ^1.7.0
2525
# TODO(equartey): Remove this once we have our own method of getting the app name
26-
package_info_plus: ">=4.0.1 <=6.0.0"
26+
package_info_plus: ">=4.0.1 <6.0.0"
2727
qr_flutter: 4.1.0
2828
smithy: ">=0.6.2 <0.7.0"
2929
stream_transform: ^2.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
json_serializable: 6.7.1
3838
mime: ^1.0.0
3939
oauth2: ^2.0.2
40-
package_info_plus: ">=4.0.1 <=6.0.0"
40+
package_info_plus: ">=4.0.1 <6.0.0"
4141
pigeon: ^11.0.0
4242
sqlite3: ^2.0.0
4343
source_gen: ^1.3.2

0 commit comments

Comments
 (0)