aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/findOccurrences.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-27 16:34:14 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-27 16:34:14 +0200
commitdeaa0580d952b77cf9e6df024d1f71ed29f53fc0 (patch)
tree95a4e538b21c13674de99a6645bae1424714721a /subprojects/frontend/src/editor/findOccurrences.ts
parentdocs: Add note about proxy settings (diff)
downloadrefinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.tar.gz
refinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.tar.zst
refinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.zip
chore: bump dependencies
Diffstat (limited to 'subprojects/frontend/src/editor/findOccurrences.ts')
-rw-r--r--subprojects/frontend/src/editor/findOccurrences.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/frontend/src/editor/findOccurrences.ts b/subprojects/frontend/src/editor/findOccurrences.ts
index 92102746..c4a4e8ec 100644
--- a/subprojects/frontend/src/editor/findOccurrences.ts
+++ b/subprojects/frontend/src/editor/findOccurrences.ts
@@ -1,5 +1,4 @@
1import { Range, RangeSet } from '@codemirror/rangeset'; 1import { Range, RangeSet, type TransactionSpec } from '@codemirror/state';
2import type { TransactionSpec } from '@codemirror/state';
3import { Decoration } from '@codemirror/view'; 2import { Decoration } from '@codemirror/view';
4 3
5import { decorationSetExtension } from './decorationSetExtension'; 4import { decorationSetExtension } from './decorationSetExtension';