Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 0191ed0

Browse files
committed
fix(deps): experiment with adding autoformat & core
1 parent 1352851 commit 0191ed0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/ckeditor5-footnotes",
3-
"version": "0.0.4-hotfix1",
3+
"version": "0.0.4-hotfix2",
44
"description": "A plugin for CKEditor 5 to allow footnotes.",
55
"keywords": [
66
"ckeditor",
@@ -36,6 +36,8 @@
3636
"ckeditor5": "43.2.0"
3737
},
3838
"devDependencies": {
39+
"@ckeditor/ckeditor5-autoformat": "43.2.0",
40+
"@ckeditor/ckeditor5-core": "43.2.0",
3941
"@ckeditor/ckeditor5-dev-build-tools": "42.0.1",
4042
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
4143
"@ckeditor/ckeditor5-package-tools": "^2.1.0",

0 commit comments

Comments
 (0)