mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
b2405bd118
commit
95b8eb6e20
12
package.json
12
package.json
|
|
@ -86,8 +86,8 @@
|
||||||
"@types/markdown-it-container": "^2.0.10",
|
"@types/markdown-it-container": "^2.0.10",
|
||||||
"@types/mime-types": "^2.1.4",
|
"@types/mime-types": "^2.1.4",
|
||||||
"@types/pg": "^8.11.10",
|
"@types/pg": "^8.11.10",
|
||||||
"@types/qs": "^6.9.16",
|
"@types/qs": "^6.9.17",
|
||||||
"drizzle-kit": "^0.27.1",
|
"drizzle-kit": "^0.28.0",
|
||||||
"oclif": "^4.15.20",
|
"oclif": "^4.15.20",
|
||||||
"ts-prune": "^0.10.3",
|
"ts-prune": "^0.10.3",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
|
|
@ -106,22 +106,22 @@
|
||||||
"@inquirer/confirm": "^5.0.1",
|
"@inquirer/confirm": "^5.0.1",
|
||||||
"@inquirer/input": "^4.0.1",
|
"@inquirer/input": "^4.0.1",
|
||||||
"@json2csv/plainjs": "^7.0.6",
|
"@json2csv/plainjs": "^7.0.6",
|
||||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.7.1",
|
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.8.0-dev.110+5c38a54f",
|
||||||
"@oclif/core": "^4.0.31",
|
"@oclif/core": "^4.0.31",
|
||||||
"@sentry/bun": "^8.36.0",
|
"@sentry/bun": "^8.37.1",
|
||||||
"@tufjs/canonical-json": "^2.0.0",
|
"@tufjs/canonical-json": "^2.0.0",
|
||||||
"@versia/client": "^0.1.0",
|
"@versia/client": "^0.1.0",
|
||||||
"@versia/federation": "^0.1.3",
|
"@versia/federation": "^0.1.3",
|
||||||
"@versia/kit": "workspace:*",
|
"@versia/kit": "workspace:*",
|
||||||
"altcha-lib": "^1.1.0",
|
"altcha-lib": "^1.1.0",
|
||||||
"blurhash": "^2.0.5",
|
"blurhash": "^2.0.5",
|
||||||
"bullmq": "^5.23.0",
|
"bullmq": "^5.25.1",
|
||||||
"c12": "^2.0.1",
|
"c12": "^2.0.1",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"cli-progress": "^3.12.0",
|
"cli-progress": "^3.12.0",
|
||||||
"cli-table": "^0.3.11",
|
"cli-table": "^0.3.11",
|
||||||
"confbox": "^0.1.8",
|
"confbox": "^0.1.8",
|
||||||
"drizzle-orm": "^0.36.0",
|
"drizzle-orm": "^0.36.1",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"hono": "npm:@jsr/hono__hono@4.6.9",
|
"hono": "npm:@jsr/hono__hono@4.6.9",
|
||||||
"html-to-text": "^9.0.5",
|
"html-to-text": "^9.0.5",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue