@ckeditor/ckeditor5-word-count 43.1.0-alpha.6 → 43.1.0-alpha.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-word-count",
|
3
|
-
"version": "43.1.0-alpha.
|
3
|
+
"version": "43.1.0-alpha.8",
|
4
4
|
"description": "Word and character count feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,11 +13,11 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-core": "43.1.0-alpha.
|
17
|
-
"@ckeditor/ckeditor5-ui": "43.1.0-alpha.
|
18
|
-
"@ckeditor/ckeditor5-utils": "43.1.0-alpha.
|
16
|
+
"@ckeditor/ckeditor5-core": "43.1.0-alpha.8",
|
17
|
+
"@ckeditor/ckeditor5-ui": "43.1.0-alpha.8",
|
18
|
+
"@ckeditor/ckeditor5-utils": "43.1.0-alpha.8",
|
19
19
|
"lodash-es": "4.17.21",
|
20
|
-
"ckeditor5": "43.1.0-alpha.
|
20
|
+
"ckeditor5": "43.1.0-alpha.8"
|
21
21
|
},
|
22
22
|
"author": "CKSource (http://cksource.com/)",
|
23
23
|
"license": "GPL-2.0-or-later",
|