chore: bump dependencies
This commit is contained in:
+14
-14
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "airi-vtuber",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -25,28 +25,28 @@
|
||||
"sizecheck": "npx vite-bundle-visualizer"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.11.2",
|
||||
"@antfu/ni": "^0.23.1",
|
||||
"@antfu/eslint-config": "^3.12.0",
|
||||
"@antfu/ni": "^0.23.2",
|
||||
"@cspell/dict-ru_ru": "^2.2.4",
|
||||
"@types/node": "^22.10.1",
|
||||
"@unocss/eslint-config": "^0.65.1",
|
||||
"@unocss/eslint-plugin": "^0.65.1",
|
||||
"bumpp": "^9.9.0",
|
||||
"@types/node": "^22.10.2",
|
||||
"@unocss/eslint-config": "^0.65.2",
|
||||
"@unocss/eslint-plugin": "^0.65.2",
|
||||
"bumpp": "^9.9.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint": "^9.17.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.15.0",
|
||||
"rollup": "^4.28.1",
|
||||
"lint-staged": "^15.2.11",
|
||||
"pnpm": "^9.15.1",
|
||||
"rollup": "^4.29.1",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"taze": "^0.18.0",
|
||||
"typescript": "~5.7.2",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unocss": "^0.65.1",
|
||||
"vite": "^6.0.3",
|
||||
"vite-plugin-inspect": "^0.10.3",
|
||||
"unocss": "^0.65.2",
|
||||
"vite": "^6.0.5",
|
||||
"vite-plugin-inspect": "^0.10.6",
|
||||
"vitest": "^2.1.8"
|
||||
},
|
||||
"workspaces": [
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
"build": "unbuild"
|
||||
},
|
||||
"devDependencies": {
|
||||
"elevenlabs": "^0.18.1"
|
||||
"elevenlabs": "^1.50.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,17 +2,17 @@
|
||||
"name": "@proj-airi/llm-proxy",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev",
|
||||
"deploy": "wrangler deploy --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"elevenlabs": "^0.18.1",
|
||||
"hono": "^4.6.13"
|
||||
"elevenlabs": "^1.50.2",
|
||||
"hono": "^4.6.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20241205.0",
|
||||
"wrangler": "^3.94.0"
|
||||
"@cloudflare/workers-types": "^4.20241218.0",
|
||||
"wrangler": "^3.99.0"
|
||||
}
|
||||
}
|
||||
|
||||
+28
-28
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/stage",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"@11labs/client": "^0.0.4",
|
||||
"@formkit/auto-animate": "^0.8.2",
|
||||
"@huggingface/transformers": "^3.1.2",
|
||||
"@huggingface/transformers": "^3.2.1",
|
||||
"@pixi/app": "^6.5.10",
|
||||
"@pixi/constants": "6",
|
||||
"@pixi/core": "6",
|
||||
@@ -33,21 +33,21 @@
|
||||
"@pixi/sprite": "6",
|
||||
"@pixi/ticker": "^6.5.10",
|
||||
"@pixi/utils": "6",
|
||||
"@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",
|
||||
"@pixiv/three-vrm": "^3.3.1",
|
||||
"@pixiv/three-vrm-animation": "^3.3.1",
|
||||
"@pixiv/three-vrm-core": "^3.3.1",
|
||||
"@ricky0123/vad-web": "^0.0.22",
|
||||
"@tresjs/cientos": "^4.0.3",
|
||||
"@tresjs/core": "^4.3.1",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@unhead/vue": "^1.11.14",
|
||||
"@unocss/reset": "^0.65.1",
|
||||
"@vueuse/core": "^12.0.0",
|
||||
"@unocss/reset": "^0.65.2",
|
||||
"@vueuse/core": "^12.1.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
"@vueuse/shared": "^12.0.0",
|
||||
"@xsai/model": "^0.0.19",
|
||||
"@xsai/shared-chat-completion": "^0.0.19",
|
||||
"@xsai/stream-text": "^0.0.19",
|
||||
"@vueuse/shared": "^12.1.0",
|
||||
"@xsai/model": "^0.0.22",
|
||||
"@xsai/shared-chat-completion": "^0.0.21",
|
||||
"@xsai/stream-text": "^0.0.22",
|
||||
"defu": "^6.1.4",
|
||||
"nprogress": "^0.2.0",
|
||||
"ofetch": "^1.4.1",
|
||||
@@ -57,7 +57,7 @@
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^1.24.2",
|
||||
"shiki": "^1.24.4",
|
||||
"three": "^0.171.0",
|
||||
"unified": "^11.0.5",
|
||||
"vue": "^3.5.13",
|
||||
@@ -65,34 +65,34 @@
|
||||
"vue-i18n": "^10.0.5",
|
||||
"vue-router": "^4.5.0",
|
||||
"yauzl": "^3.2.0",
|
||||
"zod": "^3.23.8"
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.4",
|
||||
"@iconify-json/eos-icons": "^1.2.1",
|
||||
"@iconify-json/lucide": "^1.2.18",
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.20",
|
||||
"@iconify-json/mingcute": "^1.2.2",
|
||||
"@iconify-json/solar": "^1.2.1",
|
||||
"@iconify-json/svg-spinners": "^1.2.1",
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.1",
|
||||
"@iconify-json/solar": "^1.2.2",
|
||||
"@iconify-json/svg-spinners": "^1.2.2",
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.2",
|
||||
"@proj-airi/elevenlabs": "workspace:^",
|
||||
"@shikijs/markdown-it": "^1.24.2",
|
||||
"@shikijs/markdown-it": "^1.24.4",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.170.0",
|
||||
"@types/three": "^0.171.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue-macros/volar": "^0.30.7",
|
||||
"@vue-macros/volar": "^0.30.8",
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unocss-preset-theme": "^0.14.1",
|
||||
"unplugin-auto-import": "^0.18.6",
|
||||
"unplugin-vue-components": "^0.27.5",
|
||||
"unplugin-vue-macros": "^2.13.5",
|
||||
"unplugin-vue-markdown": "^0.27.1",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
"unplugin-vue-components": "^0.28.0",
|
||||
"unplugin-vue-macros": "^2.13.6",
|
||||
"unplugin-vue-markdown": "^0.28.0",
|
||||
"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-devtools": "^7.6.8",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vite-plugin-webfont-dl": "^3.10.3",
|
||||
"vue-tsc": "^2.1.10"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@proj-airi/whisper-webgpu",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
"description": "Yet another WebGPU based Whisper Realtime STT re-implemented",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -18,13 +18,13 @@
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@unocss/reset": "^0.65.1",
|
||||
"@vueuse/core": "^12.0.0",
|
||||
"@unocss/reset": "^0.65.2",
|
||||
"@vueuse/core": "^12.1.0",
|
||||
"ofetch": "^1.4.1",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@huggingface/transformers": "^3.1.2",
|
||||
"@huggingface/transformers": "^3.2.1",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"vue-tsc": "^2.1.10"
|
||||
}
|
||||
|
||||
Generated
+1394
-1250
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user