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 Dec 26, 2024
1 parent bcbc43a commit f914bb2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.15
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/debug/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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/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:
core_testing:
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/quest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
freezed_annotation: 2.4.4
go_router: 14.6.1
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/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

0 comments on commit f914bb2

Please sign in to comment.