fix(deps): try to fix reference to utils

This commit is contained in:
Elian Doran 2025-01-06 19:29:11 +02:00
parent 0a3138c7d3
commit e4a00ac3e7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@triliumnext/ckeditor5-footnotes", "name": "@triliumnext/ckeditor5-footnotes",
"version": "0.0.4-hotfix3", "version": "0.0.4-hotfix4",
"description": "A plugin for CKEditor 5 to allow footnotes.", "description": "A plugin for CKEditor 5 to allow footnotes.",
"keywords": [ "keywords": [
"ckeditor", "ckeditor",

View File

@ -1,6 +1,6 @@
import { Plugin } from 'ckeditor5/src/core.js'; import { Plugin } from 'ckeditor5/src/core.js';
import { addListToDropdown, createDropdown, ViewModel, type ListDropdownItemDefinition } from '@ckeditor/ckeditor5-ui'; import { addListToDropdown, createDropdown, ViewModel, type ListDropdownItemDefinition } from '@ckeditor/ckeditor5-ui';
import { Collection } from 'ckeditor5/src/utils.js'; import { Collection } from '@ckeditor/ckeditor5-utils';
import { import {
ATTRIBUTES, ATTRIBUTES,