@ckeditor/ckeditor5-word-count 0.0.0-nightly-20230705.0 → 0.0.0-nightly-20230706.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-word-count",
3
- "version": "0.0.0-nightly-20230705.0",
3
+ "version": "0.0.0-nightly-20230706.0",
4
4
  "description": "Word and character count feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
15
  "lodash-es": "^4.17.15",
16
- "ckeditor5": "0.0.0-nightly-20230705.0"
16
+ "ckeditor5": "0.0.0-nightly-20230706.0"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=16.0.0",