chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-05-01 16:27:34 +02:00
parent 441c7714d9
commit 4a4f72fd66
No known key found for this signature in database
92 changed files with 1056 additions and 1730 deletions

View file

@ -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 {

View file

@ -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,