Housekeeping

This commit is contained in:
SukkaW
2025-07-31 23:52:21 +08:00
parent a2fe504ec3
commit 2d597b7ddd
2 changed files with 104 additions and 150 deletions

View File

@@ -36,13 +36,13 @@
"foxts": "^3.10.0",
"hash-wasm": "^4.12.0",
"json-stringify-pretty-compact": "3.0.0",
"null-prototype-object": "^1.2.0",
"null-prototype-object": "^1.2.1",
"picocolors": "^1.1.1",
"punycode": "^2.3.1",
"tar-fs": "^3.1.0",
"tldts": "^6.1.86",
"tldts-experimental": "^6.1.86",
"undici": "^7.12.0",
"undici": "^7.13.0",
"undici-cache-store-better-sqlite3": "^1.0.0",
"whoiser": "^1.18.0",
"why-is-node-running": "^3.2.2",
@@ -54,7 +54,7 @@
"devDependencies": {
"@eslint-sukka/node": "^6.22.1",
"@swc-node/register": "^1.10.10",
"@swc/core": "^1.13.2",
"@swc/core": "^1.13.3",
"@types/async-retry": "^1.4.9",
"@types/better-sqlite3": "^7.6.13",
"@types/cli-progress": "^3.11.6",
@@ -74,7 +74,7 @@
"tinyexec": "^1.0.1",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.13.1",
"packageManager": "pnpm@10.14.0",
"pnpm": {
"patchedDependencies": {
"whoiser": "patches/whoiser.patch"
@@ -83,9 +83,12 @@
"@swc/core",
"better-sqlite3",
"unrs-resolver"
]
},
"resolutions": {
"has": "npm:@nolyfill/has@latest"
],
"overrides": {
"eslint>chalk": "npm:picocolors@^1.1.1",
"globalthis": "npm:@nolyfill/globalthis@^1.0.44",
"has": "npm:@nolyfill/has@^1.0.44",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44"
}
}
}