Skip to content

Commit

Permalink
fix(deps): update dependency intl to v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 3192b07 commit 3f3e7d2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1
isar:
hosted: https://pub.isar-community.dev/
version: 4.0.3
Expand Down
2 changes: 1 addition & 1 deletion core/designsystem/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
sdk: flutter
flutter_svg: 2.0.16
gap: 3.0.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
build_runner: 2.4.13
Expand Down
2 changes: 1 addition & 1 deletion core/ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
sdk: flutter
flutter_riverpod: 2.6.1
freezed_annotation: 2.4.4
intl: 0.19.0
intl: 0.20.1
riverpod_annotation: 2.6.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion feature/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1
video_player: 2.9.2

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion feature/contact/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
yumemi_lints: 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion feature/feed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
sdk: flutter
freezed_annotation: 2.4.4
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1
riverpod_annotation: 2.6.1

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion feature/home/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
yumemi_lints: 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion feature/miscellaneous/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
freezed_annotation: 2.4.4
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1
riverpod_annotation: 2.6.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion feature/onboarding/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1
lottie: 3.1.3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion feature/settings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
core_testing:
Expand Down
2 changes: 1 addition & 1 deletion feature/stopwatch/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
yumemi_lints: 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion feature/timer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
yumemi_lints: 2.2.0
Expand Down

0 comments on commit 3f3e7d2

Please sign in to comment.