mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-28 03:37:40 +02:00
chore(scripts): set @types/bun to latest in update-wiki
Point devDependency @types/bun at `latest` and refresh `bun.lock` to @types/bun@1.3.12 / bun-types@1.3.12 (from 1.3.9).
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/argparse": "^2.0.17",
|
||||
"@types/bun": "^1.3.9"
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Reference in New Issue
Block a user