@ckeditor/ckeditor5-undo 43.0.0-alpha.3 → 43.0.0-alpha.5

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-undo",
3
- "version": "43.0.0-alpha.3",
3
+ "version": "43.0.0-alpha.5",
4
4
  "description": "Undo feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,9 +13,9 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "43.0.0-alpha.3",
17
- "@ckeditor/ckeditor5-engine": "43.0.0-alpha.3",
18
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.3"
16
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.5",
17
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.5",
18
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.5"
19
19
  },
20
20
  "author": "CKSource (http://cksource.com/)",
21
21
  "license": "GPL-2.0-or-later",