@ckeditor/ckeditor5-bookmark 44.0.0-alpha.1 → 44.0.0-alpha.2

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-bookmark",
3
- "version": "44.0.0-alpha.1",
3
+ "version": "44.0.0-alpha.2",
4
4
  "description": "Bookmark feature 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
- "ckeditor5": "44.0.0-alpha.1",
17
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.1",
18
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.1",
19
- "@ckeditor/ckeditor5-widget": "44.0.0-alpha.1",
20
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.1",
21
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.1"
16
+ "ckeditor5": "44.0.0-alpha.2",
17
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.2",
18
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.2",
19
+ "@ckeditor/ckeditor5-widget": "44.0.0-alpha.2",
20
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.2",
21
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.2"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",
24
24
  "license": "GPL-2.0-or-later",