mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
chore: many minor fixes
This commit is contained in:
@@ -56,6 +56,7 @@ dist
|
||||
.nuxt
|
||||
# vite-plugin-inspect
|
||||
.vite-inspect
|
||||
.vite-inspect*
|
||||
|
||||
# auto import & auto fs based router
|
||||
components.d.ts
|
||||
|
||||
+1
-1
@@ -83,7 +83,7 @@
|
||||
"unplugin-raw": "^0.6.4",
|
||||
"unplugin-unused": "^0.5.7",
|
||||
"vite": "^8.0.2",
|
||||
"vite-plugin-inspect": "^11.3.3",
|
||||
"vite-plugin-inspect": "catalog:",
|
||||
"vitest": "^4.1.1",
|
||||
"yaml": "^2.8.3"
|
||||
},
|
||||
|
||||
@@ -45,7 +45,7 @@ export default defineConfig({
|
||||
// Vite version, wait until Histoire updates to support Vite 7
|
||||
Yaml() as Plugin,
|
||||
Vue(),
|
||||
Unocss(),
|
||||
...Unocss() as Plugin[],
|
||||
// TODO: Type wrong for `unplugin-yaml` in Histoire required
|
||||
// Vite version, wait until Histoire updates to support Vite 7
|
||||
Inspect() as Plugin,
|
||||
|
||||
Generated
+582
-455
File diff suppressed because it is too large
Load Diff
+1
-4
@@ -27,7 +27,6 @@ patchedDependencies:
|
||||
pixi-live2d-display: patches/pixi-live2d-display.patch
|
||||
srvx: patches/srvx.patch
|
||||
catalog:
|
||||
'@better-auth/drizzle-adapter': ^1.5.6
|
||||
'@capacitor/android': ^8.2.0
|
||||
'@capacitor/cli': ^8.2.0
|
||||
'@capacitor/core': ^8.2.0
|
||||
@@ -49,7 +48,6 @@ catalog:
|
||||
'@nekopaw/tempora': 0.4.0-alpha.1
|
||||
'@pinia/testing': ^1.0.3
|
||||
'@proj-airi/drizzle-duckdb-wasm': ^0.4.29
|
||||
'@proj-airi/drizzle-orm-browser-migrator': ^0.1.6
|
||||
'@proj-airi/iconify-meteocons': ^0.1.4
|
||||
'@proj-airi/unplugin-drizzle-orm-migrations': ^0.1.6
|
||||
'@proj-airi/unplugin-fetch': ^0.2.2
|
||||
@@ -103,7 +101,6 @@ catalog:
|
||||
posthog-js: 1.306.1
|
||||
splitpanes: ^4.0.4
|
||||
std-env: ^4.0.0
|
||||
stripe: ^20.3.0
|
||||
superjson: ^2.2.6
|
||||
tsdown: ^0.21.4
|
||||
tsx: ^4.21.0
|
||||
@@ -112,6 +109,7 @@ catalog:
|
||||
unstorage: ^1.17.4
|
||||
valibot: 1.2.0
|
||||
vite: ^8.0.2
|
||||
vite-plugin-inspect: ^11.3.3
|
||||
vite-plugin-mkcert: ^1.17.10
|
||||
vue: ^3.5.30
|
||||
vue-sonner: 2.0.9
|
||||
@@ -155,7 +153,6 @@ onlyBuiltDependencies:
|
||||
- spawn-sync
|
||||
- utf-8-validate
|
||||
- vue-demi
|
||||
|
||||
packageExtensions:
|
||||
'@formkit/auto-animate':
|
||||
peerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user