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

build(deps): bump the riverpod group with 4 updates #220

Closed
wants to merge 1 commit into from
Closed
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
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ packages:
dependency: transitive
description:
name: flutter_riverpod
sha256: e667e406a74d67715f1fa0bd941d9ded49aff72f3a9f4440a36aece4e8d457a7
sha256: bdba94be666ecb1beeb0f5a748d96cdd6a37215f27e6b48c7673b95cecb800c8
url: "https://pub.dev"
source: hosted
version: "2.4.3"
version: "2.4.4"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -569,10 +569,10 @@ packages:
dependency: "direct main"
description:
name: hooks_riverpod
sha256: "69dcb88acbc68c81fc27ec15a89a4e24b7812c83c13a6307a1a9366ada758541"
sha256: "0e02037e6fd3511a06ab4770b1a766d2d9bb576f85780d5bb452ca53e3311044"
url: "https://pub.dev"
source: hosted
version: "2.4.3"
version: "2.4.4"
hotreloader:
dependency: transitive
description:
Expand Down Expand Up @@ -945,10 +945,10 @@ packages:
dependency: transitive
description:
name: riverpod
sha256: "494bf2cfb4df30000273d3052bdb1cc1de738574c6b678f0beb146ea56f5e208"
sha256: "2af3d127a6e4e34b89b8f1f018086f5ded04b8e538174f0510bba3e4c0d878b1"
url: "https://pub.dev"
source: hosted
version: "2.4.3"
version: "2.4.4"
riverpod_analyzer_utils:
dependency: transitive
description:
Expand All @@ -961,26 +961,26 @@ packages:
dependency: "direct main"
description:
name: riverpod_annotation
sha256: b724b2085405c4f62a1824a3fa3fb1e4858e09a4e2e8db92b7547c08d07a1377
sha256: "388b03ed91b8f5126318fa43221fe078ebc20c81523dec9fcb5237cb5431d4dd"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.2.1"
riverpod_generator:
dependency: "direct dev"
description:
name: riverpod_generator
sha256: "277d1aa17c87ccc2992b1854e7a59368b3d677128f63231e27af3659c63fce1b"
sha256: "6c457a24dffbbc804cd1bffa4cf57d8c16743e085bb9f4feb60fc5b969ea87fd"
url: "https://pub.dev"
source: hosted
version: "3.0.0-dev.3"
version: "3.0.0-dev.4"
riverpod_lint:
dependency: "direct dev"
description:
name: riverpod_lint
sha256: "858e4754e0c95f670edd2390c8fd512ef9565c4176ef3e88826a451dfdc8ddf3"
sha256: e6391d45dcecb62c753df2211a33dbbd83a16e1d56934221d4bc4f97076b2b87
url: "https://pub.dev"
source: hosted
version: "2.3.0"
version: "2.3.1"
rxdart:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ dependencies:
sdk: flutter
freezed_annotation: ^2.2.0
google_fonts: ^6.1.0
hooks_riverpod: ^2.4.3
hooks_riverpod: ^2.4.4
intl: ^0.18.1
io: ^1.0.4
json_annotation: ^4.8.1
logging: ^1.2.0
os_detect: ^2.0.1
riverpod_annotation: ^2.2.0
riverpod_annotation: ^2.2.1
widgetbook: ^3.3.0
widgetbook_annotation: ^3.0.0

Expand All @@ -77,8 +77,8 @@ dev_dependencies:
freezed_lint: ^0.0.1-dev+1
json_serializable: ^6.7.1
mocktail: ^1.0.1
riverpod_generator: ^3.0.0-dev.3
riverpod_lint: ^2.3.0
riverpod_generator: ^3.0.0-dev.4
riverpod_lint: ^2.3.1
very_good_analysis: ^5.1.0
very_good_cli: ^0.16.0
widgetbook_generator: ^3.2.0
Expand Down