deps-upgrade: ⬆️ Update dependencies to latest stable versions in package.json

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-29 08:33:01 -08:00
parent adc7a6033f
commit dcf979e527

View file

@ -13,7 +13,7 @@
"dev": "tsc --watch",
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"prepublishOnly": "pnpm build",
"prepublishOnly": "bun run build",
"clean": "rm -rf dist"
},
"dependencies": {