Skip to content

Commit

Permalink
fix(deps): update pub non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 4a71eb1 commit dcb406e
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0
isar:
hosted: https://pub.isar-community.dev/
version: 4.0.3
isar_flutter_libs:
hosted: https://pub.isar-community.dev/
version: 4.0.3
package_info_plus: 8.1.0
package_info_plus: 8.1.1
path_provider: 2.1.5
riverpod_annotation: 2.6.1
shared_preferences: 2.3.2
shared_preferences: 2.3.3
url_launcher: 6.3.1

dependency_overrides:
Expand Down
4 changes: 2 additions & 2 deletions core/designsystem/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies:
flutter_adaptive_scaffold: 0.3.1
flutter_localizations:
sdk: flutter
flutter_svg: 2.0.11
flutter_svg: 2.0.14
gap: 3.0.1
intl: 0.19.0
intl: 0.20.0

dev_dependencies:
build_runner: 2.4.13
Expand Down
4 changes: 2 additions & 2 deletions core/network/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,10 @@ packages:
dependency: "direct dev"
description:
name: retrofit_generator
sha256: "93d7e6ec656de3d6c8c9b41faf23e50df5761d873a9aaf7531c0982606d1f887"
sha256: f76fdb2b66854690d5a332e7364d7561fc9dc2b3c924d7956ab8070495e21f6a
url: "https://pub.dev"
source: hosted
version: "9.1.4"
version: "9.1.5"
riverpod:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion core/network/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
dev_dependencies:
build_runner: 2.4.13
freezed: 2.5.7
retrofit_generator: 9.1.4
retrofit_generator: 9.1.5
riverpod_generator: 2.6.1
yumemi_lints: 2.2.0
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.0
riverpod_annotation: 2.6.1

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions feature/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0
video_player: 2.9.2

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions feature/debug/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0

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.0
riverpod_annotation: 2.6.1

dependency_overrides:
Expand Down
4 changes: 2 additions & 2 deletions feature/home/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0

dev_dependencies:
core_testing:
Expand Down
4 changes: 2 additions & 2 deletions feature/onboarding/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0
lottie: 3.1.3

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions feature/quest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ dependencies:
flutter_localizations:
sdk: flutter
freezed_annotation: 2.4.4
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0
riverpod_annotation: 2.6.1

dependency_overrides:
Expand Down
4 changes: 2 additions & 2 deletions feature/settings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.0
hooks_riverpod: 2.6.1
intl: 0.19.0
intl: 0.20.0

dev_dependencies:
core_testing:
Expand Down

0 comments on commit dcb406e

Please sign in to comment.