From 52ff9760b0f7b21c50bb3b43ce7267b0a8d0f38d Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 16 Jun 2025 03:56:02 +0800 Subject: [PATCH] fix(deps): build & all dependencies issues --- apps/stage-tamagotchi/package.json | 2 + apps/stage-web/package.json | 3 +- apps/stage-web/src/pages/devtools/chat.vue | 14 +- .../content/docs/blog/DevLog-2025.04.06.mdx | 4 +- packages/stage-ui/package.json | 60 +++-- packages/ui-loading-screens/package.json | 1 + packages/ui-transitions/package.json | 1 + pnpm-lock.yaml | 213 ++++++++++++++---- pnpm-workspace.yaml | 28 +-- 9 files changed, 241 insertions(+), 85 deletions(-) diff --git a/apps/stage-tamagotchi/package.json b/apps/stage-tamagotchi/package.json index f165abea0..38370a0c1 100644 --- a/apps/stage-tamagotchi/package.json +++ b/apps/stage-tamagotchi/package.json @@ -21,6 +21,7 @@ "@pixiv/three-vrm": "^3.4.1", "@pixiv/three-vrm-animation": "^3.4.1", "@pixiv/three-vrm-core": "^3.4.1", + "@proj-airi/ccc": "workspace:^", "@proj-airi/drizzle-duckdb-wasm": "catalog:", "@proj-airi/stage-ui": "workspace:^", "@proj-airi/tauri-plugin-mcp": "workspace:^", @@ -48,6 +49,7 @@ "drizzle-orm": "^0.44.2", "jszip": "^3.10.1", "localforage": "^1.10.0", + "node-vibrant": "^4.0.3", "nprogress": "^0.2.0", "ofetch": "^1.4.1", "onnxruntime-web": "^1.22.0", diff --git a/apps/stage-web/package.json b/apps/stage-web/package.json index b2d5c0e6a..8c3f32a3a 100644 --- a/apps/stage-web/package.json +++ b/apps/stage-web/package.json @@ -19,6 +19,7 @@ "dependencies": { "@formkit/auto-animate": "^0.8.2", "@huggingface/transformers": "^3.5.2", + "@llama-flow/core": "^0.4.4", "@pixiv/three-vrm": "^3.4.1", "@pixiv/three-vrm-animation": "^3.4.1", "@pixiv/three-vrm-core": "^3.4.1", @@ -43,6 +44,7 @@ "@xsai/generate-speech": "catalog:", "@xsai/generate-text": "catalog:", "@xsai/model": "catalog:", + "@xsai/shared": "catalog:", "@xsai/shared-chat": "catalog:", "@xsai/stream-text": "catalog:", "@xsai/utils-chat": "catalog:", @@ -51,7 +53,6 @@ "driver.js": "^1.3.6", "drizzle-kit": "^0.31.1", "drizzle-orm": "^0.44.2", - "fluere": "0.3.0-beta.1", "gpuu": "^1.0.3", "jszip": "^3.10.1", "localforage": "^1.10.0", diff --git a/apps/stage-web/src/pages/devtools/chat.vue b/apps/stage-web/src/pages/devtools/chat.vue index 47b86f70f..4a3fb36e6 100644 --- a/apps/stage-web/src/pages/devtools/chat.vue +++ b/apps/stage-web/src/pages/devtools/chat.vue @@ -1,11 +1,11 @@