chore(deps): bump dependencies

This commit is contained in:
Neko Ayaka
2025-06-24 13:47:06 +08:00
parent 50e05b114b
commit c078b49e0c
23 changed files with 1568 additions and 1534 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
"type": "module",
"version": "0.6.1",
"private": true,
"packageManager": "pnpm@10.12.1",
"packageManager": "pnpm@10.12.2",
"description": "LLM powered virtual character",
"author": {
"name": "Moeru AI Project AIRI Team",
@@ -31,13 +31,13 @@
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix .",
"lint:rust": "cargo fmt --check && cargo clippy --workspace",
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" --parallel typecheck",
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F=\"./docs\" --parallel typecheck",
"up": "taze -w -r -I -f && pnpm prune && pnpm dedupe",
"sizecheck": "npx vite-bundle-visualizer",
"nolyfill": "pnpm dlx nolyfill"
},
"devDependencies": {
"@antfu/eslint-config": "^4.15.0",
"@antfu/eslint-config": "^4.16.1",
"@antfu/ni": "^25.0.0",
"@arethetypeswrong/core": "^0.18.2",
"@iconify/utils": "^2.3.0",