chore: 📦 Update packages

This commit is contained in:
Jesse Wierzbinski 2024-06-07 23:07:56 -10:00
parent c7b239415f
commit 48954baf06
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -30,7 +30,7 @@
},
"dependencies": {
"@ark-ui/vue": "^3.3.1",
"@lysand-org/client": "^0.1.2",
"@lysand-org/client": "^0.1.3",
"@nuxt/fonts": "^0.7.0",
"@tailwindcss/typography": "^0.5.13",
"@vee-validate/nuxt": "^4.13.1",

View file

@ -38,7 +38,7 @@ export type Status = {
language: string | null;
pinned: boolean | null;
emoji_reactions: Array<Reaction>;
quote: Status;
quote: Status | null;
bookmarked: boolean;
};