chore: deps update and fixed some import paths

This commit is contained in:
Simon Cambier
2024-09-15 16:39:20 +02:00
parent 6bcf4087b6
commit 43dd1f469e
9 changed files with 1153 additions and 1052 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { excerptAfter, excerptBefore, type SearchMatch } from 'src/globals'
import { excerptAfter, excerptBefore, type SearchMatch } from '../globals'
import { removeDiacritics, warnDebug } from './utils'
import type { Query } from 'src/search/query'
import type { Query } from '../search/query'
import { Notice } from 'obsidian'
import { escapeRegExp } from 'lodash-es'
import type OmnisearchPlugin from '../main'