Upgrade bun

This commit is contained in:
redphx 2024-09-02 10:44:36 +07:00
parent e372db8dd9
commit 4888c399f0
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -10,13 +10,13 @@
}, },
"devDependencies": { "devDependencies": {
"@types/bun": "^1.1.8", "@types/bun": "^1.1.8",
"@types/node": "^20.16.2", "@types/node": "^22.5.2",
"@types/stylus": "^0.48.42", "@types/stylus": "^0.48.42",
"eslint": "^9.9.1", "eslint": "^9.9.1",
"eslint-plugin-compat": "^6.0.0", "eslint-plugin-compat": "^6.0.0",
"stylus": "^0.63.0" "stylus": "^0.63.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.5.2" "typescript": "^5.5.4"
} }
} }