@ckeditor/ckeditor5-mention 0.0.0-nightly-20230804.0 → 0.0.0-nightly-20230805.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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-mention",
3
- "version": "0.0.0-nightly-20230804.0",
3
+ "version": "0.0.0-nightly-20230805.0",
4
4
  "description": "Mention feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,13 +12,9 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "0.0.0-nightly-20230804.0",
15
+ "ckeditor5": "0.0.0-nightly-20230805.0",
16
16
  "lodash-es": "4.17.21"
17
17
  },
18
- "engines": {
19
- "node": ">=16.0.0",
20
- "npm": ">=5.7.1"
21
- },
22
18
  "author": "CKSource (http://cksource.com/)",
23
19
  "license": "GPL-2.0-or-later",
24
20
  "homepage": "https://ckeditor.com/ckeditor-5",