Skip to content

Commit

Permalink
MIR-1344 update JavaScript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de authored and kkrebs committed Aug 27, 2024
1 parent 847b1b1 commit aa31095
Show file tree
Hide file tree
Showing 7 changed files with 804 additions and 813 deletions.
382 changes: 243 additions & 139 deletions mir-layout/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mir-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bootstrap-datepicker": "1.9.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-uglify": "^5.2.2",
"grunt-npmcopy": "^0.1.0",
"handlebars": "4.5.3",
"jquery.dotdotdot": "1.7.4",
Expand All @@ -28,14 +28,14 @@
"myclabs.jquery.confirm": "2.7.0",
"openlayers": "4.6.4",
"popper.js": "^1.14.7",
"select2": "4.0.6",
"select2": "^4.0.13",
"typeahead.js": "0.11.1",
"video.js": "7.14.3"
},
"dependencies": {
"ckeditor-notification": "^4.11.2",
"ckeditor-wordcount-plugin": "^1.17.12",
"ckeditor4": "^4.18.0",
"ckeditor4": "~4.22.0",
"vue": "3.2.13",
"vue3-openlayers": "^1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CKEDITOR.editorConfig = function( config ) {

config.versionCheck = false;

config.extraPlugins = 'notification,wordcount';

config.toolbar = JSON.parse(window["MIR.WebConfig.Editor.CKEditor.Toolbar"] || "{}");
Expand All @@ -24,4 +26,4 @@ CKEDITOR.editorConfig = function( config ) {
pasteWarningDuration: window["MIR.WebConfig.Editor.CKEditor.Wordcount.PasteWarningDuration"] || 0
};

};
};
Loading

0 comments on commit aa31095

Please sign in to comment.