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

Bump hooks_riverpod from 2.0.2 to 2.1.1 #9

Merged
merged 1 commit into from Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions pubspec.lock
Expand Up @@ -243,7 +243,7 @@ packages:
name: flutter_riverpod
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.1.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -295,7 +295,7 @@ packages:
name: hooks_riverpod
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.1.1"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -421,7 +421,7 @@ packages:
name: riverpod
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.1.1"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -19,7 +19,7 @@ dependencies:
sdk: flutter
flutter_hooks: ^0.18.5+1
freezed_annotation: ^2.2.0
hooks_riverpod: ^2.0.2
hooks_riverpod: ^2.1.1

dev_dependencies:
build_runner: ^2.3.2
Expand Down