chore(deps): updated

This commit is contained in:
Neko Ayaka
2026-08-09 01:46:13 +08:00
parent 83ea2afbd7
commit 16f7dfaf4d
8 changed files with 3403 additions and 909 deletions
+13
View File
@@ -0,0 +1,13 @@
import jsPlugin from '@alint-js/plugin-js'
import { defineConfig } from '@alint-js/cli'
export default defineConfig([
{
extends: ['js/recommended'],
files: ['**/*.{js,jsx,ts,tsx,mjs,cjs,mts,cts}'],
plugins: {
js: jsPlugin,
},
},
])
@@ -470,7 +470,7 @@ onMounted(async () => {
</article> </article>
<GhostButton <GhostButton
v-track-button="{ name: 'mcp_server_added' }" v-track-button="{ name: 'mcp_server_updated', action: 'add' }"
size="md" block :disabled="isBusy" size="md" block :disabled="isBusy"
icon="i-solar:add-circle-bold-duotone" :label="tn('actions.add-server')" icon="i-solar:add-circle-bold-duotone" :label="tn('actions.add-server')"
@click="addServer" @click="addServer"
+2
View File
@@ -49,6 +49,8 @@
"knip": "knip" "knip": "knip"
}, },
"devDependencies": { "devDependencies": {
"@alint-js/cli": "catalog:",
"@alint-js/plugin-js": "catalog:",
"@antfu/eslint-config": "catalog:", "@antfu/eslint-config": "catalog:",
"@arethetypeswrong/core": "catalog:", "@arethetypeswrong/core": "catalog:",
"@electron-toolkit/eslint-config-ts": "catalog:", "@electron-toolkit/eslint-config-ts": "catalog:",
+24
View File
@@ -0,0 +1,24 @@
{
"name": "@proj-airi/audio-input-e2e",
"type": "module",
"version": "0.11.3",
"private": true,
"description": "End-to-end audio input contracts for AIRI Web and Electron",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"scripts": {
},
"dependencies": {
"@pnpm/find-workspace-dir": "catalog:",
"@proj-airi/stage-shared": "workspace:^",
"playwright": "catalog:",
"valibot": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:"
}
}
+1
View File
@@ -40,6 +40,7 @@
"dependencies": { "dependencies": {
"@moeru/std": "catalog:", "@moeru/std": "catalog:",
"@proj-airi/pipelines-audio": "workspace:^", "@proj-airi/pipelines-audio": "workspace:^",
"@proj-airi/plugin-protocol": "workspace:^",
"@proj-airi/server-sdk": "workspace:^", "@proj-airi/server-sdk": "workspace:^",
"@proj-airi/server-shared": "workspace:^", "@proj-airi/server-shared": "workspace:^",
"@proj-airi/stream-kit": "workspace:^", "@proj-airi/stream-kit": "workspace:^",
+1
View File
@@ -21,6 +21,7 @@
"./global-shortcut": "./src/global-shortcut/index.ts", "./global-shortcut": "./src/global-shortcut/index.ts",
"./godot-stage": "./src/godot-stage/index.ts", "./godot-stage": "./src/godot-stage/index.ts",
"./server-channel-qr": "./src/server-channel-qr.ts", "./server-channel-qr": "./src/server-channel-qr.ts",
"./types/io-trace": "./src/types/io-trace.ts",
"./electron-renderer": "./src/electron-renderer.d.ts", "./electron-renderer": "./src/electron-renderer.d.ts",
"./composables": "./src/composables/index.ts", "./composables": "./src/composables/index.ts",
"./webgpu": "./src/webgpu/index.ts" "./webgpu": "./src/webgpu/index.ts"
+3359 -908
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -40,6 +40,8 @@ patchedDependencies:
uiohook-napi@1.5.5: patches/uiohook-napi@1.5.5.patch uiohook-napi@1.5.5: patches/uiohook-napi@1.5.5.patch
catalog: catalog:
'@alexanderolsen/libsamplerate-js': ^2.1.2 '@alexanderolsen/libsamplerate-js': ^2.1.2
'@alint-js/cli': ^0.4.0
'@alint-js/plugin-js': ^0.4.0
'@antfu/eslint-config': ^8.2.0 '@antfu/eslint-config': ^8.2.0
'@anthropic-ai/claude-code': ^2.1.204 '@anthropic-ai/claude-code': ^2.1.204
'@arethetypeswrong/core': ^0.18.2 '@arethetypeswrong/core': ^0.18.2