Housekeeping

This commit is contained in:
SukkaW
2024-10-17 16:28:57 +08:00
parent e18f57f568
commit 5aee1b6870
6 changed files with 382 additions and 169 deletions

View File

@@ -30,7 +30,7 @@
"cli-table3": "^0.6.5",
"csv-parse": "^5.5.6",
"fast-cidr-tools": "^0.3.1",
"fdir": "^6.4.1",
"fdir": "^6.4.2",
"foxact": "^0.2.39",
"hash-wasm": "^4.11.0",
"json-stringify-pretty-compact": "^3.0.0",
@@ -51,23 +51,22 @@
"@swc/core": "^1.7.36",
"@types/better-sqlite3": "^7.6.11",
"@types/cacache": "^17.0.2",
"@types/chai": "^4.3.20",
"@types/make-fetch-happen": "^10.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"@types/node": "^22.7.6",
"@types/node-fetch": "2",
"@types/punycode": "^2.1.4",
"@types/tar-fs": "^2.0.4",
"@types/tar-stream": "^3.1.3",
"chai": "4",
"eslint": "^9.12.0",
"eslint-config-sukka": "^6.7.0",
"eslint-formatter-sukka": "^6.7.0",
"expect": "^29.7.0",
"mitata": "^1.0.10",
"mocha": "^10.7.3",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"resolutions": {
"has": "npm:@nolyfill/has@latest"
},