From f914bb293db82a9a87d46b607c9054b54c9a9e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:19:17 +0000 Subject: [PATCH] fix(deps): update dependency intl to v0.20.1 --- app/mobile/pubspec.yaml | 2 +- core/designsystem/pubspec.yaml | 2 +- core/ui/pubspec.yaml | 2 +- feature/auth/pubspec.yaml | 2 +- feature/debug/pubspec.yaml | 2 +- feature/feed/pubspec.yaml | 2 +- feature/home/pubspec.yaml | 2 +- feature/onboarding/pubspec.yaml | 2 +- feature/quest/pubspec.yaml | 2 +- feature/settings/pubspec.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/mobile/pubspec.yaml b/app/mobile/pubspec.yaml index 59676fab..96dd3a2b 100644 --- a/app/mobile/pubspec.yaml +++ b/app/mobile/pubspec.yaml @@ -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 diff --git a/core/designsystem/pubspec.yaml b/core/designsystem/pubspec.yaml index bfada7cb..901ab7ed 100644 --- a/core/designsystem/pubspec.yaml +++ b/core/designsystem/pubspec.yaml @@ -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 diff --git a/core/ui/pubspec.yaml b/core/ui/pubspec.yaml index 3aee9389..cf4ac84e 100644 --- a/core/ui/pubspec.yaml +++ b/core/ui/pubspec.yaml @@ -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: diff --git a/feature/auth/pubspec.yaml b/feature/auth/pubspec.yaml index 9d554e46..c1217aa3 100644 --- a/feature/auth/pubspec.yaml +++ b/feature/auth/pubspec.yaml @@ -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: diff --git a/feature/debug/pubspec.yaml b/feature/debug/pubspec.yaml index b262f1c9..f126606e 100644 --- a/feature/debug/pubspec.yaml +++ b/feature/debug/pubspec.yaml @@ -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: diff --git a/feature/feed/pubspec.yaml b/feature/feed/pubspec.yaml index dc50ea91..bfd48f08 100644 --- a/feature/feed/pubspec.yaml +++ b/feature/feed/pubspec.yaml @@ -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: diff --git a/feature/home/pubspec.yaml b/feature/home/pubspec.yaml index 783da3d1..398403d6 100644 --- a/feature/home/pubspec.yaml +++ b/feature/home/pubspec.yaml @@ -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: diff --git a/feature/onboarding/pubspec.yaml b/feature/onboarding/pubspec.yaml index 20c1acd3..a415e474 100644 --- a/feature/onboarding/pubspec.yaml +++ b/feature/onboarding/pubspec.yaml @@ -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: diff --git a/feature/quest/pubspec.yaml b/feature/quest/pubspec.yaml index bf4ed741..9fc19261 100644 --- a/feature/quest/pubspec.yaml +++ b/feature/quest/pubspec.yaml @@ -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: diff --git a/feature/settings/pubspec.yaml b/feature/settings/pubspec.yaml index a175dbac..1ef7c5c4 100644 --- a/feature/settings/pubspec.yaml +++ b/feature/settings/pubspec.yaml @@ -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: