chore(deps): bump hfup
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"@vue-macros/volar": "^3.0.0-beta.17",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"execa": "^9.6.0",
|
||||
"hfup": "^0.5.0",
|
||||
"hfup": "^0.6.2",
|
||||
"less": "^4.3.0",
|
||||
"unplugin-info": "^1.2.2",
|
||||
"unplugin-vue-macros": "^2.14.5",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { join, resolve } from 'node:path'
|
||||
import { env } from 'node:process'
|
||||
import { cwd, env } from 'node:process'
|
||||
|
||||
import VueI18n from '@intlify/unplugin-vue-i18n/vite'
|
||||
import Vue from '@vitejs/plugin-vue'
|
||||
@@ -149,9 +149,10 @@ export default defineConfig({
|
||||
Download('https://dist.ayaka.moe/vrm-models/VRoid-Hub/AvatarSample-B/AvatarSample_B.vrm', 'AvatarSample_B.vrm', 'assets/vrm/models/AvatarSample-B'),
|
||||
|
||||
// HuggingFace Spaces
|
||||
LFS({ extraGlobs: ['*.vrm', '*.cmo3', '*.png', '*.jpg', '*.jpeg', '*.gif', '*.webp', '*.bmp', '*.ttf'] }),
|
||||
LFS({ root: cwd(), extraGlobs: ['*.vrm', '*.cmo3', '*.png', '*.jpg', '*.jpeg', '*.gif', '*.webp', '*.bmp', '*.ttf'] }),
|
||||
SpaceCard({
|
||||
title: 'アイリ VTuber',
|
||||
root: cwd(),
|
||||
title: 'Project AIRI: AI driven VTuber & Companion',
|
||||
emoji: '🧸',
|
||||
colorFrom: 'pink',
|
||||
colorTo: 'pink',
|
||||
@@ -162,7 +163,7 @@ export default defineConfig({
|
||||
'onnx-community/whisper-base',
|
||||
'onnx-community/silero-vad',
|
||||
],
|
||||
short_description: 'アイリ VTuber. LLM powered Live2D/VRM living character.',
|
||||
short_description: 'Project AIRI: AI driven VTuber & Companion. LLM powered Live2D/VRM living character.',
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
Generated
+6
-18
@@ -897,8 +897,8 @@ importers:
|
||||
specifier: ^9.6.0
|
||||
version: 9.6.0
|
||||
hfup:
|
||||
specifier: ^0.5.0
|
||||
version: 0.5.0(@types/node@24.0.15)(jiti@2.4.2)(less@4.4.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
|
||||
specifier: ^0.6.2
|
||||
version: 0.6.2
|
||||
less:
|
||||
specifier: ^4.3.0
|
||||
version: 4.4.0
|
||||
@@ -8608,8 +8608,8 @@ packages:
|
||||
hey-listen@1.0.8:
|
||||
resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==}
|
||||
|
||||
hfup@0.5.0:
|
||||
resolution: {integrity: sha512-t2gc6eE44CHGe0lv8qnPbnr+H6Y7Z3EAH76K+flSCaziOx1cldeYnfX/E7mbhdSP5KJU7Cie/xhwu6MmTo4guw==}
|
||||
hfup@0.6.2:
|
||||
resolution: {integrity: sha512-wAOF1N5a3Kjpjv87Qmn4svRZlKeZB1814s49DI14S6DmOKHK8tv1mWqt7BGKFOGhYgwOGYnudosyIKcyZvIXwg==}
|
||||
|
||||
highlight.js@10.7.3:
|
||||
resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==}
|
||||
@@ -21125,23 +21125,11 @@ snapshots:
|
||||
|
||||
hey-listen@1.0.8: {}
|
||||
|
||||
hfup@0.5.0(@types/node@24.0.15)(jiti@2.4.2)(less@4.4.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0):
|
||||
hfup@0.6.2:
|
||||
dependencies:
|
||||
defu: 6.1.4
|
||||
gray-matter: 4.0.3
|
||||
vite: 6.3.5(@types/node@24.0.15)(jiti@2.4.2)(less@4.4.0)(lightningcss@1.30.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- jiti
|
||||
- less
|
||||
- lightningcss
|
||||
- sass
|
||||
- sass-embedded
|
||||
- stylus
|
||||
- sugarss
|
||||
- terser
|
||||
- tsx
|
||||
- yaml
|
||||
unplugin: 2.3.5
|
||||
|
||||
highlight.js@10.7.3: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user