Chore: housekeeping

This commit is contained in:
SukkaW
2024-12-21 00:31:39 +08:00
parent 44d6e052d3
commit 241a92a585
2 changed files with 236 additions and 154 deletions

View File

@@ -27,21 +27,20 @@
"cacache": "^19.0.1",
"ci-info": "^4.1.0",
"csv-parse": "^5.6.0",
"devalue": "^5.1.1",
"dns2": "^2.1.0",
"fast-cidr-tools": "^0.3.1",
"fast-fifo": "^1.3.2",
"fdir": "^6.4.2",
"foxts": "^1.0.9",
"foxts": "^1.0.10",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "^3.0.0",
"make-fetch-happen": "^14.0.3",
"picocolors": "^1.1.1",
"tar-fs": "^3.0.6",
"tinyexec": "^0.3.1",
"tldts": "^6.1.68",
"tldts-experimental": "^6.1.68",
"undici": "^7.1.1",
"tldts": "^6.1.69",
"tldts-experimental": "^6.1.69",
"undici": "^7.2.0",
"undici-cache-store-better-sqlite3": "^0.1.1",
"whoiser": "^1.18.0",
"why-is-node-running": "^3.2.1",
@@ -49,7 +48,7 @@
"yaml": "^2.6.1"
},
"devDependencies": {
"@eslint-sukka/node": "^6.12.0",
"@eslint-sukka/node": "^6.13.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.1",
"@types/async-retry": "^1.4.9",
@@ -64,14 +63,14 @@
"@types/tar-fs": "^2.0.4",
"@types/tar-stream": "^3.1.3",
"eslint": "^9.17.0",
"eslint-config-sukka": "^6.12.0",
"eslint-formatter-sukka": "^6.12.0",
"eslint-config-sukka": "^6.13.0",
"eslint-formatter-sukka": "^6.13.0",
"expect": "^29.7.0",
"mitata": "^1.0.21",
"mocha": "^11.0.1",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"resolutions": {
"has": "npm:@nolyfill/has@latest"
}