aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-04-11 08:44:34 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-04-11 08:44:34 +0000
commitd0cc5e95599ee4c9145bcd8e1cab5b742ee5a8b1 (patch)
treedd802de05f216effa68768763315889d22b5407d /package.json
parent9eb4a969ac7760c0af0032a80ab9fcc6ddbc1d8b (diff)
Fix CKE update to fix #5484
Closes #5484 Merge request studip/studip!4124
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 2 insertions, 29 deletions
diff --git a/package.json b/package.json
index 7a4d3e8..430ef16 100644
--- a/package.json
+++ b/package.json
@@ -28,35 +28,6 @@
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
- "@ckeditor/ckeditor5-alignment": "43.2.x",
- "@ckeditor/ckeditor5-autoformat": "43.2.x",
- "@ckeditor/ckeditor5-basic-styles": "43.2.x",
- "@ckeditor/ckeditor5-block-quote": "43.2.x",
- "@ckeditor/ckeditor5-code-block": "43.2.x",
- "@ckeditor/ckeditor5-core": "43.2.x",
- "@ckeditor/ckeditor5-dev-translations": "^43.0.1",
- "@ckeditor/ckeditor5-dev-utils": "^43.0.1",
- "@ckeditor/ckeditor5-easy-image": "43.2.x",
- "@ckeditor/ckeditor5-editor-balloon": "43.2.x",
- "@ckeditor/ckeditor5-editor-classic": "43.2.x",
- "@ckeditor/ckeditor5-essentials": "43.2.x",
- "@ckeditor/ckeditor5-find-and-replace": "43.2.x",
- "@ckeditor/ckeditor5-font": "43.2.x",
- "@ckeditor/ckeditor5-heading": "43.2.x",
- "@ckeditor/ckeditor5-horizontal-line": "43.2.x",
- "@ckeditor/ckeditor5-html-support": "43.2.x",
- "@ckeditor/ckeditor5-image": "43.2.x",
- "@ckeditor/ckeditor5-indent": "43.2.x",
- "@ckeditor/ckeditor5-link": "43.2.x",
- "@ckeditor/ckeditor5-list": "43.2.x",
- "@ckeditor/ckeditor5-paragraph": "43.2.x",
- "@ckeditor/ckeditor5-remove-format": "43.2.x",
- "@ckeditor/ckeditor5-source-editing": "43.2.x",
- "@ckeditor/ckeditor5-special-characters": "43.2.x",
- "@ckeditor/ckeditor5-table": "43.2.x",
- "@ckeditor/ckeditor5-theme-lark": "43.2.x",
- "@ckeditor/ckeditor5-typing": "43.2.x",
- "@ckeditor/ckeditor5-upload": "43.2.x",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@eslint/js": "^9.16.0",
"@fullcalendar/core": "^4.3.1",
@@ -83,6 +54,7 @@
"buffer": "^6.0.3",
"chart.js": "^2.9.4",
"chartist": "0.11.4",
+ "ckeditor5": "43.2.x",
"colorpare": "^2.2.0",
"copy-webpack-plugin": "^13.0.0",
"cropperjs": "1.5.9",
@@ -139,6 +111,7 @@
"stylelint-formatter-gitlab": "^1.0.2",
"svgo": "3.3.2",
"tablesorter": "2.31.3",
+ "terser-webpack-plugin": "^5.3.14",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",