upgrade ckeditor

This commit is contained in:
Julien Fastré 2025-01-29 22:23:26 +01:00 committed by Julie Lenaerts
parent 04a1412562
commit 9df127a82c
2 changed files with 6 additions and 5 deletions

View File

@ -6,12 +6,12 @@
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@ckeditor/ckeditor5-dev-translations": "^40.2.0",
"@ckeditor/ckeditor5-dev-utils": "^40.2.0",
"@ckeditor/ckeditor5-build-classic": "^44.1.0",
"@ckeditor/ckeditor5-dev-translations": "^43.0.1",
"@ckeditor/ckeditor5-dev-utils": "^43.0.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^31.1.13",
"@ckeditor/ckeditor5-markdown-gfm": "^41.4.2",
"@ckeditor/ckeditor5-theme-lark": "^41.4.2",
"@ckeditor/ckeditor5-markdown-gfm": "^44.1.0",
"@ckeditor/ckeditor5-theme-lark": "^44.1.0",
"@ckeditor/ckeditor5-vue": "^7.3.0",
"@eslint/js": "^9.14.0",
"@luminateone/eslint-baseline": "^1.0.9",

View File

@ -40,4 +40,5 @@ ClassicEditor.defaultConfig = {
],
},
language: "fr",
licenseKey: "GPL",
};