update npm dependencies

This commit is contained in:
Gregor Vostrak
2026-05-26 17:19:42 +02:00
committed by Constantin Graf
parent dc35afdae8
commit d645588aed
8 changed files with 810 additions and 892 deletions

View File

@@ -11,7 +11,7 @@ import EstimatedTimeSection from '@/packages/ui/src/EstimatedTimeSection.vue';
import { isAllowedToPerformPremiumAction } from '@/utils/billing';
import { Field, FieldGroup, FieldLabel } from '@/packages/ui/src/field';
import { Button } from '@/packages/ui/src/Buttons';
import { ChevronDown } from 'lucide-vue-next';
import { ChevronDown } from '@lucide/vue';
import { FolderIcon } from '@heroicons/vue/20/solid';
const { createTask } = useTasksStore();