Skip to content

Commit

Permalink
fix(deps): update riverpod
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 243919d commit b373d37
Show file tree
Hide file tree
Showing 26 changed files with 115 additions and 115 deletions.
32 changes: 16 additions & 16 deletions app/catalog/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -217,7 +217,7 @@ packages:
source: path
version: "1.0.0"
core_domain:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../core/domain"
relative: true
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion app/catalog/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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

Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions core/analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/analytics_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions core/authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/database/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/database_isar/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/datastore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/domain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions core/model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions core/network/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions core/testing/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion core/testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions core/ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Loading

0 comments on commit b373d37

Please sign in to comment.