trilium/packages/ckeditor5/package.json
renovate[bot] 33bbe994d7
Some checks failed
Checks / main (push) Has been cancelled
fix(deps): update ckeditor monorepo to v47.4.0
2026-01-16 06:55:00 +00:00

23 lines
747 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@triliumnext/ckeditor5",
"description": "The document editor build of CKEditor 5 the best browser-based rich text editor.",
"version": "45.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"dependencies": {
"@triliumnext/commons": "workspace:*",
"@triliumnext/ckeditor5-admonition": "workspace:*",
"@triliumnext/ckeditor5-footnotes": "workspace:*",
"@triliumnext/ckeditor5-keyboard-marker": "workspace:*",
"@triliumnext/ckeditor5-math": "workspace:*",
"@triliumnext/ckeditor5-mermaid": "workspace:*",
"ckeditor5": "47.4.0",
"ckeditor5-premium-features": "47.4.0"
},
"devDependencies": {
"@smithy/middleware-retry": "4.4.23",
"@types/jquery": "3.5.33"
}
}