Housekeeping

This commit is contained in:
SukkaW 2024-07-15 16:02:57 +08:00
parent 25b9173091
commit fafd5c4cef
2 changed files with 5 additions and 5 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.1.3", "@eslint-sukka/node": "^6.1.4",
"@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.18", "bun-types": "^1.1.20",
"eslint": "^9.6.0", "eslint": "^9.7.0",
"eslint-config-sukka": "^6.1.3", "eslint-config-sukka": "^6.1.4",
"eslint-formatter-sukka": "^6.1.3", "eslint-formatter-sukka": "^6.1.4",
"mitata": "^0.1.11", "mitata": "^0.1.11",
"typescript": "^5.5.3" "typescript": "^5.5.3"
}, },