Upgrade bun

This commit is contained in:
redphx 2024-11-29 09:06:30 +07:00
parent 2f280cf6e9
commit fcd6f041e6
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -10,14 +10,14 @@
"build": "build.ts" "build": "build.ts"
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "^1.1.12", "@types/bun": "^1.1.14",
"@types/node": "^22.7.9", "@types/node": "^22.10.1",
"@types/stylus": "^0.48.43", "@types/stylus": "^0.48.43",
"eslint": "^9.13.0", "eslint": "^9.15.0",
"eslint-plugin-compat": "^6.0.1", "eslint-plugin-compat": "^6.0.1",
"stylus": "^0.64.0" "stylus": "^0.64.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }