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 riverpod_annotation from 2.1.2 to 2.1.4 #76

Merged
merged 1 commit into from
Sep 3, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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: b6cb0041c6c11cefb2dcb97ef436eba43c6d41287ac6d8ca93e02a497f53a4f3
sha256: b04d4e9435a563673746ccb328d22018c6c9496bb547e11dd56c1b0cc9829fe5
url: "https://pub.dev"
source: hosted
version: "2.3.7"
version: "2.3.10"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -961,10 +961,10 @@ packages:
dependency: transitive
description:
name: riverpod
sha256: b0657b5b30c81a3184bdaab353045f0a403ebd60bb381591a8b7ad77dcade793
sha256: "6c0a2c30c04206ac05494bcccd8148b76866e1a9248a5a8c84ca7b16fbcb3f6a"
url: "https://pub.dev"
source: hosted
version: "2.3.7"
version: "2.3.10"
riverpod_analyzer_utils:
dependency: transitive
description:
Expand All @@ -977,10 +977,10 @@ packages:
dependency: "direct main"
description:
name: riverpod_annotation
sha256: "8b3f7a54ddd5d53d6ea04bfb4ff77ee1b0816a1b563c0d9d43e73ce94bf2016d"
sha256: fefc51f8888839a597abe3c813c764404c85c0100a0676d242f358cc92bf5e23
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.4"
riverpod_generator:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
app:
path: packages/app
hooks_riverpod: ^2.3.6
riverpod_annotation: ^2.1.1
riverpod_annotation: ^2.1.4

dev_dependencies:
flutter_lints: ^2.0.0
Expand Down