@ckeditor/ckeditor5-widget 42.0.0-alpha.7 → 42.0.0-alpha.8

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "42.0.0-alpha.7",
3
+ "version": "42.0.0-alpha.8",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "42.0.0-alpha.7",
16
- "@ckeditor/ckeditor5-engine": "42.0.0-alpha.7",
17
- "@ckeditor/ckeditor5-enter": "42.0.0-alpha.7",
18
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.7",
19
- "@ckeditor/ckeditor5-utils": "42.0.0-alpha.7",
20
- "@ckeditor/ckeditor5-typing": "42.0.0-alpha.7",
15
+ "@ckeditor/ckeditor5-core": "42.0.0-alpha.8",
16
+ "@ckeditor/ckeditor5-engine": "42.0.0-alpha.8",
17
+ "@ckeditor/ckeditor5-enter": "42.0.0-alpha.8",
18
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.8",
19
+ "@ckeditor/ckeditor5-utils": "42.0.0-alpha.8",
20
+ "@ckeditor/ckeditor5-typing": "42.0.0-alpha.8",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",