@ckeditor/ckeditor5-editor-balloon 44.0.0-alpha.3 → 44.0.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-editor-balloon",
3
- "version": "44.0.0-alpha.3",
3
+ "version": "44.0.0-alpha.4",
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": "44.0.0-alpha.3",
16
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.3",
17
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.3",
18
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.3",
19
- "ckeditor5": "44.0.0-alpha.3",
15
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.4",
16
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.4",
17
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.4",
18
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.4",
19
+ "ckeditor5": "44.0.0-alpha.4",
20
20
  "lodash-es": "4.17.21"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",