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:
@@ -27,13 +27,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@moeru/std": "catalog:",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
"floating-vue": "^5.2.2",
|
||||
"reka-ui": "^2.9.6",
|
||||
"@vueuse/core": "catalog:vueuse-core-14-2-1",
|
||||
"floating-vue": "catalog:",
|
||||
"reka-ui": "catalog:reka-ui-2-9-6",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue-macros/volar": "3.0.0-beta.8",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"@vue-macros/volar": "catalog:vue-macros-volar-3-0-0-beta-8",
|
||||
"vue-tsc": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user