Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin the @ckeditor/ckeditor5-dev-* packages to v43 #17212

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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