Skip to content

Commit c149fbe

Browse files
committed
chore(repo): Relax intl constraint (#2675)
Fixes #2642 Our current constraint, ^0.17.0, means >=0.17.0 <0.18.0 but we should accept whichever version the customer uses (which is most often the one pinned by flutter).
1 parent a2d0798 commit c149fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/amplify_authenticator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
sdk: flutter
2121
flutter_localizations:
2222
sdk: flutter
23-
intl: ^0.17.0
23+
intl: '>=0.17.0 <1.0.0'
2424
stream_transform: ^2.0.0
2525

2626
dev_dependencies:

packages/amplify_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
collection: ^1.15.0
1515
flutter:
1616
sdk: flutter
17-
intl: ^0.17.0
17+
intl: '>=0.17.0 <1.0.0'
1818
json_annotation: ^4.3.0
1919
meta: ^1.7.0
2020
plugin_platform_interface: ^2.0.0

0 commit comments

Comments
 (0)