Skip to content

Commit

Permalink
Merge pull request #733 from tatsutakein-jp/renovate/intl-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency intl to v0.20.1
  • Loading branch information
renovate[bot] authored Jan 11, 2025
2 parents e2c95cb + 2959928 commit 16c99f2
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
sdk: flutter
go_router: 14.6.3
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.17
gap: 3.0.1
intl: 0.19.0
intl: 0.20.1

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

Expand Down
2 changes: 1 addition & 1 deletion feature/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
flutter_localizations:
sdk: flutter
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 @@ -21,7 +21,7 @@ dependencies:
flutter_localizations:
sdk: flutter
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
core_testing: any
Expand Down
2 changes: 1 addition & 1 deletion feature/feed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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/home/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
flutter_localizations:
sdk: flutter
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

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

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 @@ -21,7 +21,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/settings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
flutter_localizations:
sdk: flutter
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.1

dev_dependencies:
core_testing: any
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -851,13 +851,13 @@ packages:
source: hosted
version: "2.1.0"
intl:
dependency: transitive
dependency: "direct overridden"
description:
name: intl
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
sha256: "00f33b908655e606b86d2ade4710a231b802eec6f11e87e4ea3783fd72077a50"
url: "https://pub.dev"
source: hosted
version: "0.19.0"
version: "0.20.1"
io:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dev_dependencies:
dependency_overrides:
collection: 1.19.1
file: 7.0.0
intl: 0.20.1
meta: 1.15.0
test_api: 0.7.4
web: 0.4.2

0 comments on commit 16c99f2

Please sign in to comment.