Files
vue-tui/packages/runtime-tests/package.json
T
Yunfei He ff75506371 chore: add chalk to workspace catalog, update deps
Adds chalk to pnpm-workspace catalog (runtime-tests referenced
catalog:chalk but it was missing). Also updates vite-plus deps
to fix vitest JSX transform regression.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 20:33:24 +08:00

21 lines
447 B
JSON

{
"name": "@vue-tui/runtime-tests",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "vp test",
"check": "vp check"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@vitejs/plugin-vue-jsx": "catalog:",
"@vue-tui/runtime": "workspace:*",
"@vue-tui/testing": "workspace:*",
"chalk": "catalog:",
"typescript": "^6.0.3",
"vite-plus": "^0.1.22",
"vue": "^3.5.34"
}
}