@ckeditor/ckeditor5-block-quote 43.1.0-alpha.4 → 43.1.0-alpha.5

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-block-quote",
3
- "version": "43.1.0-alpha.4",
3
+ "version": "43.1.0-alpha.5",
4
4
  "description": "Block quote 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
- "@ckeditor/ckeditor5-core": "43.1.0-alpha.4",
17
- "@ckeditor/ckeditor5-enter": "43.1.0-alpha.4",
18
- "@ckeditor/ckeditor5-typing": "43.1.0-alpha.4",
19
- "@ckeditor/ckeditor5-ui": "43.1.0-alpha.4",
20
- "@ckeditor/ckeditor5-utils": "43.1.0-alpha.4",
21
- "ckeditor5": "43.1.0-alpha.4"
16
+ "@ckeditor/ckeditor5-core": "43.1.0-alpha.5",
17
+ "@ckeditor/ckeditor5-enter": "43.1.0-alpha.5",
18
+ "@ckeditor/ckeditor5-typing": "43.1.0-alpha.5",
19
+ "@ckeditor/ckeditor5-ui": "43.1.0-alpha.5",
20
+ "@ckeditor/ckeditor5-utils": "43.1.0-alpha.5",
21
+ "ckeditor5": "43.1.0-alpha.5"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",
24
24
  "license": "GPL-2.0-or-later",