mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
chore: 📦 Update packages
This commit is contained in:
parent
e229c30a9f
commit
46f41199ac
4
index.ts
4
index.ts
|
|
@ -194,9 +194,7 @@ createServer(config, app);
|
||||||
await dualServerLogger.log(
|
await dualServerLogger.log(
|
||||||
LogLevel.INFO,
|
LogLevel.INFO,
|
||||||
"Server",
|
"Server",
|
||||||
`Lysand started at ${config.http.bind}:${config.http.bind_port} in ${(
|
`Lysand started at ${config.http.bind}:${config.http.bind_port} in ${(performance.now() - timeAtStart).toFixed(0)}ms`,
|
||||||
performance.now() - timeAtStart
|
|
||||||
).toFixed(0)}ms`,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
await dualServerLogger.log(
|
await dualServerLogger.log(
|
||||||
|
|
|
||||||
14
package.json
14
package.json
|
|
@ -75,7 +75,7 @@
|
||||||
"flexibleTaxonomy": true
|
"flexibleTaxonomy": true
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.7.3",
|
"@biomejs/biome": "^1.8.0",
|
||||||
"@types/bun": "^1.1.3",
|
"@types/bun": "^1.1.3",
|
||||||
"@types/cli-progress": "^3.11.5",
|
"@types/cli-progress": "^3.11.5",
|
||||||
"@types/cli-table": "^0.3.4",
|
"@types/cli-table": "^0.3.4",
|
||||||
|
|
@ -86,8 +86,8 @@
|
||||||
"@types/mime-types": "^2.1.4",
|
"@types/mime-types": "^2.1.4",
|
||||||
"@types/pg": "^8.11.6",
|
"@types/pg": "^8.11.6",
|
||||||
"@types/qs": "^6.9.15",
|
"@types/qs": "^6.9.15",
|
||||||
"drizzle-kit": "^0.22.1",
|
"drizzle-kit": "^0.22.5",
|
||||||
"oclif": "^4.12.3",
|
"oclif": "^4.13.1",
|
||||||
"ts-prune": "^0.10.3",
|
"ts-prune": "^0.10.3",
|
||||||
"typescript": "^5.4.5"
|
"typescript": "^5.4.5"
|
||||||
},
|
},
|
||||||
|
|
@ -101,16 +101,16 @@
|
||||||
"@inquirer/input": "^2.1.9",
|
"@inquirer/input": "^2.1.9",
|
||||||
"@json2csv/plainjs": "^7.0.6",
|
"@json2csv/plainjs": "^7.0.6",
|
||||||
"@lysand-org/federation": "1.1.9",
|
"@lysand-org/federation": "1.1.9",
|
||||||
"@oclif/core": "^3.26.9",
|
"@oclif/core": "^4.0.3",
|
||||||
"@tufjs/canonical-json": "^2.0.0",
|
"@tufjs/canonical-json": "^2.0.0",
|
||||||
"blurhash": "^2.0.5",
|
"blurhash": "^2.0.5",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"cli-progress": "^3.12.0",
|
"cli-progress": "^3.12.0",
|
||||||
"cli-table": "^0.3.11",
|
"cli-table": "^0.3.11",
|
||||||
"config-manager": "workspace:*",
|
"config-manager": "workspace:*",
|
||||||
"drizzle-orm": "^0.31.0",
|
"drizzle-orm": "^0.31.2",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"hono": "^4.4.3",
|
"hono": "^4.4.4",
|
||||||
"html-to-text": "^9.0.5",
|
"html-to-text": "^9.0.5",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
"ioredis": "^5.4.1",
|
"ioredis": "^5.4.1",
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
"mime-types": "^2.1.35",
|
"mime-types": "^2.1.35",
|
||||||
"oauth4webapi": "^2.10.4",
|
"oauth4webapi": "^2.10.4",
|
||||||
"ora": "^8.0.1",
|
"ora": "^8.0.1",
|
||||||
"pg": "^8.11.5",
|
"pg": "^8.12.0",
|
||||||
"qs": "^6.12.1",
|
"qs": "^6.12.1",
|
||||||
"sharp": "^0.33.4",
|
"sharp": "^0.33.4",
|
||||||
"string-comparison": "^1.3.0",
|
"string-comparison": "^1.3.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue