mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* bump various dependencies * note * fix types * [autofix.ci] apply automated fixes * Update VRT screenshots Auto-generated by VRT workflow PR: #6159 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 lines
176 B
JSON
12 lines
176 B
JSON
{
|
|
"name": "@actual-app/ci-actions",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"vitest": "^4.0.9"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest --run"
|
|
}
|
|
}
|