Housekeeping

This commit is contained in:
SukkaW
2025-02-11 21:40:57 +08:00
parent a6c1c73383
commit 599c53a951
2 changed files with 189 additions and 175 deletions

View File

@@ -33,12 +33,12 @@
"fdir": "^6.4.3",
"foxts": "^1.1.7",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "^3.0.0",
"json-stringify-pretty-compact": "3.0.0",
"picocolors": "^1.1.1",
"tar-fs": "^3.0.8",
"tinyexec": "^0.3.2",
"tldts": "^6.1.76",
"tldts-experimental": "^6.1.76",
"tldts": "^6.1.77",
"tldts-experimental": "^6.1.77",
"undici": "^7.3.0",
"undici-cache-store-better-sqlite3": "^0.1.1",
"whoiser": "^1.18.0",
@@ -50,7 +50,7 @@
"devDependencies": {
"@eslint-sukka/node": "^6.13.3",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.14",
"@swc/core": "^1.10.15",
"@types/async-retry": "^1.4.9",
"@types/better-sqlite3": "^7.6.12",
"@types/dns2": "^2.0.9",
@@ -58,7 +58,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.1",
"@types/tar-fs": "^2.0.4",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-config-sukka": "^6.13.3",
"eslint-formatter-sukka": "^6.13.3",
"expect": "^29.7.0",
@@ -66,7 +66,7 @@
"mocha": "^11.1.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.3.0",
"pnpm": {
"patchedDependencies": {
"undici": "patches/undici.patch",