mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
9e96eca032
commit
6338f711ad
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
|
|||
24
package.json
24
package.json
|
|
@ -76,8 +76,8 @@
|
|||
"flexibleTaxonomy": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.3",
|
||||
"@types/bun": "^1.1.11",
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@types/bun": "^1.1.12",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/cli-table": "^0.3.4",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
|
|
@ -87,8 +87,8 @@
|
|||
"@types/mime-types": "^2.1.4",
|
||||
"@types/pg": "^8.11.10",
|
||||
"@types/qs": "^6.9.16",
|
||||
"drizzle-kit": "^0.25.0",
|
||||
"oclif": "^4.15.8",
|
||||
"drizzle-kit": "^0.26.2",
|
||||
"oclif": "^4.15.12",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.6.3",
|
||||
"zod-to-json-schema": "^3.23.3"
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
"dependencies": {
|
||||
"@bradenmacdonald/s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client",
|
||||
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
||||
"@hono/hono": "npm:@jsr/hono__hono@4.6.4",
|
||||
"@hono/hono": "npm:@jsr/hono__hono@4.6.6",
|
||||
"@hono/prometheus": "^1.0.1",
|
||||
"@hono/swagger-ui": "^0.4.1",
|
||||
"@hono/zod-openapi": "^0.16.4",
|
||||
|
|
@ -107,28 +107,28 @@
|
|||
"@inquirer/input": "^4.0.0",
|
||||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.6.3",
|
||||
"@oclif/core": "^4.0.27",
|
||||
"@sentry/bun": "^8.34.0",
|
||||
"@oclif/core": "^4.0.30",
|
||||
"@sentry/bun": "^8.35.0",
|
||||
"@tufjs/canonical-json": "^2.0.0",
|
||||
"@versia/client": "^0.1.0",
|
||||
"@versia/federation": "^0.1.1",
|
||||
"@versia/kit": "workspace:*",
|
||||
"altcha-lib": "^1.1.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.20.0",
|
||||
"bullmq": "^5.21.2",
|
||||
"c12": "^2.0.1",
|
||||
"chalk": "^5.3.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"cli-table": "^0.3.11",
|
||||
"confbox": "^0.1.8",
|
||||
"drizzle-orm": "^0.34.1",
|
||||
"drizzle-orm": "^0.35.3",
|
||||
"extract-zip": "^2.0.1",
|
||||
"hono": "npm:@jsr/hono__hono@4.6.4",
|
||||
"hono": "npm:@jsr/hono__hono@4.6.6",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.4.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.3",
|
||||
"jose": "^5.9.4",
|
||||
"jose": "^5.9.6",
|
||||
"linkify-html": "^4.1.3",
|
||||
"linkify-string": "^4.1.3",
|
||||
"linkifyjs": "^4.1.3",
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
"markdown-it-container": "^4.0.0",
|
||||
"markdown-it-toc-done-right": "^4.2.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"oauth4webapi": "^3.1.0",
|
||||
"oauth4webapi": "^3.1.1",
|
||||
"ora": "^8.1.0",
|
||||
"pg": "^8.13.0",
|
||||
"prom-client": "^15.1.3",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ import chalk from "chalk";
|
|||
import { config } from "~/packages/config-manager";
|
||||
|
||||
// HACK: This is a workaround for the lack of type exports in the Logtape package.
|
||||
// biome-ignore format: Biome formatter bug
|
||||
type RotatingFileSinkDriver<T> =
|
||||
import("../node_modules/@logtape/logtape/logtape/sink").RotatingFileSinkDriver<T>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue