Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKEditorBot authored Oct 3, 2024
2 parents 915c3a7 + e6c0cfd commit fde9037
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The second step is to install the dependencies needed to build the editor. The l

```bash
npm install --save \
@ckeditor/ckeditor5-dev-translations \
@ckeditor/ckeditor5-dev-utils \
@ckeditor/ckeditor5-dev-translations@43 \
@ckeditor/ckeditor5-dev-utils@43 \
css-loader@5 \
postcss-loader@4 \
raw-loader@4 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Before you start modifying the webpack configuration, first install some CKEdito
```bash
yarn add \
raw-loader@4 \
@ckeditor/ckeditor5-dev-utils \
@ckeditor/ckeditor5-dev-utils@43 \
@ckeditor/ckeditor5-theme-lark \
@ckeditor/ckeditor5-react \
@ckeditor/ckeditor5-editor-classic \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ First, install the necessary dependencies:
```bash
npm install --save \
@ckeditor/ckeditor5-vue2 \
@ckeditor/ckeditor5-dev-translations \
@ckeditor/ckeditor5-dev-utils \
@ckeditor/ckeditor5-dev-translations@43 \
@ckeditor/ckeditor5-dev-utils@43 \
postcss-loader@4 \
raw-loader@4
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ First, install the necessary dependencies:
```bash
npm install --save \
@ckeditor/ckeditor5-vue \
@ckeditor/ckeditor5-dev-translations \
@ckeditor/ckeditor5-dev-utils \
@ckeditor/ckeditor5-dev-translations@43 \
@ckeditor/ckeditor5-dev-utils@43 \
postcss-loader@4 \
raw-loader@4
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ You can start with the {@link examples/builds/classic-editor classic editor} wit

```bash
npm install --save \
@ckeditor/ckeditor5-dev-utils \
@ckeditor/ckeditor5-dev-utils@43 \
@ckeditor/ckeditor5-editor-classic \
@ckeditor/ckeditor5-essentials \
@ckeditor/ckeditor5-paragraph \
Expand Down

0 comments on commit fde9037

Please sign in to comment.