@ckeditor/ckeditor5-widget 39.0.0 → 39.0.1

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": "39.0.0",
3
+ "version": "39.0.1",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,12 +11,12 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "@ckeditor/ckeditor5-core": "39.0.0",
15
- "@ckeditor/ckeditor5-engine": "39.0.0",
16
- "@ckeditor/ckeditor5-enter": "39.0.0",
17
- "@ckeditor/ckeditor5-ui": "39.0.0",
18
- "@ckeditor/ckeditor5-utils": "39.0.0",
19
- "@ckeditor/ckeditor5-typing": "39.0.0",
14
+ "@ckeditor/ckeditor5-core": "39.0.1",
15
+ "@ckeditor/ckeditor5-engine": "39.0.1",
16
+ "@ckeditor/ckeditor5-enter": "39.0.1",
17
+ "@ckeditor/ckeditor5-ui": "39.0.1",
18
+ "@ckeditor/ckeditor5-utils": "39.0.1",
19
+ "@ckeditor/ckeditor5-typing": "39.0.1",
20
20
  "lodash-es": "4.17.21"
21
21
  },
22
22
  "engines": {