mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix(deps): try to fix reference to utils
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user