@ckeditor/ckeditor5-undo 0.0.0-nightly-20230804.0 → 0.0.0-nightly-20230806.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 +4 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-undo",
3
- "version": "0.0.0-nightly-20230804.0",
3
+ "version": "0.0.0-nightly-20230806.0",
4
4
  "description": "Undo 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
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230804.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230804.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230804.0"
18
- },
19
- "engines": {
20
- "node": ">=16.0.0",
21
- "npm": ">=5.7.1"
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230806.0",
16
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230806.0",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230806.0"
22
18
  },
23
19
  "author": "CKSource (http://cksource.com/)",
24
20
  "license": "GPL-2.0-or-later",