From ebe5a7c9beae550ade899201842eeb7a92cc3317 Mon Sep 17 00:00:00 2001 From: myConsciousness Date: Fri, 20 Jan 2023 03:08:51 +0000 Subject: [PATCH] [Scheduled] `dart pub upgrade --null-safety` --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7330a27..2300e4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,13 +11,13 @@ dependencies: http: ^0.13.5 universal_io: ^2.0.4 freezed_annotation: ^2.2.0 - json_annotation: ^4.7.0 + json_annotation: ^4.8.0 dev_dependencies: lints: ^2.0.1 test: ^1.22.2 build_runner: ^2.3.3 - json_serializable: ^6.5.4 + json_serializable: ^6.6.0 freezed: ^2.3.2 import_sorter: ^4.6.0 mockito: ^5.3.2