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
ffa0c209b6
commit
98616ceefb
6 changed files with 423 additions and 392 deletions
26
package.json
26
package.json
|
|
@ -60,15 +60,15 @@
|
|||
"sharp"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.0.0-beta.1",
|
||||
"@biomejs/biome": "^2.0.0-beta.1",
|
||||
"@types/bun": "^1.2.9",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@types/markdown-it-container": "^2.0.10",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/pg": "^8.11.11",
|
||||
"@types/pg": "^8.11.13",
|
||||
"@types/qs": "^6.9.18",
|
||||
"@types/web-push": "^3.6.4",
|
||||
"drizzle-kit": "^0.30.6",
|
||||
"drizzle-kit": "^0.31.0",
|
||||
"markdown-it-image-figures": "^2.1.1",
|
||||
"markdown-it-mathjax3": "^4.3.2",
|
||||
"ts-prune": "^0.10.3",
|
||||
|
|
@ -83,8 +83,8 @@
|
|||
"typescript": "^5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "^6.9.0",
|
||||
"@bull-board/hono": "^6.9.0",
|
||||
"@bull-board/api": "^6.9.1",
|
||||
"@bull-board/hono": "^6.9.1",
|
||||
"@clerc/plugin-completions": "^0.44.0",
|
||||
"@clerc/plugin-friendly-error": "^0.44.0",
|
||||
"@clerc/plugin-help": "^0.44.0",
|
||||
|
|
@ -96,23 +96,23 @@
|
|||
"@inquirer/confirm": "^5.1.9",
|
||||
"@logtape/file": "^0.9.0",
|
||||
"@logtape/logtape": "^0.9.0",
|
||||
"@scalar/hono-api-reference": "^0.8.0",
|
||||
"@sentry/bun": "^9.12.0",
|
||||
"@scalar/hono-api-reference": "^0.8.1",
|
||||
"@sentry/bun": "^9.13.0",
|
||||
"@versia/client": "workspace:*",
|
||||
"@versia/kit": "workspace:*",
|
||||
"@versia/sdk": "workspace:*",
|
||||
"altcha-lib": "^1.2.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.48.1",
|
||||
"bullmq": "^5.49.0",
|
||||
"chalk": "^5.4.1",
|
||||
"clerc": "^0.44.0",
|
||||
"confbox": "^0.2.2",
|
||||
"drizzle-orm": "^0.41.0",
|
||||
"hono": "^4.7.6",
|
||||
"drizzle-orm": "^0.42.0",
|
||||
"hono": "^4.7.7",
|
||||
"hono-openapi": "^0.4.6",
|
||||
"hono-rate-limiter": "^0.4.2",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.6.0",
|
||||
"ioredis": "^5.6.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.5",
|
||||
"jose": "^6.0.10",
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
"markdown-it-toc-done-right": "^4.2.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"mitata": "^1.0.34",
|
||||
"oauth4webapi": "^3.4.0",
|
||||
"oauth4webapi": "^3.5.0",
|
||||
"ora": "^8.2.0",
|
||||
"pg": "^8.14.1",
|
||||
"qs": "^6.14.0",
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
"uqr": "^0.1.2",
|
||||
"web-push": "^3.6.7",
|
||||
"xss": "^1.0.15",
|
||||
"youch": "4.1.0-beta.7",
|
||||
"youch": "^4.1.0-beta.7",
|
||||
"zod": "^3.24.2",
|
||||
"zod-openapi": "^4.2.4",
|
||||
"zod-validation-error": "^3.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue