Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-06 12:56:03 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-06 12:56:03 +0300
commitdf97235cae23398d16ce9b40a7b2f405c1229c1e (patch)
tree437be18247fa174188997da9c38b3768fff45ada /package-lock.json
parent4cbcc858c656d7e7fd8bc34f4a3b7e5725918a99 (diff)
Add headings as formatting option in text editor
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index e5484bcae..0922d43bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3401,6 +3401,17 @@
"@ckeditor/ckeditor5-undo": "^16.0.0"
}
},
+ "@ckeditor/ckeditor5-heading": {
+ "version": "16.0.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-16.0.0.tgz",
+ "integrity": "sha512-E+fNej/rHE2gp8IT48hQGaWBmH10uR//f9dVooZkgJmXjJaPId/hhyDWRuSXYcG11AYRcQSS9aN5U7R0/k80wg==",
+ "requires": {
+ "@ckeditor/ckeditor5-core": "^16.0.0",
+ "@ckeditor/ckeditor5-paragraph": "^16.0.0",
+ "@ckeditor/ckeditor5-ui": "^16.0.0",
+ "@ckeditor/ckeditor5-utils": "^16.0.0"
+ }
+ },
"@ckeditor/ckeditor5-link": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-16.0.0.tgz",