Skip to content
Snippets Groups Projects
Commit eb291516 authored by Benjamin Franzke's avatar Benjamin Franzke
Browse files

[TASK] Update to CKEditor5 v39

https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-39.html

Executed commands:
  npm install -P $(
    grep ckeditor5 package.json | \
    grep '\^38' | \
    grep -v dev-utils | \
    sed 's/^[^"]*"\([^"]*\)".*/\1@^39/' \
  )
  npm run build

Resolves: #101917
Releases: main, 12.4
Change-Id: Ie6251df91db88b4609535eb047c8761b49a0164b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81018


Tested-by: default avatarAndreas Nedbal <andy@pixelde.su>
Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Nedbal <andy@pixelde.su>
Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 808e36e3
Branches
Tags
No related merge requests found
Showing
with 2519 additions and 1059 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment