update npm dependencies

This commit is contained in:
Gregor Vostrak
2026-05-26 17:19:42 +02:00
parent 8e7c8a1e1b
commit 96a0c21b5e
8 changed files with 999 additions and 999 deletions

View File

@@ -2,7 +2,7 @@
import { computed, nextTick, ref, watch } from 'vue';
import { useMembersQuery } from '@/utils/useMembersQuery';
import { UserIcon } from '@heroicons/vue/24/solid';
import { ChevronDown } from 'lucide-vue-next';
import { ChevronDown } from '@lucide/vue';
import type { ProjectMember } from '@/packages/api/src';
import type { Member } from '@/packages/api/src';
import {