Housekeeping + Make ESLint Happy

This commit is contained in:
SukkaW
2024-09-05 22:22:28 +08:00
parent f07cf055e5
commit ae732735ef
5 changed files with 272 additions and 185 deletions

View File

@@ -20,7 +20,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@cliqz/adblocker": "^1.33.1",
"@cliqz/adblocker": "^1.33.2",
"@jsdevtools/ez-spawn": "^3.0.4",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
@@ -32,18 +32,18 @@
"foxact": "^0.2.37",
"json-stringify-pretty-compact": "^3.0.0",
"mnemonist": "^0.39.8",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"punycode": "^2.3.1",
"table": "^6.8.2",
"tar-stream": "^3.1.7",
"tldts": "^6.1.41",
"tldts-experimental": "^6.1.41",
"yaml": "^2.5.0"
"yaml": "^2.5.1"
},
"devDependencies": {
"@eslint-sukka/node": "^6.2.3",
"@eslint-sukka/node": "^6.3.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.23",
"@types/async-retry": "^1.4.8",
"@types/better-sqlite3": "^7.6.11",
"@types/chai": "^4.3.19",
@@ -52,8 +52,8 @@
"@types/tar-stream": "^3.1.3",
"chai": "4",
"eslint": "^9.9.1",
"eslint-config-sukka": "^6.2.3",
"eslint-formatter-sukka": "^6.2.3",
"eslint-config-sukka": "^6.3.0",
"eslint-formatter-sukka": "^6.3.0",
"mitata": "^0.1.14",
"mocha": "^10.7.3",
"typescript": "^5.5.4"