chore(deps): update dependency ohash to v2 (dev) (#3453)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
This commit is contained in:
renovate[bot]
2025-03-05 15:39:34 +01:00
committed by GitHub
parent ee408e522e
commit 6565472570
8 changed files with 25 additions and 20 deletions

View File

@@ -104,7 +104,7 @@ import {
import { computedAsync, useDebounceFn } from '@vueuse/core'
import { defu } from 'defu'
import { twJoin } from 'tailwind-merge'
import { isEqual } from 'ohash'
import { isEqual } from 'ohash/utils'
import UIcon from '../elements/Icon.vue'
import UAvatar from '../elements/Avatar.vue'
import { useUI } from '../../composables/useUI'