build(deps): migrate workspace dependencies to catalogs
Move direct external dependency versions into pnpm catalogs and update workspace packages to reference catalog entries. Signed-off-by: RainbowBird <git@luoling.moe> Commit-Message-Assisted-by: Codex
This commit is contained in:
@@ -37,36 +37,36 @@
|
||||
"@proj-airi/stage-ui": "workspace:*",
|
||||
"@proj-airi/stage-ui-three": "workspace:*",
|
||||
"@proj-airi/ui": "workspace:*",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"@vueuse/shared": "^14.2.1",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"@vueuse/shared": "catalog:",
|
||||
"@xsai-ext/providers": "catalog:",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/stream-transcription": "catalog:",
|
||||
"animejs": "^4.3.6",
|
||||
"colorjs.io": "^0.6.1",
|
||||
"dompurify": "^3.4.0",
|
||||
"localforage": "^1.10.0",
|
||||
"nanoid": "^5.1.9",
|
||||
"node-vibrant": "^4.0.4",
|
||||
"pinia": "^3.0.4",
|
||||
"animejs": "catalog:",
|
||||
"colorjs.io": "catalog:",
|
||||
"dompurify": "catalog:",
|
||||
"localforage": "catalog:",
|
||||
"nanoid": "catalog:nanoid-5-1-9",
|
||||
"node-vibrant": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"posthog-js": "catalog:",
|
||||
"reka-ui": "^2.9.6",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"unspeech": "catalog:xsai",
|
||||
"vue": "catalog:",
|
||||
"vue-i18n": "^11.3.2",
|
||||
"vue-router": "^5.0.4",
|
||||
"vue-i18n": "catalog:",
|
||||
"vue-router": "catalog:",
|
||||
"vue-sonner": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nekopaw/tempora": "catalog:",
|
||||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@types/three": "catalog:",
|
||||
"@vue/test-utils": "catalog:",
|
||||
"@webgpu/types": "catalog:",
|
||||
"jsdom": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"vitest": "catalog:vitest",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user