@ckeditor/ckeditor5-editor-balloon 47.2.0-alpha.7 → 47.3.0-alpha.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/LICENSE.md +4 -4
  2. package/package.json +6 -6
package/LICENSE.md CHANGED
@@ -11,12 +11,12 @@ Licensed under a dual-license model, this software is available under:
11
11
 
12
12
  For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
13
13
 
14
- Sources of Intellectual Property Included in CKEditor
15
- -----------------------------------------------------
14
+ Sources of Intellectual Property Included in CKEditor 5
15
+ ------------------------------------------------------------
16
16
 
17
- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
17
+ Where not otherwise indicated, all CKEditor 5 content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor 5 will incorporate work done by developers outside of CKSource with their express permission.
18
18
 
19
- The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
19
+ The following libraries are included in CKEditor 5 under the [MIT license](https://opensource.org/licenses/MIT):
20
20
 
21
21
  * es-toolkit - Copyright (c) 2024 Viva Republica, Inc.
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-editor-balloon",
3
- "version": "47.2.0-alpha.7",
3
+ "version": "47.3.0-alpha.0",
4
4
  "description": "Balloon editor implementation for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,11 +12,11 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "47.2.0-alpha.7",
16
- "@ckeditor/ckeditor5-engine": "47.2.0-alpha.7",
17
- "@ckeditor/ckeditor5-ui": "47.2.0-alpha.7",
18
- "@ckeditor/ckeditor5-utils": "47.2.0-alpha.7",
19
- "ckeditor5": "47.2.0-alpha.7",
15
+ "@ckeditor/ckeditor5-core": "47.3.0-alpha.0",
16
+ "@ckeditor/ckeditor5-engine": "47.3.0-alpha.0",
17
+ "@ckeditor/ckeditor5-ui": "47.3.0-alpha.0",
18
+ "@ckeditor/ckeditor5-utils": "47.3.0-alpha.0",
19
+ "ckeditor5": "47.3.0-alpha.0",
20
20
  "es-toolkit": "1.39.5"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",