chore: core-ui deps

This commit is contained in:
jialin
2026-04-24 14:28:30 +08:00
committed by jialin
parent 6c161c6ae7
commit 16449613e0
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -12,17 +12,17 @@
"prepare": "husky", "prepare": "husky",
"preview": "max preview", "preview": "max preview",
"setup": "max setup", "setup": "max setup",
"sync:enterprise-config:clean": "node ./scripts/sync-enterprise-config.cjs clean", "start": "npm run dev",
"sync:enterprise-config": "node ./scripts/sync-enterprise-config.cjs", "sync:enterprise-config": "node ./scripts/sync-enterprise-config.cjs",
"sync:enterprise-global:clean": "npm run sync:enterprise-config:clean", "sync:enterprise-config:clean": "node ./scripts/sync-enterprise-config.cjs clean",
"sync:enterprise-global": "npm run sync:enterprise-config", "sync:enterprise-global": "npm run sync:enterprise-config",
"start": "npm run dev" "sync:enterprise-global:clean": "npm run sync:enterprise-config:clean"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^6.1.0", "@ant-design/icons": "^6.1.0",
"@ant-design/pro-components": "3.1.0-0", "@ant-design/pro-components": "3.1.0-0",
"@braintree/sanitize-url": "^7.1.1", "@braintree/sanitize-url": "^7.1.1",
"@gpustack/core-ui": "workspace:*", "@gpustack/core-ui": "^1.0.0",
"@huggingface/gguf": "^0.1.7", "@huggingface/gguf": "^0.1.7",
"@huggingface/hub": "^0.15.1", "@huggingface/hub": "^0.15.1",
"@huggingface/tasks": "^0.11.6", "@huggingface/tasks": "^0.11.6",
+2 -2
View File
@@ -133,8 +133,8 @@ export const request: RequestConfig = {
}; };
/** /**
* 动态修改路由 * @description patch the client routes
* @param routes 路由配置 * @param routes routes
*/ */
export function patchClientRoutes({ routes }: any) { export function patchClientRoutes({ routes }: any) {
mergeEnterpriseRoutes(routes); mergeEnterpriseRoutes(routes);