@ckeditor/ckeditor5-collaboration-core 45.2.0-alpha.6 → 45.2.0-alpha.7

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-collaboration-core",
3
- "version": "45.2.0-alpha.6",
3
+ "version": "45.2.0-alpha.7",
4
4
  "description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -32,15 +32,15 @@
32
32
  "type": "module",
33
33
  "main": "src/index.js",
34
34
  "dependencies": {
35
- "@ckeditor/ckeditor5-comments": "45.2.0-alpha.6",
36
- "@ckeditor/ckeditor5-core": "45.2.0-alpha.6",
37
- "@ckeditor/ckeditor5-icons": "45.2.0-alpha.6",
38
- "@ckeditor/ckeditor5-theme-lark": "45.2.0-alpha.6",
39
- "@ckeditor/ckeditor5-track-changes": "45.2.0-alpha.6",
40
- "@ckeditor/ckeditor5-ui": "45.2.0-alpha.6",
41
- "@ckeditor/ckeditor5-utils": "45.2.0-alpha.6",
35
+ "@ckeditor/ckeditor5-comments": "45.2.0-alpha.7",
36
+ "@ckeditor/ckeditor5-core": "45.2.0-alpha.7",
37
+ "@ckeditor/ckeditor5-icons": "45.2.0-alpha.7",
38
+ "@ckeditor/ckeditor5-theme-lark": "45.2.0-alpha.7",
39
+ "@ckeditor/ckeditor5-track-changes": "45.2.0-alpha.7",
40
+ "@ckeditor/ckeditor5-ui": "45.2.0-alpha.7",
41
+ "@ckeditor/ckeditor5-utils": "45.2.0-alpha.7",
42
42
  "@types/luxon": "3.4.2",
43
- "ckeditor5": "45.2.0-alpha.6",
43
+ "ckeditor5": "45.2.0-alpha.7",
44
44
  "luxon": "3.5.0"
45
45
  },
46
46
  "files": [