Skip to content

Commit

Permalink
chore: update ckeditor to 44.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nshenderov committed Dec 12, 2024
1 parent 9a3cd6d commit 6fb722a
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 621 deletions.
1 change: 1 addition & 0 deletions admin/src/config/htmlPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import type { Preset, EditorConfig } from './types';
import { StrapiMediaLib, StrapiUploadAdapter } from '../plugins';

const editorConfig: EditorConfig = {
licenseKey: 'GPL',
plugins: [
Alignment,
Autoformat,
Expand Down
1 change: 1 addition & 0 deletions admin/src/config/markdownPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import type { Preset, EditorConfig } from './types';
import { StrapiMediaLib, StrapiUploadAdapter } from '../plugins';

const editorConfig: EditorConfig = {
licenseKey: 'GPL',
plugins: [
Autoformat,
BlockQuote,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"release:info": "release-it --changelog"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^9.3.1",
"@ckeditor/ckeditor5-react": "^9.4.0",
"@strapi/design-system": "^2.0.0-rc.13",
"@strapi/icons": "^2.0.0-rc.13",
"ckeditor5": "^43.3.1",
"lodash": "^4.17.21",
"ckeditor5": "^44.0.0",
"prop-types": "^15.8.1",
"sanitize-html": "^2.13.1",
"yup": "0.32.9"
Expand Down
Loading

0 comments on commit 6fb722a

Please sign in to comment.