Upgrade bun

This commit is contained in:
redphx 2024-09-11 08:09:27 +07:00
parent a34ae75131
commit 97ec29faa0
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -9,14 +9,14 @@
"build": "build.ts"
},
"devDependencies": {
"@types/bun": "^1.1.8",
"@types/node": "^22.5.2",
"@types/bun": "^1.1.9",
"@types/node": "^22.5.4",
"@types/stylus": "^0.48.42",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-compat": "^6.0.0",
"stylus": "^0.63.0"
},
"peerDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}