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 Jun 14, 2024
1 parent e9cb340 commit 53a20ae
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
flutter:
sdk: flutter
flutter_riverpod: 2.5.1
go_router: 14.1.4
go_router: 14.2.0
isar:
hosted: https://pub.isar-community.dev/
version: 4.0.3
Expand Down
2 changes: 1 addition & 1 deletion backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
dart_frog: 1.1.0

dev_dependencies:
mocktail: 1.0.3
mocktail: 1.0.4
test: 1.25.7
yumemi_lints: 2.1.0
2 changes: 1 addition & 1 deletion bricks/feature/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ environment:
sdk: 3.5.0-180.3.beta

dependencies:
mason: "0.1.0-dev.56"
mason: "0.1.0-dev.57"
4 changes: 2 additions & 2 deletions cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: 3.5.0-180.3.beta

dependencies:
args: 2.4.2
args: 2.5.0
cli_completion: 0.5.0
mason_logger: 0.2.15
path: 1.9.0
Expand All @@ -19,7 +19,7 @@ dev_dependencies:
build_runner: 2.4.11
build_verify: 3.1.0
build_version: 2.1.1
mocktail: 1.0.3
mocktail: 1.0.4
test: 1.25.7
yumemi_lints: 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion core/common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: 3.5.0-180.3.beta

dependencies:
collection: 1.18.0
collection: 1.19.0
simple_logger: 1.9.0+3

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion core/testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
path: ../common
core_model:
path: ../model
mocktail: 1.0.3
mocktail: 1.0.4
riverpod: 2.5.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 @@ -21,7 +21,7 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: 0.20.5
go_router: 14.1.4
go_router: 14.2.0
hooks_riverpod: 2.5.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:
path: ../../core/ui
flutter:
sdk: flutter
go_router: 14.1.4
go_router: 14.2.0
hooks_riverpod: 2.5.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:
flutter:
sdk: flutter
freezed_annotation: 2.4.1
go_router: 14.1.4
go_router: 14.2.0
hooks_riverpod: 2.5.1
riverpod_annotation: 2.3.5

Expand Down
2 changes: 1 addition & 1 deletion feature/settings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
flutter:
sdk: flutter
flutter_hooks: 0.20.5
go_router: 14.1.4
go_router: 14.2.0
hooks_riverpod: 2.5.1

dev_dependencies:
Expand Down

0 comments on commit 53a20ae

Please sign in to comment.