Upgrade bun

This commit is contained in:
redphx 2024-10-06 20:35:08 +07:00
parent c24d1620b6
commit 14f2d8a741
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -10,10 +10,10 @@
"build": "build.ts"
},
"devDependencies": {
"@types/bun": "^1.1.9",
"@types/node": "^22.5.5",
"@types/bun": "^1.1.10",
"@types/node": "^22.7.4",
"@types/stylus": "^0.48.43",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"eslint-plugin-compat": "^6.0.1",
"stylus": "^0.63.0"
},