diff --git a/core/database/pubspec.yaml b/core/database/pubspec.yaml index 95de92ff..1e0e0a58 100644 --- a/core/database/pubspec.yaml +++ b/core/database/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: core_model: path: ../model isar: 4.0.0-dev.14 - riverpod_annotation: 2.3.3 + riverpod_annotation: 2.3.4 dev_dependencies: build_runner: 2.4.8 diff --git a/core/model/pubspec.yaml b/core/model/pubspec.yaml index 56f77db3..7359a1fa 100644 --- a/core/model/pubspec.yaml +++ b/core/model/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: path: ../common freezed_annotation: 2.4.1 riverpod: 2.4.9 - riverpod_annotation: 2.3.3 + riverpod_annotation: 2.3.4 dev_dependencies: build_runner: 2.4.8