mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-09-12 15:09:43 +00:00
30 lines
549 B
YAML
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
|