mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 10:34:35 +08:00
Housekeeping
This commit is contained in:
12
package.json
12
package.json
@@ -15,7 +15,7 @@
|
||||
"build-profile": "pnpm run dexnode -r @swc-node/register ./Build/index.ts",
|
||||
"bench-download": "pnpm run node ./Build/benchmark-download-client.ts",
|
||||
"lint": "eslint --format=sukka .",
|
||||
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx \"Build/**/*.test.ts\""
|
||||
"test": "SWC_NODE_IGNORE_DYNAMIC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register \"Build/**/*.test.ts\""
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
@@ -42,7 +42,7 @@
|
||||
"tinyglobby": "^0.2.17",
|
||||
"tldts": "^7.4.11",
|
||||
"tldts-experimental": "^7.4.11",
|
||||
"undici": "^8.10.0",
|
||||
"undici": "^8.10.1",
|
||||
"undici-cache-store-better-sqlite3": "^1.1.1",
|
||||
"why-is-node-running": "^3.2.2",
|
||||
"xbits": "^0.2.0",
|
||||
@@ -55,7 +55,7 @@
|
||||
"@swc/core": "1.16.1",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^26.4.0",
|
||||
"@types/node": "^26.4.1",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"@types/yauzl-promise": "^4.0.1",
|
||||
"earl": "^2.0.0",
|
||||
@@ -63,10 +63,10 @@
|
||||
"eslint-config-sukka": "^9.0.1",
|
||||
"eslint-formatter-sukka": "^9.0.1",
|
||||
"foxts": "^5.9.1",
|
||||
"jest-worker": "^30.5.0",
|
||||
"jest-worker": "^30.5.1",
|
||||
"mitata": "^1.0.34",
|
||||
"mocha": "^11.8.0",
|
||||
"mocha": "^12.0.0",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@12.1.0"
|
||||
"packageManager": "pnpm@12.2.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user