build(deps): add dart_eval with compatible json codegen
This commit is contained in:
parent
1f2a803a7f
commit
c00b30306c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue