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
441c7714d9
commit
4a4f72fd66
92 changed files with 1056 additions and 1730 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import type { Role as RoleSchema } from "@versia/client/schemas";
|
||||
import type { RolePermission } from "@versia/client/schemas";
|
||||
import type {
|
||||
RolePermission,
|
||||
Role as RoleSchema,
|
||||
} from "@versia/client/schemas";
|
||||
import { db } from "@versia/kit/db";
|
||||
import { Roles, RoleToUsers } from "@versia/kit/tables";
|
||||
import {
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ import { getLogger } from "@logtape/logtape";
|
|||
import type {
|
||||
Account,
|
||||
Mention as MentionSchema,
|
||||
RolePermission,
|
||||
Source,
|
||||
} from "@versia/client/schemas";
|
||||
import type { RolePermission } from "@versia/client/schemas";
|
||||
import { db, Media, Notification, PushSubscription } from "@versia/kit/db";
|
||||
import {
|
||||
EmojiToUser,
|
||||
|
|
@ -15,8 +15,7 @@ import {
|
|||
Users,
|
||||
UserToPinnedNotes,
|
||||
} from "@versia/kit/tables";
|
||||
import { randomUUIDv7 } from "bun";
|
||||
import { password as bunPassword } from "bun";
|
||||
import { password as bunPassword, randomUUIDv7 } from "bun";
|
||||
import chalk from "chalk";
|
||||
import {
|
||||
and,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue