Skip to content

Commit

Permalink
[TASK] Update ckeditor5 to v38.0.1
Browse files Browse the repository at this point in the history
Changelog: https://github.com/ckeditor/ckeditor5/blob/v38.0.1/CHANGELOG.md

Executed commands:

    npm i --save \
        @ckeditor/ckeditor5-alignment@^38.0.1 \
        @ckeditor/ckeditor5-autoformat@^38.0.1 \
        @ckeditor/ckeditor5-basic-styles@^38.0.1 \
        @ckeditor/ckeditor5-block-quote@^38.0.1 \
        @ckeditor/ckeditor5-clipboard@^38.0.1 \
        @ckeditor/ckeditor5-code-block@^38.0.1 \
        @ckeditor/ckeditor5-core@^38.0.1 \
        @ckeditor/ckeditor5-dev-utils@^37.0.1 \
        @ckeditor/ckeditor5-editor-classic@^38.0.1 \
        @ckeditor/ckeditor5-engine@^38.0.1 \
        @ckeditor/ckeditor5-essentials@^38.0.1 \
        @ckeditor/ckeditor5-find-and-replace@^38.0.1 \
        @ckeditor/ckeditor5-heading@^38.0.1 \
        @ckeditor/ckeditor5-horizontal-line@^38.0.1 \
        @ckeditor/ckeditor5-html-support@^38.0.1 \
        @ckeditor/ckeditor5-indent@^38.0.1 \
        @ckeditor/ckeditor5-link@^38.0.1 \
        @ckeditor/ckeditor5-list@^38.0.1 \
        @ckeditor/ckeditor5-paragraph@^38.0.1 \
        @ckeditor/ckeditor5-paste-from-office@^38.0.1 \
        @ckeditor/ckeditor5-remove-format@^38.0.1 \
        @ckeditor/ckeditor5-source-editing@^38.0.1 \
        @ckeditor/ckeditor5-special-characters@^38.0.1 \
        @ckeditor/ckeditor5-style@^38.0.1 \
        @ckeditor/ckeditor5-table@^38.0.1 \
        @ckeditor/ckeditor5-theme-lark@^38.0.1 \
        @ckeditor/ckeditor5-ui@^38.0.1 \
        @ckeditor/ckeditor5-undo@^38.0.1 \
        @ckeditor/ckeditor5-utils@^38.0.1 \
        @ckeditor/ckeditor5-word-count@^38.0.1

    npm install --save-dev \
        @rollup/plugin-commonjs

Resolves: #100908
Releases: main, 12.4
Change-Id: I75ea23ae97115384dc9c00f44b9f3a3c3afde6e0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79119
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
andreaskienast authored and georgringer committed May 26, 2023
1 parent fc13a4d commit 79f9b43
Show file tree
Hide file tree
Showing 5 changed files with 6,599 additions and 2,007 deletions.
3 changes: 3 additions & 0 deletions Build/ckeditor5.rollup.config.js
@@ -1,4 +1,5 @@
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import postcss from 'rollup-plugin-postcss';
import svg from 'rollup-plugin-svg';
import * as path from 'path';
Expand Down Expand Up @@ -37,6 +38,7 @@ export default [
resolve({
extensions: ['.js']
}),
commonjs(),
svg(),
]
},
Expand All @@ -54,6 +56,7 @@ export default [
resolve({
extensions: ['.js']
}),
commonjs(),
]
}
];
Expand Down

0 comments on commit 79f9b43

Please sign in to comment.