From 028dd716082656df1f49237e5dd6adea2789cf17 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sat, 17 Sep 2016 10:47:11 +0200 Subject: [PATCH] Upgraded to tinymce 4.4.x and tinymce-ui 0.0.17 (Fixes #2238). --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 32b9fab14..ef047af13 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "angular-sanitize": "~1.4.10", "angular-scroll-glue": "~2.0.6", "angular-ui-router": "~0.2.17", - "angular-ui-tinymce": "0.0.14", + "angular-ui-tinymce": "~0.0.17", "angular-ui-tree": "~2.17.0", "bootstrap-css-only": "~3.3.6", "font-awesome-bower": "~4.5.0", @@ -33,7 +33,7 @@ "pdfmake-dist": "~0.1.27", "open-sans-fontface": "https://github.com/OpenSlides/open-sans.git#1.4.2.post1", "roboto-condensed": "~0.3.0", - "tinymce-dist": "4.3.12", + "tinymce": "~4.4.3", "tinymce-i18n": "OpenSlides/tinymce-i18n#a186ad61e0aa30fdf657e88f405f966d790f0805" }, "overrides": { @@ -43,7 +43,7 @@ "pdfjs-dist": { "main": "build/pdf.combined.js" }, - "tinymce-dist": { + "tinymce": { "main": [ "tinymce.js", "themes/modern/theme.js",