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
df29091c44
commit
728ccc9002
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
|
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
12
package.json
12
package.json
|
|
@ -76,7 +76,7 @@
|
||||||
"flexibleTaxonomy": true
|
"flexibleTaxonomy": true
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.9.2",
|
"@biomejs/biome": "^1.9.3",
|
||||||
"@types/bun": "^1.1.10",
|
"@types/bun": "^1.1.10",
|
||||||
"@types/cli-progress": "^3.11.6",
|
"@types/cli-progress": "^3.11.6",
|
||||||
"@types/cli-table": "^0.3.4",
|
"@types/cli-table": "^0.3.4",
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
"@types/pg": "^8.11.10",
|
"@types/pg": "^8.11.10",
|
||||||
"@types/qs": "^6.9.16",
|
"@types/qs": "^6.9.16",
|
||||||
"drizzle-kit": "^0.24.2",
|
"drizzle-kit": "^0.24.2",
|
||||||
"oclif": "^4.14.36",
|
"oclif": "^4.15.2",
|
||||||
"ts-prune": "^0.10.3",
|
"ts-prune": "^0.10.3",
|
||||||
"typescript": "^5.6.2",
|
"typescript": "^5.6.2",
|
||||||
"zod-to-json-schema": "^3.23.3"
|
"zod-to-json-schema": "^3.23.3"
|
||||||
|
|
@ -102,19 +102,19 @@
|
||||||
"@hono/hono": "npm:@jsr/hono__hono@4.6.3",
|
"@hono/hono": "npm:@jsr/hono__hono@4.6.3",
|
||||||
"@hono/prometheus": "^1.0.1",
|
"@hono/prometheus": "^1.0.1",
|
||||||
"@hono/swagger-ui": "^0.4.1",
|
"@hono/swagger-ui": "^0.4.1",
|
||||||
"@hono/zod-openapi": "^0.16.2",
|
"@hono/zod-openapi": "^0.16.3",
|
||||||
"@inquirer/confirm": "^4.0.1",
|
"@inquirer/confirm": "^4.0.1",
|
||||||
"@inquirer/input": "^3.0.1",
|
"@inquirer/input": "^3.0.1",
|
||||||
"@json2csv/plainjs": "^7.0.6",
|
"@json2csv/plainjs": "^7.0.6",
|
||||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.6.2",
|
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.6.2",
|
||||||
"@oclif/core": "^4.0.23",
|
"@oclif/core": "^4.0.27",
|
||||||
"@sentry/bun": "^8.32.0",
|
"@sentry/bun": "^8.33.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.1-rc.4",
|
"@versia/federation": "^0.1.1-rc.4",
|
||||||
"altcha-lib": "^1.1.0",
|
"altcha-lib": "^1.1.0",
|
||||||
"blurhash": "^2.0.5",
|
"blurhash": "^2.0.5",
|
||||||
"bullmq": "^5.14.0",
|
"bullmq": "^5.15.0",
|
||||||
"c12": "^2.0.0",
|
"c12": "^2.0.0",
|
||||||
"chalk": "^5.3.0",
|
"chalk": "^5.3.0",
|
||||||
"cli-progress": "^3.12.0",
|
"cli-progress": "^3.12.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue