diff --git a/package.json b/package.json index 190d58852..0e7e6f40e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@triliumnext/ckeditor5-footnotes", - "version": "0.0.4-hotfix3", + "version": "0.0.4-hotfix4", "description": "A plugin for CKEditor 5 to allow footnotes.", "keywords": [ "ckeditor", diff --git a/src/footnote-ui.ts b/src/footnote-ui.ts index 514a07081..37ef6960e 100644 --- a/src/footnote-ui.ts +++ b/src/footnote-ui.ts @@ -1,6 +1,6 @@ import { Plugin } from 'ckeditor5/src/core.js'; import { addListToDropdown, createDropdown, ViewModel, type ListDropdownItemDefinition } from '@ckeditor/ckeditor5-ui'; -import { Collection } from 'ckeditor5/src/utils.js'; +import { Collection } from '@ckeditor/ckeditor5-utils'; import { ATTRIBUTES,