Skip to content

Commit 2398849

Browse files
committed
chore: update package
`flutter pub upgrade` followed by: `flutter pub upgrade --major-versions` All tests pass. Intent is to upgrade to intl 0.20.2, supporting Flutter 3.32.
1 parent e5c02c0 commit 2398849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
encrypt: ^5.0.0
2323
enough_convert: ^1.5.0
2424
event_bus: ^2.0.0
25-
intl: ^0.19.0
25+
intl: ^0.20.2
2626
json_annotation: ^4.8.0
2727
pointycastle: ^3.6.0
2828
synchronized: ^3.1.0
@@ -34,8 +34,8 @@ dependency_overrides:
3434
dev_dependencies:
3535
build_runner: ^2.3.0
3636
dart_code_metrics: 5.7.6
37-
flutter_lints: ^4.0.0
37+
flutter_lints: ^6.0.0
3838
json_serializable: ^6.3.0
39-
lints: ^4.0.0
39+
lints: ^6.0.0
4040
test: ^1.20.1
41-
timezone: ^0.9.0
41+
timezone: ^0.10.1

0 commit comments

Comments
 (0)