Skip to content

Commit

Permalink
chore: fix version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Mar 20, 2024
1 parent 16f6025 commit b22342e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Expand Up @@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.7.0
package_info_plus: ">=4.0.1 <=6.0.0"
package_info_plus: ">=4.0.1 <6.0.0"
path_provider: ^2.0.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/authenticator/amplify_authenticator/pubspec.yaml
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 <6.0.0"
qr_flutter: 4.1.0
smithy: ">=0.6.2 <0.7.0"
stream_transform: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -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 <6.0.0"
pigeon: ^11.0.0
sqlite3: ^2.0.0
source_gen: ^1.3.2
Expand Down

0 comments on commit b22342e

Please sign in to comment.