mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
a951a08073
commit
b35e54c9b4
11 changed files with 370 additions and 285 deletions
54
package.json
54
package.json
|
|
@ -40,50 +40,50 @@
|
|||
"packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"@biomejs/biome": "2.3.4",
|
||||
"@types/bun": "~1.3.2",
|
||||
"@biomejs/biome": "2.3.8",
|
||||
"@types/bun": "~1.3.4",
|
||||
"@types/html-to-text": "~9.0.4",
|
||||
"@types/markdown-it-container": "~2.0.10",
|
||||
"@types/mime-types": "~3.0.1",
|
||||
"@types/qs": "~6.14.0",
|
||||
"@types/web-push": "~3.6.4",
|
||||
"bun-bagel": "~1.2.0",
|
||||
"drizzle-kit": "~0.31.7",
|
||||
"drizzle-kit": "~0.31.8",
|
||||
"mitt": "~3.0.1",
|
||||
"markdown-it-image-figures": "~2.1.1",
|
||||
"ts-prune": "~0.10.3",
|
||||
"typescript": "~5.9.3",
|
||||
"vitepress": "~1.6.4",
|
||||
"vitepress-plugin-tabs": "~0.7.3",
|
||||
"vitepress-sidebar": "~1.33.0",
|
||||
"vue": "~3.5.24",
|
||||
"@bull-board/api": "~6.14.2",
|
||||
"@bull-board/hono": "~6.14.2",
|
||||
"@clerc/plugin-completions": "~0.44.0",
|
||||
"@clerc/plugin-friendly-error": "~0.44.0",
|
||||
"@clerc/plugin-help": "~0.44.0",
|
||||
"@clerc/plugin-not-found": "~0.44.0",
|
||||
"@clerc/plugin-version": "~0.44.0",
|
||||
"vitepress-sidebar": "~1.33.1",
|
||||
"vue": "~3.5.25",
|
||||
"@bull-board/api": "~6.15.0",
|
||||
"@bull-board/hono": "~6.15.0",
|
||||
"@clerc/plugin-completions": "~1.0.0-beta.1",
|
||||
"@clerc/plugin-friendly-error": "~1.0.0-beta.1",
|
||||
"@clerc/plugin-help": "~1.0.0-beta.1",
|
||||
"@clerc/plugin-not-found": "~1.0.0-beta.1",
|
||||
"@clerc/plugin-version": "~1.0.0-beta.1",
|
||||
"@hackmd/markdown-it-task-lists": "~2.1.4",
|
||||
"@hono/standard-validator": "~0.2.0",
|
||||
"@inquirer/confirm": "~6.0.1",
|
||||
"@logtape/file": "~1.2.0",
|
||||
"@logtape/logtape": "~1.2.0",
|
||||
"@logtape/sentry": "~1.2.0",
|
||||
"@logtape/otel": "~1.2.0",
|
||||
"@scalar/hono-api-reference": "~0.9.25",
|
||||
"@sentry/bun": "~10.26.0",
|
||||
"@inquirer/confirm": "~6.0.2",
|
||||
"@logtape/file": "~1.2.2",
|
||||
"@logtape/logtape": "~1.2.2",
|
||||
"@logtape/sentry": "~1.2.2",
|
||||
"@logtape/otel": "~1.2.2",
|
||||
"@scalar/hono-api-reference": "~0.9.28",
|
||||
"@sentry/bun": "~10.29.0",
|
||||
"openid-client": "~6.8.1",
|
||||
"altcha-lib": "~1.3.0",
|
||||
"blurhash": "~2.0.5",
|
||||
"bullmq": "~5.64.1",
|
||||
"bullmq": "~5.65.1",
|
||||
"chalk": "~5.6.2",
|
||||
"clerc": "~0.44.0",
|
||||
"@clerc/core": "~1.0.0-beta.1",
|
||||
"confbox": "~0.2.2",
|
||||
"drizzle-orm": "~0.44.7",
|
||||
"drizzle-orm": "~0.45.1",
|
||||
"feed": "~5.1.0",
|
||||
"hono": "~4.10.6",
|
||||
"hono-openapi": "~1.1.1",
|
||||
"hono": "~4.10.8",
|
||||
"hono-openapi": "~1.1.2",
|
||||
"hono-rate-limiter": "~0.4.2",
|
||||
"html-to-text": "~9.0.5",
|
||||
"ioredis": "~5.8.2",
|
||||
|
|
@ -111,8 +111,8 @@
|
|||
"web-push": "~3.6.7",
|
||||
"xss": "~1.0.15",
|
||||
"youch": "~4.1.0-beta.13",
|
||||
"zod": "~4.1.12",
|
||||
"zod-openapi": "~5.4.3",
|
||||
"zod": "~4.1.13",
|
||||
"zod-openapi": "~5.4.5",
|
||||
"zod-validation-error": "~5.0.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
"blurhash": "catalog:",
|
||||
"bullmq": "catalog:",
|
||||
"chalk": "catalog:",
|
||||
"clerc": "catalog:",
|
||||
"@clerc/core": "catalog:",
|
||||
"confbox": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"feed": "catalog:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue