@ckeditor/ckeditor5-ckbox 43.3.0-alpha.1 → 43.3.0-alpha.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ckbox",
3
- "version": "43.3.0-alpha.1",
3
+ "version": "43.3.0-alpha.11",
4
4
  "description": "CKBox integration for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,12 +13,12 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "43.3.0-alpha.1",
17
- "@ckeditor/ckeditor5-engine": "43.3.0-alpha.1",
18
- "@ckeditor/ckeditor5-ui": "43.3.0-alpha.1",
19
- "@ckeditor/ckeditor5-upload": "43.3.0-alpha.1",
20
- "@ckeditor/ckeditor5-utils": "43.3.0-alpha.1",
21
- "ckeditor5": "43.3.0-alpha.1",
16
+ "@ckeditor/ckeditor5-core": "43.3.0-alpha.11",
17
+ "@ckeditor/ckeditor5-engine": "43.3.0-alpha.11",
18
+ "@ckeditor/ckeditor5-ui": "43.3.0-alpha.11",
19
+ "@ckeditor/ckeditor5-upload": "43.3.0-alpha.11",
20
+ "@ckeditor/ckeditor5-utils": "43.3.0-alpha.11",
21
+ "ckeditor5": "43.3.0-alpha.11",
22
22
  "blurhash": "2.0.5",
23
23
  "lodash-es": "4.17.21"
24
24
  },