chore: Update dependencies

This commit is contained in:
Ilya Artamonov
2022-11-21 21:15:42 +03:00
parent b1488e0715
commit 2f4f2f21b9
4 changed files with 10463 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ import { defineComponent } from 'vue'
import type { VNode, PropType } from 'vue'
import type { SlotListenerTrigger, TriggerEventHandlers } from '@/components/utils/SlotListener/types'
import { getFirstSlotVNode } from '@/utils/getFirstSlotNode'
import pick from 'lodash/pick'
import { pick } from 'lodash-es'
// inspired from https://github.com/TuSimple/naive-ui/blob/main/src/popover/src/Popover.tsx