tmagic-editor/pnpm-workspace.yaml
2026-09-04 11:56:13 +08:00

30 lines
549 B
YAML

packages:
- "packages/*"
- "playground"
- "runtime/*"
- "vue-components/*"
- "react-components/*"
- "eslint-config"
# Link matching workspace packages so release lockfile updates do not
# fetch a just-bumped @tmagic/* version from the registry.
linkWorkspacePackages: true
minimumReleaseAge: 0
allowBuilds:
"@parcel/watcher": true
core-js: true
esbuild: true
catalog:
"@vue/compiler-sfc": ^3.5.41
typescript: "^6.0.3"
vite: ^8.2.1
vue: ^3.5.41
element-plus: ^2.14.4
overrides:
element-plus: ^2.14.4
vue: ^3.5.41