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

chore(deps): bump riverpod_annotation from 2.1.2 to 2.1.5 #199

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
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,10 @@ packages:
dependency: transitive
description:
name: flutter_riverpod
sha256: b6cb0041c6c11cefb2dcb97ef436eba43c6d41287ac6d8ca93e02a497f53a4f3
sha256: "1bd39b04f1bcd217a969589777ca6bd642d116e3e5de65c3e6a8e8bdd8b178ec"
url: "https://pub.dev"
source: hosted
version: "2.3.7"
version: "2.4.0"
flutter_spinkit:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1009,10 +1009,10 @@ packages:
dependency: transitive
description:
name: riverpod
sha256: b0657b5b30c81a3184bdaab353045f0a403ebd60bb381591a8b7ad77dcade793
sha256: a600120d6f213a9922860eea1abc32597436edd5b2c4e73b91410f8c2af67d22
url: "https://pub.dev"
source: hosted
version: "2.3.7"
version: "2.4.0"
riverpod_analyzer_utils:
dependency: transitive
description:
Expand All @@ -1025,10 +1025,10 @@ packages:
dependency: "direct main"
description:
name: riverpod_annotation
sha256: "8b3f7a54ddd5d53d6ea04bfb4ff77ee1b0816a1b563c0d9d43e73ce94bf2016d"
sha256: "6294fe7e7d1875f32bdf04c8fce7620e718070273703097847df8f3bf16995ea"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.1.5"
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 @@ -39,7 +39,7 @@ dependencies:
mockito: ^5.4.2
mocktail: ^1.0.0
nil: ^1.1.1
riverpod_annotation: ^2.1.2
riverpod_annotation: ^2.1.5
roggle: ^0.3.0
shared_preferences: ^2.2.0

Expand Down
Loading