Housekeeping

This commit is contained in:
SukkaW
2024-07-02 19:59:20 +08:00
parent dda0555c0b
commit 583d12c5b1
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -34,14 +34,14 @@
"yaml": "^2.4.5" "yaml": "^2.4.5"
}, },
"devDependencies": { "devDependencies": {
"@eslint-sukka/node": "^6.0.0", "@eslint-sukka/node": "^6.0.1",
"@types/async-retry": "^1.4.8", "@types/async-retry": "^1.4.8",
"@types/bun": "^1.1.6", "@types/bun": "^1.1.6",
"@types/tar-stream": "^3.1.3", "@types/tar-stream": "^3.1.3",
"bun-types": "^1.1.17", "bun-types": "^1.1.17",
"eslint": "^9.6.0", "eslint": "^9.6.0",
"eslint-config-sukka": "^6.0.0", "eslint-config-sukka": "^6.0.1",
"eslint-formatter-sukka": "^6.0.0", "eslint-formatter-sukka": "^6.0.1",
"mitata": "^0.1.11", "mitata": "^0.1.11",
"typescript": "^5.5.3" "typescript": "^5.5.3"
}, },