2026-05-24 18:13:22 +08:00
|
|
|
packages:
|
|
|
|
|
- apps/*
|
|
|
|
|
- packages/*
|
|
|
|
|
- tools/*
|
|
|
|
|
- examples/*
|
|
|
|
|
|
|
|
|
|
catalogMode: prefer
|
|
|
|
|
|
|
|
|
|
catalog:
|
2026-05-26 13:19:50 +08:00
|
|
|
"@alcalzone/ansi-tokenize": ^0.3.0
|
2026-05-26 22:48:03 +08:00
|
|
|
ansi-escapes: ^7.3.0
|
2026-05-25 23:34:49 +08:00
|
|
|
"@types/node": ^24.12.4
|
2026-05-24 18:13:22 +08:00
|
|
|
typescript: ^5
|
2026-06-28 00:42:22 +08:00
|
|
|
# vite: npm:@voidzero-dev/vite-plus-core@latest # Vite+ engine (disabled; on vanilla vite)
|
|
|
|
|
vite: 8.1.0
|
|
|
|
|
vitest: ^4.1.5
|
2026-05-25 23:06:59 +08:00
|
|
|
vite-plus: ^0.1.22
|
2026-05-24 18:13:22 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": ^5.1.5
|
2026-05-25 20:33:24 +08:00
|
|
|
chalk: ^5.6.2
|
2026-06-01 00:58:25 +08:00
|
|
|
is-in-ci: ^2.0.0
|
2026-05-26 15:54:18 +08:00
|
|
|
patch-console: ^2.0.0
|
2026-05-25 23:06:59 +08:00
|
|
|
strip-ansi: ^7.2.0
|
2026-05-27 01:03:40 +08:00
|
|
|
node-pty: 1.2.0-beta.13
|
2026-05-26 16:28:46 +08:00
|
|
|
terminal-size: ^4.0.1
|
2026-05-26 22:05:33 +08:00
|
|
|
tsx: ^4.22.0
|
2026-05-28 15:57:01 +08:00
|
|
|
string-width: ^8.0.0
|
2026-06-14 15:45:22 +08:00
|
|
|
unplugin-vue: ^7.2.0
|
2026-07-06 00:29:28 +08:00
|
|
|
unplugin-vue-jsx: ^0.10.0
|
|
|
|
|
tsdown: ^0.22.3
|
2026-06-14 15:45:22 +08:00
|
|
|
vue-tsc: ^3.3.4
|
2026-05-24 18:13:22 +08:00
|
|
|
overrides:
|
2026-06-28 00:42:22 +08:00
|
|
|
# Pin vite's version spec tree-wide (incl. third-party peer ranges) to the catalog version.
|
|
|
|
|
# "catalog:" tracks catalog.vite — vanilla 8.1.0 now, NOT Vite+ core (core is the commented
|
|
|
|
|
# catalog line above). This is the canonical Vite+ override pattern, just pointed at vanilla.
|
2026-05-24 18:13:22 +08:00
|
|
|
vite: "catalog:"
|
2026-06-28 00:42:22 +08:00
|
|
|
# Keep @types/node single too, for stable types across the workspace.
|
|
|
|
|
"@types/node": "catalog:"
|
2026-05-24 18:13:22 +08:00
|
|
|
peerDependencyRules:
|
|
|
|
|
allowAny:
|
|
|
|
|
- vite
|
|
|
|
|
- vitest
|
|
|
|
|
allowedVersions:
|
|
|
|
|
vite: "*"
|
|
|
|
|
vitest: "*"
|
2026-05-26 22:05:33 +08:00
|
|
|
allowBuilds:
|
|
|
|
|
esbuild: true
|
|
|
|
|
node-pty: true
|