mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: ⬆️ Upgrade dependencies, use JSR for Hono
This commit is contained in:
parent
57b295ccf2
commit
939815510c
109 changed files with 183 additions and 180 deletions
27
package.json
27
package.json
|
|
@ -38,7 +38,6 @@
|
|||
"cli": "bun run cli/index.ts",
|
||||
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
|
||||
"check": "bunx tsc -p .",
|
||||
"postinstall": "bun run patches/patch.ts",
|
||||
"prepare": "bunx husky"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
|
|
@ -78,19 +77,19 @@
|
|||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"@types/bun": "^1.1.6",
|
||||
"@types/cli-progress": "^3.11.5",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/cli-table": "^0.3.4",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@types/ioredis": "^5.0.0",
|
||||
"@types/jsonld": "^1.5.14",
|
||||
"@types/jsonld": "^1.5.15",
|
||||
"@types/markdown-it-container": "^2.0.10",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/pg": "^8.11.6",
|
||||
"@types/qs": "^6.9.15",
|
||||
"drizzle-kit": "^0.22.8",
|
||||
"oclif": "^4.13.12",
|
||||
"oclif": "^4.14.0",
|
||||
"ts-prune": "^0.10.3",
|
||||
"typescript": "^5.5.2"
|
||||
"typescript": "^5.5.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.3.2"
|
||||
|
|
@ -98,30 +97,32 @@
|
|||
"dependencies": {
|
||||
"@bradenmacdonald/s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client",
|
||||
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
||||
"@hono/hono": "npm:@jsr/hono__hono",
|
||||
"hono": "npm:@jsr/hono__hono",
|
||||
"@hono/zod-validator": "^0.2.2",
|
||||
"@inquirer/confirm": "^3.1.11",
|
||||
"@inquirer/input": "^2.1.11",
|
||||
"@inquirer/confirm": "^3.1.14",
|
||||
"@inquirer/input": "^2.2.1",
|
||||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.4.1",
|
||||
"@lysand-org/client": "^0.2.3",
|
||||
"@lysand-org/federation": "^2.1.0",
|
||||
"@oclif/core": "^4.0.7",
|
||||
"@oclif/core": "^4.0.11",
|
||||
"@tufjs/canonical-json": "^2.0.0",
|
||||
"altcha-lib": "^0.3.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.8.6",
|
||||
"chalk": "^5.3.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"cli-table": "^0.3.11",
|
||||
"config-manager": "workspace:*",
|
||||
"drizzle-orm": "^0.31.2",
|
||||
"drizzle-orm": "^0.31.4",
|
||||
"extract-zip": "^2.0.1",
|
||||
"hono": "^4.4.10",
|
||||
"html-to-text": "^9.0.5",
|
||||
"husky": "^9.0.11",
|
||||
"ioredis": "^5.4.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.2",
|
||||
"jose": "^5.6.2",
|
||||
"jose": "^5.6.3",
|
||||
"linkify-html": "^4.1.3",
|
||||
"linkify-string": "^4.1.3",
|
||||
"linkifyjs": "^4.1.3",
|
||||
|
|
@ -134,7 +135,7 @@
|
|||
"oauth4webapi": "^2.11.1",
|
||||
"ora": "^8.0.1",
|
||||
"pg": "^8.12.0",
|
||||
"qs": "^6.12.1",
|
||||
"qs": "^6.12.3",
|
||||
"sharp": "^0.33.4",
|
||||
"sonic-channel": "^1.3.1",
|
||||
"string-comparison": "^1.3.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue