@ckeditor/ckeditor5-word-count 33.0.0 → 34.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/package.json +16 -16
package/README.md
CHANGED
@@ -3,7 +3,8 @@ CKEditor 5 word and character count feature
|
|
3
3
|
|
4
4
|
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-word-count.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-word-count)
|
5
5
|
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
|
-
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.com/ckeditor/ckeditor5)
|
6
|
+
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
|
+
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-word-count)
|
7
8
|
|
8
9
|
This package implements word count and character count support for CKEditor 5.
|
9
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-word-count",
|
3
|
-
"version": "
|
3
|
+
"version": "34.0.0",
|
4
4
|
"description": "Word and character count feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,23 +13,23 @@
|
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
15
|
"lodash-es": "^4.17.15",
|
16
|
-
"ckeditor5": "^
|
16
|
+
"ckeditor5": "^34.0.0"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
20
|
-
"@ckeditor/ckeditor5-block-quote": "^
|
21
|
-
"@ckeditor/ckeditor5-core": "^
|
22
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
23
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
24
|
-
"@ckeditor/ckeditor5-engine": "^
|
25
|
-
"@ckeditor/ckeditor5-enter": "^
|
26
|
-
"@ckeditor/ckeditor5-image": "^
|
27
|
-
"@ckeditor/ckeditor5-link": "^
|
28
|
-
"@ckeditor/ckeditor5-list": "^
|
29
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
30
|
-
"@ckeditor/ckeditor5-table": "^
|
31
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
32
|
-
"@ckeditor/ckeditor5-utils": "^
|
19
|
+
"@ckeditor/ckeditor5-basic-styles": "^34.0.0",
|
20
|
+
"@ckeditor/ckeditor5-block-quote": "^34.0.0",
|
21
|
+
"@ckeditor/ckeditor5-core": "^34.0.0",
|
22
|
+
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
23
|
+
"@ckeditor/ckeditor5-editor-classic": "^34.0.0",
|
24
|
+
"@ckeditor/ckeditor5-engine": "^34.0.0",
|
25
|
+
"@ckeditor/ckeditor5-enter": "^34.0.0",
|
26
|
+
"@ckeditor/ckeditor5-image": "^34.0.0",
|
27
|
+
"@ckeditor/ckeditor5-link": "^34.0.0",
|
28
|
+
"@ckeditor/ckeditor5-list": "^34.0.0",
|
29
|
+
"@ckeditor/ckeditor5-paragraph": "^34.0.0",
|
30
|
+
"@ckeditor/ckeditor5-table": "^34.0.0",
|
31
|
+
"@ckeditor/ckeditor5-theme-lark": "^34.0.0",
|
32
|
+
"@ckeditor/ckeditor5-utils": "^34.0.0",
|
33
33
|
"webpack": "^5.58.1",
|
34
34
|
"webpack-cli": "^4.9.0"
|
35
35
|
},
|