From c00b30306c91f6ff4abe9c737d1c3d149d030dcc Mon Sep 17 00:00:00 2001 From: insleker Date: Sun, 5 Apr 2026 17:48:26 +0800 Subject: [PATCH] build(deps): add dart_eval with compatible json codegen --- pubspec.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c3bb728..2bb4bfb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: crypto: ^3.0.6 drift: ^2.28.2 file: ^7.0.1 - json_annotation: ^4.11.0 + json_annotation: ^4.9.0 path: ^1.9.0 sqlite3: ^2.9.3 yaml: ^3.1.3 @@ -22,10 +22,11 @@ dependencies: github: ^9.25.0 git: ^2.3.2 nyxx: ^6.8.1 + dart_eval: ^0.8.4 dev_dependencies: build_runner: ^2.6.0 drift_dev: ^2.28.1 - json_serializable: ^6.11.1 + json_serializable: ">=6.11.1 <6.12.0" lints: ^6.0.0 test: ^1.25.6