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
441c7714d9
commit
4a4f72fd66
92 changed files with 1056 additions and 1730 deletions
32
package.json
32
package.json
|
|
@ -38,7 +38,7 @@
|
|||
"scripts": {
|
||||
"dev": "bun run --hot index.ts",
|
||||
"start": "NODE_ENV=production bun run dist/index.js --prod",
|
||||
"lint": "bunx @biomejs/biome check .",
|
||||
"lint": "biome check .",
|
||||
"build": "bun run build.ts",
|
||||
"build:worker": "bun run build-worker.ts",
|
||||
"cloc": "cloc . --exclude-dir node_modules,dist,.output,.nuxt,meta,logs --exclude-ext sql,log,pem",
|
||||
|
|
@ -60,8 +60,8 @@
|
|||
"sharp"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.0.0-beta.1",
|
||||
"@types/bun": "^1.2.9",
|
||||
"@biomejs/biome": "^2.0.0-beta.2",
|
||||
"@types/bun": "^1.2.11",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@types/markdown-it-container": "^2.0.10",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
|
|
@ -82,32 +82,32 @@
|
|||
"typescript": "^5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "^6.9.1",
|
||||
"@bull-board/hono": "^6.9.1",
|
||||
"@bull-board/api": "^6.9.2",
|
||||
"@bull-board/hono": "^6.9.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",
|
||||
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
||||
"@hono/zod-validator": "^0.4.3",
|
||||
"@hono/zod-validator": "^0.5.0",
|
||||
"@inquirer/confirm": "^5.1.9",
|
||||
"@logtape/file": "^0.9.0",
|
||||
"@logtape/logtape": "^0.9.0",
|
||||
"@scalar/hono-api-reference": "^0.8.1",
|
||||
"@sentry/bun": "^9.13.0",
|
||||
"@logtape/file": "^0.9.1",
|
||||
"@logtape/logtape": "^0.9.1",
|
||||
"@scalar/hono-api-reference": "^0.8.7",
|
||||
"@sentry/bun": "^9.15.0",
|
||||
"@versia/client": "workspace:*",
|
||||
"@versia/kit": "workspace:*",
|
||||
"@versia/sdk": "workspace:*",
|
||||
"altcha-lib": "^1.2.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.49.0",
|
||||
"bullmq": "^5.52.0",
|
||||
"chalk": "^5.4.1",
|
||||
"clerc": "^0.44.0",
|
||||
"confbox": "^0.2.2",
|
||||
"drizzle-orm": "^0.42.0",
|
||||
"hono": "^4.7.7",
|
||||
"hono-openapi": "^0.4.6",
|
||||
"drizzle-orm": "^0.43.1",
|
||||
"hono": "^4.7.8",
|
||||
"hono-openapi": "^0.4.8",
|
||||
"hono-rate-limiter": "^0.4.2",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.6.1",
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
"linkify-html": "^4.2.0",
|
||||
"linkify-string": "^4.2.0",
|
||||
"linkifyjs": "^4.2.0",
|
||||
"magic-regexp": "^0.9.0",
|
||||
"magic-regexp": "^0.10.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.2.0",
|
||||
"markdown-it-container": "^4.0.0",
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
"web-push": "^3.6.7",
|
||||
"xss": "^1.0.15",
|
||||
"youch": "^4.1.0-beta.7",
|
||||
"zod": "^3.24.2",
|
||||
"zod": "^3.24.3",
|
||||
"zod-openapi": "^4.2.4",
|
||||
"zod-validation-error": "^3.4.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue