Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Jan 14, 2025
1 parent a7e94e3 commit 6161477
Show file tree
Hide file tree
Showing 13 changed files with 600 additions and 516 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "airi-vtuber",
"type": "module",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "LLM powered virtual character",
"author": {
"name": "Neko Ayaka",
Expand Down Expand Up @@ -31,16 +31,16 @@
"@antfu/eslint-config": "^3.14.0",
"@antfu/ni": "^23.2.0",
"@cspell/dict-ru_ru": "^2.2.4",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@unocss/eslint-config": "^65.4.0",
"@unocss/eslint-plugin": "^65.4.0",
"bumpp": "^9.10.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^15.3.0",
"pnpm": "^9.15.3",
"pnpm": "^9.15.4",
"rollup": "^4.30.1",
"simple-git-hooks": "^2.11.1",
"taze": "^18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/moonshine-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@proj-airi/moonshine-web",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "Yet another WebGPU based STT + VAD with Moonshine model re-implemented",
"author": {
"name": "Neko Ayaka",
Expand Down
38 changes: 38 additions & 0 deletions packages/server-runtime/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "@proj-airi/server-runtime",
"type": "module",
"version": "0.1.1",
"private": false,
"description": "Server runtime and utility implementation for Airi running in different environments",
"author": {
"name": "Neko Ayaka",
"email": "[email protected]",
"url": "https://github.com/nekomeowww"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/server-runtime"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"dist",
"package.json"
],
"scripts": {},
"dependencies": {
"defu": "^6.1.4",
"h3": "^1.13.1"
}
}
17 changes: 17 additions & 0 deletions packages/server-runtime/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Import h3 as npm dependency
import { createApp, createRouter, defineEventHandler } from 'h3'

// Create an app instance
export const app = createApp()

// Create a new router and register it in app
const router = createRouter()
app.use(router)

// Add a new route that matches GET requests to / path
router.get(
'/',
defineEventHandler(() => {
return { message: '⚡️ Tadaa!' }
}),
)
18 changes: 18 additions & 0 deletions packages/server-runtime/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": [
"ESNext"
],
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
]
}
11 changes: 4 additions & 7 deletions packages/stage-tamagotchi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@tresjs/core": "^4.3.2",
"@types/yauzl": "^2.10.3",
"@typeschema/valibot": "^0.14.0",
"@unhead/vue": "^1.11.16",
"@unhead/vue": "^1.11.18",
"@unocss/reset": "^65.4.0",
"@vueuse/core": "^12.4.0",
"@vueuse/head": "^2.0.0",
Expand All @@ -68,7 +68,7 @@
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.26.1",
"shiki": "^1.27.0",
"three": "^0.172.0",
"unified": "^11.0.5",
"valibot": "1.0.0-beta.9",
Expand All @@ -84,15 +84,15 @@
"@electron-toolkit/tsconfig": "^1.0.1",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/eos-icons": "^1.2.2",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/mingcute": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@proj-airi/elevenlabs": "workspace:^",
"@proj-airi/unplugin-download": "workspace:^",
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
"@shikijs/markdown-it": "^1.26.1",
"@shikijs/markdown-it": "^1.26.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.172.0",
Expand All @@ -103,9 +103,6 @@
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"markdown-it-link-attributes": "^4.0.1",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"unocss-preset-theme": "^0.14.1",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-macros": "^2.13.8",
Expand Down
5 changes: 1 addition & 4 deletions packages/stage-tamagotchi/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig, mergeConfigs, presetWebFonts } from 'unocss'
import presetAnimations from 'unocss-preset-animations'

import UnoCSSConfig from '../../uno.config'

export default defineConfig(mergeConfigs([
Expand All @@ -15,9 +15,6 @@ export default defineConfig(mergeConfigs([
cuteen: 'Sniglet',
},
}),
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
// https://github.com/hyoban/unocss-preset-shadcn
presetAnimations(),
],
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
// https://github.com/hyoban/unocss-preset-shadcn
Expand Down
2 changes: 1 addition & 1 deletion packages/stage-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@proj-airi/stage-ui",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "Shared core for stage",
"author": {
"name": "Neko Ayaka",
Expand Down
13 changes: 5 additions & 8 deletions packages/stage-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@proj-airi/stage-web",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "LLM powered virtual character",
"author": {
"name": "Neko Ayaka",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@tresjs/core": "^4.3.2",
"@types/yauzl": "^2.10.3",
"@typeschema/valibot": "^0.14.0",
"@unhead/vue": "^1.11.16",
"@unhead/vue": "^1.11.18",
"@unocss/reset": "^65.4.0",
"@vueuse/core": "^12.4.0",
"@vueuse/head": "^2.0.0",
Expand All @@ -65,7 +65,7 @@
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.26.1",
"shiki": "^1.27.0",
"three": "^0.172.0",
"unified": "^11.0.5",
"valibot": "1.0.0-beta.9",
Expand All @@ -80,15 +80,15 @@
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/eos-icons": "^1.2.2",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/mingcute": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@iconify-json/svg-spinners": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@proj-airi/elevenlabs": "workspace:^",
"@proj-airi/unplugin-download": "workspace:^",
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
"@shikijs/markdown-it": "^1.26.1",
"@shikijs/markdown-it": "^1.26.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/three": "^0.172.0",
Expand All @@ -97,9 +97,6 @@
"@vueuse/motion": "^2.2.6",
"hfup": "workspace:^",
"markdown-it-link-attributes": "^4.0.1",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"unocss-preset-theme": "^0.14.1",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-macros": "^2.13.8",
Expand Down
5 changes: 1 addition & 4 deletions packages/stage-web/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig, mergeConfigs, presetWebFonts } from 'unocss'
import presetAnimations from 'unocss-preset-animations'

import UnoCSSConfig from '../../uno.config'

export default defineConfig(mergeConfigs([
Expand All @@ -15,9 +15,6 @@ export default defineConfig(mergeConfigs([
cuteen: 'Sniglet',
},
}),
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
// https://github.com/hyoban/unocss-preset-shadcn
presetAnimations(),
],
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
// https://github.com/hyoban/unocss-preset-shadcn
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper-webgpu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@proj-airi/whisper-webgpu",
"type": "module",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "Yet another WebGPU based Whisper Realtime STT re-implemented",
"author": {
"name": "Neko Ayaka",
Expand Down
Loading

0 comments on commit 6161477

Please sign in to comment.