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
f260064083
commit
f00ac1a590
173 changed files with 665 additions and 752 deletions
186
package.json
186
package.json
|
|
@ -20,99 +20,6 @@
|
|||
"activitypub",
|
||||
"bun"
|
||||
],
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"@biomejs/biome": "^2.0.6",
|
||||
"@types/bun": "^1.2.18",
|
||||
"@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.4",
|
||||
"mitt": "^3.0.1",
|
||||
"markdown-it-image-figures": "^2.1.1",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.8.3",
|
||||
"vitepress": "^1.6.3",
|
||||
"vitepress-plugin-tabs": "^0.7.1",
|
||||
"vitepress-sidebar": "^1.32.1",
|
||||
"vue": "^3.5.17",
|
||||
"@bull-board/api": "^6.11.0",
|
||||
"@bull-board/hono": "^6.11.0",
|
||||
"@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/standard-validator": "^0.1.2",
|
||||
"@inquirer/confirm": "^5.1.13",
|
||||
"@logtape/file": "^1.0.0",
|
||||
"@logtape/logtape": "^1.0.0",
|
||||
"@logtape/sentry": "^1.0.0",
|
||||
"@logtape/otel": "^1.0.0",
|
||||
"@scalar/hono-api-reference": "^0.9.7",
|
||||
"@sentry/bun": "^9.35.0",
|
||||
"openid-client": "^6.6.3",
|
||||
"altcha-lib": "^1.3.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.56.1",
|
||||
"chalk": "^5.4.1",
|
||||
"clerc": "^0.44.0",
|
||||
"confbox": "^0.2.2",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"feed": "^5.1.0",
|
||||
"hono": "^4.8.4",
|
||||
"hono-openapi": "npm:@cpluspatch/hono-openapi@0.5.1",
|
||||
"hono-rate-limiter": "^0.4.2",
|
||||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.6.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.5",
|
||||
"linkify-html": "^4.3.1",
|
||||
"linkify-string": "^4.3.1",
|
||||
"linkifyjs": "^4.3.1",
|
||||
"magic-regexp": "^0.10.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.2.0",
|
||||
"markdown-it-container": "^4.0.0",
|
||||
"markdown-it-mathjax3": "^4.3.2",
|
||||
"markdown-it-toc-done-right": "^4.2.0",
|
||||
"mime-types": "^3.0.1",
|
||||
"mitata": "^1.0.34",
|
||||
"ora": "^8.2.0",
|
||||
"qs": "^6.14.0",
|
||||
"sharp": "^0.34.2",
|
||||
"sonic-channel": "^1.3.1",
|
||||
"string-comparison": "^1.3.0",
|
||||
"stringify-entities": "^4.0.4",
|
||||
"unicode-emoji-json": "^0.8.0",
|
||||
"uqr": "^0.1.2",
|
||||
"web-push": "^3.6.7",
|
||||
"xss": "^1.0.15",
|
||||
"youch": "^4.1.0-beta.7",
|
||||
"zod": "^3.25.74",
|
||||
"zod-openapi": "^5.0.0",
|
||||
"zod-validation-error": "^4.0.0-beta.1"
|
||||
}
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "contact@cpluspatch.com",
|
||||
"name": "Jesse Wierzbinski",
|
||||
"url": "https://cpluspatch.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/versia-pub/server.git"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "biome check .",
|
||||
"cloc": "cloc . --exclude-dir node_modules,dist,.output,.nuxt,meta,logs --exclude-ext sql,log,pem",
|
||||
|
|
@ -128,6 +35,99 @@
|
|||
"dev": "bun run --hot api.ts",
|
||||
"worker:dev": "bun run --hot worker.ts"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"@biomejs/biome": "2.3.4",
|
||||
"@types/bun": "~1.2.18",
|
||||
"@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",
|
||||
"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",
|
||||
"@hackmd/markdown-it-task-lists": "~2.1.4",
|
||||
"@hono/standard-validator": "~0.2.0",
|
||||
"@inquirer/confirm": "~6.0.1",
|
||||
"@logtape/file": "~1.0.0",
|
||||
"@logtape/logtape": "~1.0.0",
|
||||
"@logtape/sentry": "~1.0.0",
|
||||
"@logtape/otel": "~1.0.0",
|
||||
"@scalar/hono-api-reference": "~0.9.25",
|
||||
"@sentry/bun": "~10.26.0",
|
||||
"openid-client": "~6.6.3",
|
||||
"altcha-lib": "~1.3.0",
|
||||
"blurhash": "~2.0.5",
|
||||
"bullmq": "~5.64.1",
|
||||
"chalk": "~5.6.2",
|
||||
"clerc": "~0.44.0",
|
||||
"confbox": "~0.2.2",
|
||||
"drizzle-orm": "~0.44.7",
|
||||
"feed": "~5.1.0",
|
||||
"hono": "~4.10.6",
|
||||
"hono-openapi": "~1.1.1",
|
||||
"hono-rate-limiter": "~0.4.2",
|
||||
"html-to-text": "~9.0.5",
|
||||
"ioredis": "~5.8.2",
|
||||
"ip-matching": "~2.1.2",
|
||||
"iso-639-1": "~3.1.5",
|
||||
"linkify-html": "~4.3.2",
|
||||
"linkify-string": "~4.3.2",
|
||||
"linkifyjs": "~4.3.2",
|
||||
"magic-regexp": "~0.10.0",
|
||||
"markdown-it": "~14.1.0",
|
||||
"markdown-it-anchor": "~9.2.0",
|
||||
"markdown-it-container": "~4.0.0",
|
||||
"markdown-it-mathjax3": "~5.2.0",
|
||||
"markdown-it-toc-done-right": "~4.2.0",
|
||||
"mime-types": "~3.0.2",
|
||||
"mitata": "~1.0.34",
|
||||
"ora": "~9.0.0",
|
||||
"qs": "~6.14.0",
|
||||
"sharp": "~0.34.5",
|
||||
"sonic-channel": "~1.3.1",
|
||||
"string-comparison": "~1.3.0",
|
||||
"stringify-entities": "~4.0.4",
|
||||
"unicode-emoji-json": "~0.8.0",
|
||||
"uqr": "~0.1.2",
|
||||
"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-validation-error": "~5.0.0"
|
||||
}
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "contact@cpluspatch.com",
|
||||
"name": "Jesse Wierzbinski",
|
||||
"url": "https://cpluspatch.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/versia-pub/server.git"
|
||||
},
|
||||
"private": true,
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
"es5-ext",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue