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 13:08:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-06 13:09:33 +0300
commit08bf1c9de74ad0d6e502d767b603cc2dffae781d (patch)
treecc8bd5073162c6d58cf13efe77e20e4f0e6f44a8 /package-lock.json
parentdf97235cae23398d16ce9b40a7b2f405c1229c1e (diff)
Add alignment 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.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 0922d43bd..0d790191f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3025,6 +3025,15 @@
"@bundle-analyzer/core": "^0.5.1"
}
},
+ "@ckeditor/ckeditor5-alignment": {
+ "version": "16.0.0",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-16.0.0.tgz",
+ "integrity": "sha512-yf04et0jSZ4Khhzl/t3GXLbsNMTH0qnyvcDDyIXm8Tu4Qec6c6h2xeCWBNp9cz0gab/91bYFtWReKd/swztMtg==",
+ "requires": {
+ "@ckeditor/ckeditor5-core": "^16.0.0",
+ "@ckeditor/ckeditor5-ui": "^16.0.0"
+ }
+ },
"@ckeditor/ckeditor5-basic-styles": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-16.0.0.tgz",