diff --git a/app/catalog/pubspec.lock b/app/catalog/pubspec.lock index c1d0ed4f..b907f8d8 100644 --- a/app/catalog/pubspec.lock +++ b/app/catalog/pubspec.lock @@ -175,35 +175,35 @@ packages: source: hosted version: "3.1.2" core_authenticator: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/authenticator" relative: true source: path version: "1.0.0" core_common: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/common" relative: true 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 @@ -217,7 +217,7 @@ packages: source: path version: "1.0.0" core_domain: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/domain" relative: true @@ -231,14 +231,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 @@ -404,10 +404,10 @@ packages: dependency: "direct main" description: name: flutter_riverpod - sha256: "0f1974eff5bbe774bf1d870e406fc6f29e3d6f1c46bd9c58e7172ff68a785d7d" + sha256: "711d916456563f715bde1e139d7cfdca009f8264befab3ac9f8ded8b6ec26405" url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" flutter_svg: dependency: transitive description: @@ -478,10 +478,10 @@ packages: dependency: transitive description: name: hooks_riverpod - sha256: "97266a91c994951a06ef0ff3a1c7fb261e52ec7f74e87f0614ea0b7411b859b2" + sha256: "534ca8af331235f700f3916a74e4579cdfdd708e2fbed342fc8aa969d41a7af0" url: "https://pub.dev" source: hosted - version: "2.5.2" + version: "2.5.4" html: dependency: transitive description: @@ -718,18 +718,18 @@ packages: dependency: transitive description: name: riverpod - sha256: f21b32ffd26a36555e501b04f4a5dca43ed59e16343f1a30c13632b2351dfa4d + sha256: c86fedfb45dd1da98ee6493dd9374325cdf494e7d523ebfb0c387eecc5f7b5c9 url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" riverpod_annotation: dependency: transitive description: name: riverpod_annotation - sha256: e5e796c0eba4030c704e9dae1b834a6541814963292839dcf9638d53eba84f5c + sha256: "77fdedb87d09344809e8b514ab864d0537b1cb580a93d09bf579b0403aa6203a" url: "https://pub.dev" source: hosted - version: "2.3.5" + version: "2.5.3" rust_core: dependency: transitive description: diff --git a/app/catalog/pubspec.yaml b/app/catalog/pubspec.yaml index 46f40d77..c661b1ee 100644 --- a/app/catalog/pubspec.yaml +++ b/app/catalog/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: path: ../../feature/settings flutter: sdk: flutter - flutter_riverpod: 2.5.1 + flutter_riverpod: 2.5.3 widgetbook: 3.9.0 widgetbook_annotation: 3.2.0 diff --git a/app/mobile/pubspec.yaml b/app/mobile/pubspec.yaml index a6815bd9..fd23e190 100644 --- a/app/mobile/pubspec.yaml +++ b/app/mobile/pubspec.yaml @@ -53,7 +53,7 @@ dependencies: flutter_localizations: sdk: flutter go_router: 14.3.0 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 isar: hosted: https://pub.isar-community.dev/ @@ -63,7 +63,7 @@ dependencies: version: 4.0.3 package_info_plus: 8.0.3 path_provider: 2.1.4 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 shared_preferences: 2.3.2 url_launcher: 6.3.1 @@ -79,7 +79,7 @@ dev_dependencies: build_runner: 2.4.13 envied_generator: 0.5.4+1 go_router_builder: 2.7.1 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 flutter: diff --git a/core/analytics/pubspec.yaml b/core/analytics/pubspec.yaml index ce4adceb..38067434 100644 --- a/core/analytics/pubspec.yaml +++ b/core/analytics/pubspec.yaml @@ -9,9 +9,9 @@ environment: dependencies: core_common: path: ../common - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 diff --git a/core/analytics_firebase/pubspec.yaml b/core/analytics_firebase/pubspec.yaml index de3407bf..bce64596 100644 --- a/core/analytics_firebase/pubspec.yaml +++ b/core/analytics_firebase/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: core_common: path: ../common firebase_analytics: 11.3.3 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dependency_overrides: # workaround @@ -23,6 +23,6 @@ dependency_overrides: dev_dependencies: build_runner: 2.4.13 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 test: 1.25.8 yumemi_lints: 2.2.0 diff --git a/core/authenticator/pubspec.yaml b/core/authenticator/pubspec.yaml index b6967601..d66a2c42 100644 --- a/core/authenticator/pubspec.yaml +++ b/core/authenticator/pubspec.yaml @@ -11,9 +11,9 @@ dependencies: path: ../common core_model: path: ../model - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 diff --git a/core/data/pubspec.yaml b/core/data/pubspec.yaml index fdfc451c..be78403a 100644 --- a/core/data/pubspec.yaml +++ b/core/data/pubspec.yaml @@ -17,12 +17,12 @@ dependencies: path: ../model core_network: path: ../network - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 core_testing: path: ../testing - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 test: 1.25.8 yumemi_lints: 2.2.0 diff --git a/core/database/pubspec.yaml b/core/database/pubspec.yaml index a67379bc..8a8b8218 100644 --- a/core/database/pubspec.yaml +++ b/core/database/pubspec.yaml @@ -11,9 +11,9 @@ dependencies: path: ../common core_model: path: ../model - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 diff --git a/core/database_isar/pubspec.yaml b/core/database_isar/pubspec.yaml index c770bcb5..2bed0524 100644 --- a/core/database_isar/pubspec.yaml +++ b/core/database_isar/pubspec.yaml @@ -16,12 +16,12 @@ dependencies: isar: hosted: https://pub.isar-community.dev/ version: 4.0.3 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 core_testing: path: ../testing - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 test: 1.25.8 yumemi_lints: 2.2.0 diff --git a/core/datastore/pubspec.yaml b/core/datastore/pubspec.yaml index 2b2a278b..cd7a6abe 100644 --- a/core/datastore/pubspec.yaml +++ b/core/datastore/pubspec.yaml @@ -11,9 +11,9 @@ dependencies: path: ../common core_model: path: ../model - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 diff --git a/core/domain/pubspec.yaml b/core/domain/pubspec.yaml index ad5c0214..e4a58308 100644 --- a/core/domain/pubspec.yaml +++ b/core/domain/pubspec.yaml @@ -14,12 +14,12 @@ dependencies: path: ../data core_model: path: ../model - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 core_testing: path: ../testing - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 test: 1.25.8 yumemi_lints: 2.2.0 diff --git a/core/model/pubspec.yaml b/core/model/pubspec.yaml index d538b0d1..23a1acb0 100644 --- a/core/model/pubspec.yaml +++ b/core/model/pubspec.yaml @@ -10,12 +10,12 @@ dependencies: core_common: path: ../common freezed_annotation: 2.4.4 - riverpod: 2.5.1 - riverpod_annotation: 2.3.5 + riverpod: 2.5.3 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 freezed: 2.5.7 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 test: 1.25.8 yumemi_lints: 2.2.0 diff --git a/core/network/pubspec.yaml b/core/network/pubspec.yaml index 369e12bb..c43ef8fa 100644 --- a/core/network/pubspec.yaml +++ b/core/network/pubspec.yaml @@ -18,11 +18,11 @@ dependencies: dio: 5.7.0 freezed_annotation: 2.4.4 retrofit: 4.4.1 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 freezed: 2.5.7 retrofit_generator: 9.1.3 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 diff --git a/core/testing/pubspec.lock b/core/testing/pubspec.lock index b7704d1c..26477884 100644 --- a/core/testing/pubspec.lock +++ b/core/testing/pubspec.lock @@ -131,18 +131,18 @@ packages: dependency: "direct main" description: name: riverpod - sha256: f21b32ffd26a36555e501b04f4a5dca43ed59e16343f1a30c13632b2351dfa4d + sha256: c86fedfb45dd1da98ee6493dd9374325cdf494e7d523ebfb0c387eecc5f7b5c9 url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" riverpod_annotation: dependency: transitive description: name: riverpod_annotation - sha256: e5e796c0eba4030c704e9dae1b834a6541814963292839dcf9638d53eba84f5c + sha256: "77fdedb87d09344809e8b514ab864d0537b1cb580a93d09bf579b0403aa6203a" url: "https://pub.dev" source: hosted - version: "2.3.5" + version: "2.5.3" rust_core: dependency: transitive description: diff --git a/core/testing/pubspec.yaml b/core/testing/pubspec.yaml index c54ae442..3fca1ace 100644 --- a/core/testing/pubspec.yaml +++ b/core/testing/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: core_model: path: ../model mocktail: 1.0.4 - riverpod: 2.5.1 + riverpod: 2.5.3 dev_dependencies: yumemi_lints: 2.2.0 diff --git a/core/ui/pubspec.yaml b/core/ui/pubspec.yaml index b93dd550..49931112 100644 --- a/core/ui/pubspec.yaml +++ b/core/ui/pubspec.yaml @@ -19,10 +19,10 @@ dependencies: flutter_hooks: 0.20.5 flutter_localizations: sdk: flutter - flutter_riverpod: 2.5.1 + flutter_riverpod: 2.5.3 freezed_annotation: 2.4.4 intl: 0.19.0 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dev_dependencies: build_runner: 2.4.13 @@ -31,7 +31,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: 2.5.7 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 dependency_overrides: diff --git a/feature/auth/pubspec.lock b/feature/auth/pubspec.lock index 0fe19ad5..631ba3e3 100644 --- a/feature/auth/pubspec.lock +++ b/feature/auth/pubspec.lock @@ -58,7 +58,7 @@ packages: source: hosted version: "1.18.0" core_authenticator: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/authenticator" relative: true @@ -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 @@ -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 @@ -211,10 +211,10 @@ packages: dependency: transitive description: name: flutter_riverpod - sha256: "0f1974eff5bbe774bf1d870e406fc6f29e3d6f1c46bd9c58e7172ff68a785d7d" + sha256: "711d916456563f715bde1e139d7cfdca009f8264befab3ac9f8ded8b6ec26405" url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" flutter_svg: dependency: transitive description: @@ -261,10 +261,10 @@ packages: dependency: "direct main" description: name: hooks_riverpod - sha256: "97266a91c994951a06ef0ff3a1c7fb261e52ec7f74e87f0614ea0b7411b859b2" + sha256: "534ca8af331235f700f3916a74e4579cdfdd708e2fbed342fc8aa969d41a7af0" url: "https://pub.dev" source: hosted - version: "2.5.2" + version: "2.5.4" html: dependency: transitive description: @@ -421,18 +421,18 @@ packages: dependency: transitive description: name: riverpod - sha256: f21b32ffd26a36555e501b04f4a5dca43ed59e16343f1a30c13632b2351dfa4d + sha256: c86fedfb45dd1da98ee6493dd9374325cdf494e7d523ebfb0c387eecc5f7b5c9 url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" riverpod_annotation: dependency: transitive description: name: riverpod_annotation - sha256: e5e796c0eba4030c704e9dae1b834a6541814963292839dcf9638d53eba84f5c + sha256: "77fdedb87d09344809e8b514ab864d0537b1cb580a93d09bf579b0403aa6203a" url: "https://pub.dev" source: hosted - version: "2.3.5" + version: "2.5.3" rust_core: dependency: transitive description: diff --git a/feature/auth/pubspec.yaml b/feature/auth/pubspec.yaml index 85c0d0fd..e359c35a 100644 --- a/feature/auth/pubspec.yaml +++ b/feature/auth/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter_localizations: sdk: flutter go_router: 14.3.0 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 video_player: 2.9.2 diff --git a/feature/feed/pubspec.yaml b/feature/feed/pubspec.yaml index a69651f3..cc2f85ac 100644 --- a/feature/feed/pubspec.yaml +++ b/feature/feed/pubspec.yaml @@ -23,9 +23,9 @@ dependencies: flutter_localizations: sdk: flutter freezed_annotation: 2.4.4 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dependency_overrides: # workaround @@ -38,7 +38,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: 2.5.7 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 flutter: diff --git a/feature/home/pubspec.lock b/feature/home/pubspec.lock index 923e6c1e..34facf9b 100644 --- a/feature/home/pubspec.lock +++ b/feature/home/pubspec.lock @@ -58,7 +58,7 @@ packages: source: hosted version: "1.18.0" core_authenticator: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/authenticator" relative: true @@ -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 @@ -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 @@ -203,10 +203,10 @@ packages: dependency: transitive description: name: flutter_riverpod - sha256: "0f1974eff5bbe774bf1d870e406fc6f29e3d6f1c46bd9c58e7172ff68a785d7d" + sha256: "711d916456563f715bde1e139d7cfdca009f8264befab3ac9f8ded8b6ec26405" url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" flutter_svg: dependency: transitive description: @@ -253,10 +253,10 @@ packages: dependency: "direct main" description: name: hooks_riverpod - sha256: "97266a91c994951a06ef0ff3a1c7fb261e52ec7f74e87f0614ea0b7411b859b2" + sha256: "534ca8af331235f700f3916a74e4579cdfdd708e2fbed342fc8aa969d41a7af0" url: "https://pub.dev" source: hosted - version: "2.5.2" + version: "2.5.4" http: dependency: transitive description: @@ -397,18 +397,18 @@ packages: dependency: transitive description: name: riverpod - sha256: f21b32ffd26a36555e501b04f4a5dca43ed59e16343f1a30c13632b2351dfa4d + sha256: c86fedfb45dd1da98ee6493dd9374325cdf494e7d523ebfb0c387eecc5f7b5c9 url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" riverpod_annotation: dependency: transitive description: name: riverpod_annotation - sha256: e5e796c0eba4030c704e9dae1b834a6541814963292839dcf9638d53eba84f5c + sha256: "77fdedb87d09344809e8b514ab864d0537b1cb580a93d09bf579b0403aa6203a" url: "https://pub.dev" source: hosted - version: "2.3.5" + version: "2.5.3" rust_core: dependency: transitive description: diff --git a/feature/home/pubspec.yaml b/feature/home/pubspec.yaml index b5f08adb..8ea46952 100644 --- a/feature/home/pubspec.yaml +++ b/feature/home/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter_localizations: sdk: flutter go_router: 14.3.0 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 dev_dependencies: diff --git a/feature/onboarding/pubspec.lock b/feature/onboarding/pubspec.lock index d573a507..71e5307c 100644 --- a/feature/onboarding/pubspec.lock +++ b/feature/onboarding/pubspec.lock @@ -183,7 +183,7 @@ packages: source: hosted version: "3.1.2" core_authenticator: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/authenticator" relative: true @@ -197,21 +197,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 @@ -239,14 +239,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 @@ -361,10 +361,10 @@ packages: dependency: transitive description: name: flutter_riverpod - sha256: "0f1974eff5bbe774bf1d870e406fc6f29e3d6f1c46bd9c58e7172ff68a785d7d" + sha256: "711d916456563f715bde1e139d7cfdca009f8264befab3ac9f8ded8b6ec26405" url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" flutter_svg: dependency: transitive description: @@ -438,10 +438,10 @@ packages: dependency: "direct main" description: name: hooks_riverpod - sha256: "97266a91c994951a06ef0ff3a1c7fb261e52ec7f74e87f0614ea0b7411b859b2" + sha256: "534ca8af331235f700f3916a74e4579cdfdd708e2fbed342fc8aa969d41a7af0" url: "https://pub.dev" source: hosted - version: "2.5.2" + version: "2.5.4" http: dependency: transitive description: @@ -630,18 +630,18 @@ packages: dependency: transitive description: name: riverpod - sha256: f21b32ffd26a36555e501b04f4a5dca43ed59e16343f1a30c13632b2351dfa4d + sha256: c86fedfb45dd1da98ee6493dd9374325cdf494e7d523ebfb0c387eecc5f7b5c9 url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" riverpod_annotation: dependency: transitive description: name: riverpod_annotation - sha256: e5e796c0eba4030c704e9dae1b834a6541814963292839dcf9638d53eba84f5c + sha256: "77fdedb87d09344809e8b514ab864d0537b1cb580a93d09bf579b0403aa6203a" url: "https://pub.dev" source: hosted - version: "2.3.5" + version: "2.5.3" rust_core: dependency: transitive description: diff --git a/feature/onboarding/pubspec.yaml b/feature/onboarding/pubspec.yaml index ef417e7d..7f7e3b43 100644 --- a/feature/onboarding/pubspec.yaml +++ b/feature/onboarding/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter_localizations: sdk: flutter go_router: 14.3.0 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 lottie: 3.1.3 diff --git a/feature/quest/pubspec.yaml b/feature/quest/pubspec.yaml index 3c0735d6..01e90f1b 100644 --- a/feature/quest/pubspec.yaml +++ b/feature/quest/pubspec.yaml @@ -25,9 +25,9 @@ dependencies: sdk: flutter freezed_annotation: 2.4.4 go_router: 14.3.0 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 - riverpod_annotation: 2.3.5 + riverpod_annotation: 2.5.3 dependency_overrides: # workaround @@ -41,7 +41,7 @@ dev_dependencies: flutter_test: sdk: flutter freezed: 2.5.7 - riverpod_generator: 2.4.3 + riverpod_generator: 2.4.4 yumemi_lints: 2.2.0 flutter: diff --git a/feature/settings/pubspec.lock b/feature/settings/pubspec.lock index 923e6c1e..34facf9b 100644 --- a/feature/settings/pubspec.lock +++ b/feature/settings/pubspec.lock @@ -58,7 +58,7 @@ packages: source: hosted version: "1.18.0" core_authenticator: - dependency: "direct overridden" + dependency: transitive description: path: "../../core/authenticator" relative: true @@ -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 @@ -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 @@ -203,10 +203,10 @@ packages: dependency: transitive description: name: flutter_riverpod - sha256: "0f1974eff5bbe774bf1d870e406fc6f29e3d6f1c46bd9c58e7172ff68a785d7d" + sha256: "711d916456563f715bde1e139d7cfdca009f8264befab3ac9f8ded8b6ec26405" url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" flutter_svg: dependency: transitive description: @@ -253,10 +253,10 @@ packages: dependency: "direct main" description: name: hooks_riverpod - sha256: "97266a91c994951a06ef0ff3a1c7fb261e52ec7f74e87f0614ea0b7411b859b2" + sha256: "534ca8af331235f700f3916a74e4579cdfdd708e2fbed342fc8aa969d41a7af0" url: "https://pub.dev" source: hosted - version: "2.5.2" + version: "2.5.4" http: dependency: transitive description: @@ -397,18 +397,18 @@ packages: dependency: transitive description: name: riverpod - sha256: f21b32ffd26a36555e501b04f4a5dca43ed59e16343f1a30c13632b2351dfa4d + sha256: c86fedfb45dd1da98ee6493dd9374325cdf494e7d523ebfb0c387eecc5f7b5c9 url: "https://pub.dev" source: hosted - version: "2.5.1" + version: "2.5.3" riverpod_annotation: dependency: transitive description: name: riverpod_annotation - sha256: e5e796c0eba4030c704e9dae1b834a6541814963292839dcf9638d53eba84f5c + sha256: "77fdedb87d09344809e8b514ab864d0537b1cb580a93d09bf579b0403aa6203a" url: "https://pub.dev" source: hosted - version: "2.3.5" + version: "2.5.3" rust_core: dependency: transitive description: diff --git a/feature/settings/pubspec.yaml b/feature/settings/pubspec.yaml index d943c08c..22e412ac 100644 --- a/feature/settings/pubspec.yaml +++ b/feature/settings/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter_localizations: sdk: flutter go_router: 14.3.0 - hooks_riverpod: 2.5.2 + hooks_riverpod: 2.5.4 intl: 0.19.0 dev_dependencies: