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:
parent
095edef95e
commit
c60c63852b
12 changed files with 223 additions and 206 deletions
2
frontend/types/components.d.ts
vendored
2
frontend/types/components.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue