1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

chore: bump deps (#2513)

* bump dependencies

* run code-generator

* add direct dependency to text-unidecode

* fix dev dependencies group
This commit is contained in:
Hayden 2023-08-20 16:09:13 -08:00 committed by GitHub
parent 095edef95e
commit c60c63852b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 223 additions and 206 deletions

View file

@ -18,6 +18,7 @@ import ButtonLink from "@/components/global/ButtonLink.vue";
import ContextMenu from "@/components/global/ContextMenu.vue";
import CrudTable from "@/components/global/CrudTable.vue";
import DevDumpJson from "@/components/global/DevDumpJson.vue";
import DocLink from "@/components/global/DocLink.vue";
import DropZone from "@/components/global/DropZone.vue";
import HelpIcon from "@/components/global/HelpIcon.vue";
import InputColor from "@/components/global/InputColor.vue";
@ -57,6 +58,7 @@ declare module "vue" {
ContextMenu: typeof ContextMenu;
CrudTable: typeof CrudTable;
DevDumpJson: typeof DevDumpJson;
DocLink: typeof DocLink;
DropZone: typeof DropZone;
HelpIcon: typeof HelpIcon;
InputColor: typeof InputColor;