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