mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
f67fed12e0
commit
1509786090
16 changed files with 35 additions and 34 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import type { RouterRoute } from "@hono/hono/types";
|
||||
import type { OpenAPIHono } from "@hono/zod-openapi";
|
||||
import type {
|
||||
Delete,
|
||||
|
|
@ -13,6 +12,7 @@ import type {
|
|||
} from "@versia/federation/types";
|
||||
import type { RolePermissions } from "@versia/kit/tables";
|
||||
import type { SocketAddress } from "bun";
|
||||
import type { RouterRoute } from "hono/types";
|
||||
import { z } from "zod";
|
||||
import type { AuthData } from "~/classes/functions/user";
|
||||
import type { Config } from "~/packages/config-manager";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue