Skip to content

Commit

Permalink
chore: bump deps, added onnxruntime, vad
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 10, 2024
1 parent ed2cd55 commit 50190a3
Show file tree
Hide file tree
Showing 8 changed files with 862 additions and 712 deletions.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ words:
- nuxt
- nuxtjs
- ofetch
- onnxruntime
- openai
- pinia
- pixi
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "airi-vtuber",
"type": "module",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "LLM powered virtual character",
"author": {
"name": "Neko Ayaka",
Expand Down Expand Up @@ -29,23 +29,23 @@
"@antfu/ni": "^0.23.1",
"@cspell/dict-ru_ru": "^2.2.4",
"@types/node": "^22.10.1",
"@unocss/eslint-config": "^0.65.0",
"@unocss/eslint-plugin": "^0.65.0",
"bumpp": "^9.8.1",
"@unocss/eslint-config": "^0.65.1",
"@unocss/eslint-plugin": "^0.65.1",
"bumpp": "^9.9.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-format": "^0.1.3",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.10",
"pnpm": "^9.14.4",
"rollup": "^4.28.0",
"pnpm": "^9.15.0",
"rollup": "^4.28.1",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"typescript": "~5.7.2",
"unbuild": "3.0.0-rc.11",
"unocss": "^0.65.0",
"vite": "^6.0.2",
"unocss": "^0.65.1",
"vite": "^6.0.3",
"vite-plugin-inspect": "^0.10.3",
"vitest": "^2.1.8"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/llm-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@airi-proj/llm-proxy",
"type": "module",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify"
},
"dependencies": {
"elevenlabs": "^0.18.1",
"hono": "^4.6.12"
"hono": "^4.6.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241202.0",
"wrangler": "^3.91.0"
"@cloudflare/workers-types": "^4.20241205.0",
"wrangler": "^3.94.0"
}
}
30 changes: 16 additions & 14 deletions packages/stage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@airi-proj/stage",
"type": "module",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "LLM powered virtual character",
"author": {
"name": "Neko Ayaka",
Expand Down Expand Up @@ -34,23 +34,26 @@
"@pixiv/three-vrm": "^3.3.0",
"@pixiv/three-vrm-animation": "^3.3.0",
"@pixiv/three-vrm-core": "^3.3.0",
"@ricky0123/vad-web": "^0.0.21",
"@tresjs/cientos": "^4.0.3",
"@tresjs/core": "^4.3.1",
"@types/yauzl": "^2.10.3",
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.65.0",
"@unhead/vue": "^1.11.14",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"@vueuse/head": "^2.0.0",
"@xsai/model": "^0.0.16",
"@xsai/shared-chat-completion": "^0.0.16",
"@xsai/stream-text": "^0.0.16",
"@xsai/model": "^0.0.19",
"@xsai/shared-chat-completion": "^0.0.19",
"@xsai/stream-text": "^0.0.19",
"nprogress": "^0.2.0",
"ofetch": "^1.4.1",
"pinia": "^2.2.8",
"onnxruntime-web": "^1.20.1",
"pinia": "^2.3.0",
"pixi-live2d-display": "^0.4.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.24.2",
"three": "^0.171.0",
"unified": "^11.0.5",
"vue": "^3.5.13",
Expand All @@ -65,25 +68,24 @@
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/eos-icons": "^1.2.1",
"@iconify-json/solar": "^1.2.1",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@shikijs/markdown-it": "^1.24.0",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@shikijs/markdown-it": "^1.24.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.170.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue-macros/volar": "^0.30.7",
"markdown-it-link-attributes": "^4.0.1",
"shiki": "^1.24.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-macros": "^2.13.5",
"unplugin-vue-markdown": "^0.27.1",
"unplugin-vue-router": "^0.10.8",
"unplugin-vue-router": "^0.10.9",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-plugin-webfont-dl": "^3.10.3",
"vue-tsc": "^2.1.10"
}
}
7 changes: 7 additions & 0 deletions packages/stage/src/typed-router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@ declare module 'vue-router/auto-routes' {
* Route name map generated by unplugin-vue-router
*/
export interface RouteNamedMap {
'/': RouteRecordInfo<'/', '/', Record<never, never>, Record<never, never>>,
'/audio': RouteRecordInfo<'/audio', '/audio', Record<never, never>, Record<never, never>>,
'/queue': RouteRecordInfo<'/queue', '/queue', Record<never, never>, Record<never, never>>,
'/test/filter-message': RouteRecordInfo<'/test/filter-message', '/test/filter-message', Record<never, never>, Record<never, never>>,
'/test/queues/delays': RouteRecordInfo<'/test/queues/delays', '/test/queues/delays', Record<never, never>, Record<never, never>>,
'/test/queues/emotions': RouteRecordInfo<'/test/queues/emotions', '/test/queues/emotions', Record<never, never>, Record<never, never>>,
'/test/queues/messages': RouteRecordInfo<'/test/queues/messages', '/test/queues/messages', Record<never, never>, Record<never, never>>,
}
}
22 changes: 11 additions & 11 deletions packages/stt-realtime-webgpu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@airi-proj/stt-realtime-webgpu",
"type": "module",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "Yet another WebGPU based Whisper Realtime STT re-implemented",
"author": {
"name": "Neko Ayaka",
Expand All @@ -18,13 +18,13 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.65.0",
"@unhead/vue": "^1.11.14",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"ofetch": "^1.4.1",
"pinia": "^2.2.8",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^10.0.5",
Expand All @@ -35,24 +35,24 @@
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/eos-icons": "^1.2.1",
"@iconify-json/solar": "^1.2.1",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@shikijs/markdown-it": "^1.24.0",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@shikijs/markdown-it": "^1.24.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue-macros/volar": "^0.30.7",
"markdown-it-link-attributes": "^4.0.1",
"shiki": "^1.24.0",
"shiki": "^1.24.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-macros": "^2.13.5",
"unplugin-vue-markdown": "^0.27.1",
"unplugin-vue-router": "^0.10.8",
"unplugin-vue-router": "^0.10.9",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-plugin-webfont-dl": "^3.10.3",
"vue-tsc": "^2.1.10"
}
}
1 change: 1 addition & 0 deletions packages/stt-realtime-webgpu/src/typed-router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ declare module 'vue-router/auto-routes' {
* Route name map generated by unplugin-vue-router
*/
export interface RouteNamedMap {
'/': RouteRecordInfo<'/', '/', Record<never, never>, Record<never, never>>,
}
}
Loading

0 comments on commit 50190a3

Please sign in to comment.