mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Merge branch 'main' into refactor/cli
This commit is contained in:
commit
21b4f8a024
10 changed files with 219 additions and 252 deletions
30
package.json
30
package.json
|
|
@ -54,7 +54,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@types/bun": "^1.2.2",
|
||||
"@types/bun": "^1.2.3",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/cli-table": "^0.3.4",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
"@types/pg": "^8.11.11",
|
||||
"@types/qs": "^6.9.18",
|
||||
"@types/web-push": "^3.6.4",
|
||||
"drizzle-kit": "^0.30.4",
|
||||
"drizzle-kit": "^0.30.5",
|
||||
"markdown-it-image-figures": "^2.1.1",
|
||||
"markdown-it-mathjax3": "^4.3.2",
|
||||
"ts-prune": "^0.10.3",
|
||||
|
|
@ -72,14 +72,14 @@
|
|||
"vitepress-plugin-tabs": "^0.6.0",
|
||||
"vitepress-sidebar": "^1.31.0",
|
||||
"vue": "^3.5.13",
|
||||
"zod-to-json-schema": "^3.24.1"
|
||||
"zod-to-json-schema": "^3.24.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "^6.7.7",
|
||||
"@bull-board/hono": "^6.7.7",
|
||||
"@bull-board/api": "^6.7.9",
|
||||
"@bull-board/hono": "^6.7.9",
|
||||
"@clerc/plugin-completions": "^0.44.0",
|
||||
"@clerc/plugin-friendly-error": "^0.44.0",
|
||||
"@clerc/plugin-help": "^0.44.0",
|
||||
|
|
@ -92,27 +92,29 @@
|
|||
"@hono/zod-validator": "^0.4.3",
|
||||
"@inquirer/confirm": "^5.1.6",
|
||||
"@inquirer/input": "^4.1.6",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.123+1d41fba8",
|
||||
"@sentry/bun": "^9.1.0",
|
||||
"@logtape/file": "^0.9.0-dev.134+9f8d1ac0",
|
||||
"@logtape/logtape": "^0.9.0-dev.134",
|
||||
"@sentry/bun": "^9.2.0",
|
||||
"@versia/client": "^0.1.5",
|
||||
"@versia/federation": "^0.2.0",
|
||||
"@versia/federation": "^0.2.1",
|
||||
"@versia/kit": "workspace:*",
|
||||
"altcha-lib": "^1.2.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.41.2",
|
||||
"c12": "^2.0.2",
|
||||
"bullmq": "^5.41.5",
|
||||
"c12": "^3.0.0",
|
||||
"chalk": "^5.4.1",
|
||||
"clerc": "^0.44.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"cli-table": "^0.3.11",
|
||||
"confbox": "^0.1.8",
|
||||
"drizzle-orm": "^0.39.3",
|
||||
"hono": "^4.7.1",
|
||||
"drizzle-orm": "^0.40.0",
|
||||
"extract-zip": "^2.0.1",
|
||||
"hono": "^4.7.2",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.5.0",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.5",
|
||||
"jose": "^5.10.0",
|
||||
"jose": "^6.0.7",
|
||||
"linkify-html": "^4.2.0",
|
||||
"linkify-string": "^4.2.0",
|
||||
"linkifyjs": "^4.2.0",
|
||||
|
|
@ -123,7 +125,7 @@
|
|||
"markdown-it-toc-done-right": "^4.2.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"mitata": "^1.0.34",
|
||||
"oauth4webapi": "^3.2.0",
|
||||
"oauth4webapi": "^3.3.0",
|
||||
"ora": "^8.2.0",
|
||||
"pg": "^8.13.3",
|
||||
"qs": "^6.14.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue