@ckeditor/ckeditor5-widget 38.0.1 → 38.1.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-widget",
|
3
|
-
"version": "38.0
|
3
|
+
"version": "38.1.0",
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,33 +11,14 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"@ckeditor/ckeditor5-core": "
|
15
|
-
"@ckeditor/ckeditor5-engine": "
|
16
|
-
"@ckeditor/ckeditor5-enter": "
|
17
|
-
"@ckeditor/ckeditor5-ui": "
|
18
|
-
"@ckeditor/ckeditor5-utils": "
|
19
|
-
"@ckeditor/ckeditor5-typing": "
|
14
|
+
"@ckeditor/ckeditor5-core": "38.1.0",
|
15
|
+
"@ckeditor/ckeditor5-engine": "38.1.0",
|
16
|
+
"@ckeditor/ckeditor5-enter": "38.1.0",
|
17
|
+
"@ckeditor/ckeditor5-ui": "38.1.0",
|
18
|
+
"@ckeditor/ckeditor5-utils": "38.1.0",
|
19
|
+
"@ckeditor/ckeditor5-typing": "38.1.0",
|
20
20
|
"lodash-es": "^4.17.15"
|
21
21
|
},
|
22
|
-
"devDependencies": {
|
23
|
-
"@ckeditor/ckeditor5-basic-styles": "^38.0.1",
|
24
|
-
"@ckeditor/ckeditor5-block-quote": "^38.0.1",
|
25
|
-
"@ckeditor/ckeditor5-clipboard": "^38.0.1",
|
26
|
-
"@ckeditor/ckeditor5-editor-balloon": "^38.0.1",
|
27
|
-
"@ckeditor/ckeditor5-editor-classic": "^38.0.1",
|
28
|
-
"@ckeditor/ckeditor5-essentials": "^38.0.1",
|
29
|
-
"@ckeditor/ckeditor5-heading": "^38.0.1",
|
30
|
-
"@ckeditor/ckeditor5-horizontal-line": "^38.0.1",
|
31
|
-
"@ckeditor/ckeditor5-image": "^38.0.1",
|
32
|
-
"@ckeditor/ckeditor5-link": "^38.0.1",
|
33
|
-
"@ckeditor/ckeditor5-media-embed": "^38.0.1",
|
34
|
-
"@ckeditor/ckeditor5-paragraph": "^38.0.1",
|
35
|
-
"@ckeditor/ckeditor5-table": "^38.0.1",
|
36
|
-
"@ckeditor/ckeditor5-undo": "^38.0.1",
|
37
|
-
"typescript": "^4.8.4",
|
38
|
-
"webpack": "^5.58.1",
|
39
|
-
"webpack-cli": "^4.9.0"
|
40
|
-
},
|
41
22
|
"engines": {
|
42
23
|
"node": ">=16.0.0",
|
43
24
|
"npm": ">=5.7.1"
|
@@ -59,9 +40,5 @@
|
|
59
40
|
"ckeditor5-metadata.json",
|
60
41
|
"CHANGELOG.md"
|
61
42
|
],
|
62
|
-
"scripts": {
|
63
|
-
"build": "tsc -p ./tsconfig.json",
|
64
|
-
"postversion": "npm run build"
|
65
|
-
},
|
66
43
|
"types": "src/index.d.ts"
|
67
44
|
}
|
package/src/widget.d.ts
CHANGED
package/src/widgetresize.d.ts
CHANGED