mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-08 09:18:21 +01:00
chore: 📦 Update packages
This commit is contained in:
parent
c7b239415f
commit
48954baf06
|
|
@ -30,7 +30,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ark-ui/vue": "^3.3.1",
|
"@ark-ui/vue": "^3.3.1",
|
||||||
"@lysand-org/client": "^0.1.2",
|
"@lysand-org/client": "^0.1.3",
|
||||||
"@nuxt/fonts": "^0.7.0",
|
"@nuxt/fonts": "^0.7.0",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"@vee-validate/nuxt": "^4.13.1",
|
"@vee-validate/nuxt": "^4.13.1",
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ export type Status = {
|
||||||
language: string | null;
|
language: string | null;
|
||||||
pinned: boolean | null;
|
pinned: boolean | null;
|
||||||
emoji_reactions: Array<Reaction>;
|
emoji_reactions: Array<Reaction>;
|
||||||
quote: Status;
|
quote: Status | null;
|
||||||
bookmarked: boolean;
|
bookmarked: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue