mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-21 19:32:29 +08:00
fix(deps): try to fix reference to utils
This commit is contained in:
parent
0a3138c7d3
commit
e4a00ac3e7
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user