build(bun): 更新 peerDependencies 中的 TypeScript 版本至 5.7.3

This commit is contained in:
李东云
2025-02-12 16:58:42 +08:00
parent 72512ac993
commit 0a545a77b0
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -5,7 +5,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.7.3"
},
"scripts": {
"start": "bun run dev",