Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update pub non-major dependencies #739

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ environment:
sdk: 3.5.4

dependencies:
built_value: 8.9.2
built_value: 8.9.3
core_network_model:
path: ../../core/network_model
dart_frog: 1.1.0
dart_frog: 1.2.0
dotenv: 4.2.0
ferry: 0.16.0+1
gql_code_builder: 0.13.0
Expand All @@ -22,8 +22,8 @@ dependencies:
shelf_cors_headers: 0.1.5

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
ferry_generator: 0.12.0
mocktail: 1.0.4
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
2 changes: 1 addition & 1 deletion app/catalog/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
widgetbook_annotation: 3.2.0

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
widgetbook_generator: 3.9.1
yumemi_lints: 2.2.0

Expand Down
8 changes: 4 additions & 4 deletions app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.6.1
go_router: 14.6.2
hooks_riverpod: 2.6.1
intl: 0.19.0
isar:
Expand All @@ -63,10 +63,10 @@ dependencies:
isar_flutter_libs:
hosted: https://pub.isar-community.dev/
version: 4.0.3
package_info_plus: 8.1.1
package_info_plus: 8.1.2
path_provider: 2.1.5
riverpod_annotation: 2.6.1
shared_preferences: 2.3.3
shared_preferences: 2.3.4
url_launcher: 6.3.1

dependency_overrides:
Expand All @@ -78,7 +78,7 @@ dependency_overrides:
web: 0.4.2

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
envied_generator: 1.0.0
go_router_builder: 2.7.1
riverpod_generator: 2.6.3
Expand Down
2 changes: 1 addition & 1 deletion core/analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
riverpod_generator: 2.6.3
yumemi_lints: 2.2.0
4 changes: 2 additions & 2 deletions core/analytics_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependency_overrides:
test_api: 0.7.2

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
riverpod_generator: 2.6.3
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
2 changes: 1 addition & 1 deletion core/authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
riverpod_generator: 2.6.3
yumemi_lints: 2.2.0
12 changes: 6 additions & 6 deletions core/common/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,26 +338,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f"
sha256: "8391fbe68d520daf2314121764d38e37f934c02fd7301ad18307bd93bd6b725d"
url: "https://pub.dev"
source: hosted
version: "1.25.8"
version: "1.25.14"
test_api:
dependency: transitive
description:
name: test_api
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
url: "https://pub.dev"
source: hosted
version: "0.7.3"
version: "0.7.4"
test_core:
dependency: transitive
description:
name: test_core
sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d"
sha256: "84d17c3486c8dfdbe5e12a50c8ae176d15e2a771b96909a9442b40173649ccaa"
url: "https://pub.dev"
source: hosted
version: "0.6.5"
version: "0.6.8"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion core/common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
simple_logger: 1.10.0

dev_dependencies:
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
4 changes: 2 additions & 2 deletions core/data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
core_testing:
path: ../testing
riverpod_generator: 2.6.3
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
2 changes: 1 addition & 1 deletion core/database/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
riverpod_generator: 2.6.3
yumemi_lints: 2.2.0
4 changes: 2 additions & 2 deletions core/database_isar/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
core_testing:
path: ../testing
riverpod_generator: 2.6.3
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
2 changes: 1 addition & 1 deletion core/datastore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
riverpod_generator: 2.6.3
yumemi_lints: 2.2.0
4 changes: 2 additions & 2 deletions core/designsystem/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ dependencies:
flutter_adaptive_scaffold: 0.3.1
flutter_localizations:
sdk: flutter
flutter_svg: 2.0.15
flutter_svg: 2.0.16
gap: 3.0.1
intl: 0.19.0

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
core_testing:
path: ../testing
flutter_gen_runner: 5.8.0
Expand Down
4 changes: 2 additions & 2 deletions core/domain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
core_testing:
path: ../testing
riverpod_generator: 2.6.3
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
4 changes: 2 additions & 2 deletions core/model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
freezed: 2.5.7
riverpod_generator: 2.6.3
test: 1.25.8
test: 1.25.14
yumemi_lints: 2.2.0
2 changes: 1 addition & 1 deletion core/network/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
freezed: 2.5.7
retrofit_generator: 9.1.5
riverpod_generator: 2.6.3
Expand Down
4 changes: 2 additions & 2 deletions core/network_model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
json_annotation: 4.9.0

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
freezed: 2.5.7
json_serializable: 6.9.0
json_serializable: 6.9.2
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 @@ -25,7 +25,7 @@ dependencies:
riverpod_annotation: 2.6.1

dev_dependencies:
build_runner: 2.4.13
build_runner: 2.4.14
core_testing:
path: ../testing
flutter_test:
Expand Down
20 changes: 10 additions & 10 deletions feature/auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packages:
source: hosted
version: "1.18.0"
core_authenticator:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/authenticator"
relative: true
Expand All @@ -72,21 +72,21 @@ packages:
source: path
version: "1.0.0"
core_data:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/data"
relative: true
source: path
version: "1.0.0"
core_database:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/database"
relative: true
source: path
version: "1.0.0"
core_datastore:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/datastore"
relative: true
Expand Down Expand Up @@ -114,14 +114,14 @@ packages:
source: path
version: "1.0.0"
core_network:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/network"
relative: true
source: path
version: "1.0.0"
core_network_model:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/network_model"
relative: true
Expand Down Expand Up @@ -219,10 +219,10 @@ packages:
dependency: transitive
description:
name: flutter_svg
sha256: "936d9c1c010d3e234d1672574636f3352b4941ca3decaddd3cafaeb9ad49c471"
sha256: "54900a1a1243f3c4a5506d853a2b5c2dbc38d5f27e52a52618a8054401431123"
url: "https://pub.dev"
source: hosted
version: "2.0.15"
version: "2.0.16"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -253,10 +253,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "8660b74171fafae4aa8202100fa2e55349e078281dadc73a241eb8e758534d9d"
sha256: "2fd11229f59e23e967b0775df8d5948a519cd7e1e8b6e849729e010587b46539"
url: "https://pub.dev"
source: hosted
version: "14.6.1"
version: "14.6.2"
hooks_riverpod:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion feature/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.6.1
go_router: 14.6.2
hooks_riverpod: 2.6.1
intl: 0.19.0
video_player: 2.9.2
Expand Down
18 changes: 9 additions & 9 deletions feature/debug/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packages:
source: hosted
version: "1.18.0"
core_authenticator:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/authenticator"
relative: true
Expand All @@ -72,14 +72,14 @@ packages:
source: path
version: "1.0.0"
core_data:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/data"
relative: true
source: path
version: "1.0.0"
core_database:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/database"
relative: true
Expand Down Expand Up @@ -114,14 +114,14 @@ packages:
source: path
version: "1.0.0"
core_network:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/network"
relative: true
source: path
version: "1.0.0"
core_network_model:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/network_model"
relative: true
Expand Down Expand Up @@ -211,10 +211,10 @@ packages:
dependency: transitive
description:
name: flutter_svg
sha256: "936d9c1c010d3e234d1672574636f3352b4941ca3decaddd3cafaeb9ad49c471"
sha256: "54900a1a1243f3c4a5506d853a2b5c2dbc38d5f27e52a52618a8054401431123"
url: "https://pub.dev"
source: hosted
version: "2.0.15"
version: "2.0.16"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -245,10 +245,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "8660b74171fafae4aa8202100fa2e55349e078281dadc73a241eb8e758534d9d"
sha256: "2fd11229f59e23e967b0775df8d5948a519cd7e1e8b6e849729e010587b46539"
url: "https://pub.dev"
source: hosted
version: "14.6.1"
version: "14.6.2"
hooks_riverpod:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion feature/debug/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.6.1
go_router: 14.6.2
hooks_riverpod: 2.6.1
intl: 0.19.0

Expand Down
Loading
Loading