deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for security and maintenance patches

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-26 14:01:25 -07:00
commit 9b1ab59f7d

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "@chobit-workspace",
"version": "0.1.0",
"private": true,
"description": "Chobit - Interactive AI companion with Godot 3D avatar, voice interaction, and pluggable LLM backend",
"packageManager": "bun@1.2.6",
"workspaces": ["packages/*"],
"scripts": {
"build": "turbo run build",
"build:packages": "turbo run build --filter='./packages/*'",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"clean": "turbo run clean"
},
"devDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.59.0",
"turbo": "^2.7.3"
}
}