@ckeditor/ckeditor5-editor-classic 34.1.0 → 34.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -10,7 +10,7 @@ The classic editor implementation for CKEditor 5.
10
10
 
11
11
  This package contains the [`ClassicEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
12
12
 
13
- This package contains the source version of the classic editor. This editor implementation is also available in the [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor 5 builds](https://ckeditor.com/docs/ckeditor5/latest/installation/index.html).
13
+ This package contains the source version of the classic editor. This kind of editor implementation is also available as a ready-to-use [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor 5 predefined builds](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html) in the CKEditor 5 documentation.
14
14
 
15
15
  ## Documentation
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-editor-classic",
3
- "version": "34.1.0",
3
+ "version": "34.2.0",
4
4
  "description": "Classic editor implementation for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,22 +11,22 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "ckeditor5": "^34.1.0",
14
+ "ckeditor5": "^34.2.0",
15
15
  "lodash-es": "^4.17.15"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-basic-styles": "^34.1.0",
19
- "@ckeditor/ckeditor5-core": "^34.1.0",
18
+ "@ckeditor/ckeditor5-basic-styles": "^34.2.0",
19
+ "@ckeditor/ckeditor5-core": "^34.2.0",
20
20
  "@ckeditor/ckeditor5-dev-utils": "^30.0.0",
21
- "@ckeditor/ckeditor5-engine": "^34.1.0",
22
- "@ckeditor/ckeditor5-enter": "^34.1.0",
23
- "@ckeditor/ckeditor5-heading": "^34.1.0",
24
- "@ckeditor/ckeditor5-paragraph": "^34.1.0",
25
- "@ckeditor/ckeditor5-theme-lark": "^34.1.0",
26
- "@ckeditor/ckeditor5-typing": "^34.1.0",
27
- "@ckeditor/ckeditor5-ui": "^34.1.0",
28
- "@ckeditor/ckeditor5-undo": "^34.1.0",
29
- "@ckeditor/ckeditor5-utils": "^34.1.0",
21
+ "@ckeditor/ckeditor5-engine": "^34.2.0",
22
+ "@ckeditor/ckeditor5-enter": "^34.2.0",
23
+ "@ckeditor/ckeditor5-heading": "^34.2.0",
24
+ "@ckeditor/ckeditor5-paragraph": "^34.2.0",
25
+ "@ckeditor/ckeditor5-theme-lark": "^34.2.0",
26
+ "@ckeditor/ckeditor5-typing": "^34.2.0",
27
+ "@ckeditor/ckeditor5-ui": "^34.2.0",
28
+ "@ckeditor/ckeditor5-undo": "^34.2.0",
29
+ "@ckeditor/ckeditor5-utils": "^34.2.0",
30
30
  "webpack": "^5.58.1",
31
31
  "webpack-cli": "^4.9.0"
32
32
  },