@qualityunit/liveagent-components-editor 0.0.48 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Editor component for LiveAgent",
|
|
4
4
|
"author": "QualityUnit",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.50",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/*"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@sveltejs/vite-plugin-svelte": "^3.1.0",
|
|
30
30
|
"@tsconfig/svelte": "^5.0.4",
|
|
31
|
-
"svelte": "^4.2.
|
|
31
|
+
"svelte": "^4.2.17",
|
|
32
32
|
"svelte-check": "^3.7.1",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"typescript": "^5.4.5",
|
|
@@ -36,30 +36,30 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ckeditor/ckeditor5-adapter-ckfinder": "^41.4.2",
|
|
39
|
-
"@ckeditor/ckeditor5-alignment": "^41.
|
|
40
|
-
"@ckeditor/ckeditor5-autoformat": "^41.
|
|
41
|
-
"@ckeditor/ckeditor5-basic-styles": "^41.
|
|
42
|
-
"@ckeditor/ckeditor5-block-quote": "^41.
|
|
43
|
-
"@ckeditor/ckeditor5-code-block": "^41.
|
|
44
|
-
"@ckeditor/ckeditor5-editor-classic": "^41.
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "^41.
|
|
46
|
-
"@ckeditor/ckeditor5-essentials": "^41.
|
|
47
|
-
"@ckeditor/ckeditor5-font": "^41.
|
|
48
|
-
"@ckeditor/ckeditor5-heading": "^41.
|
|
49
|
-
"@ckeditor/ckeditor5-horizontal-line": "^41.
|
|
50
|
-
"@ckeditor/ckeditor5-html-support": "^41.
|
|
51
|
-
"@ckeditor/ckeditor5-image": "^41.
|
|
52
|
-
"@ckeditor/ckeditor5-indent": "^41.
|
|
53
|
-
"@ckeditor/ckeditor5-link": "^41.
|
|
54
|
-
"@ckeditor/ckeditor5-list": "^41.
|
|
55
|
-
"@ckeditor/ckeditor5-media-embed": "^41.
|
|
56
|
-
"@ckeditor/ckeditor5-paragraph": "^41.
|
|
57
|
-
"@ckeditor/ckeditor5-remove-format": "^41.
|
|
58
|
-
"@ckeditor/ckeditor5-source-editing": "^41.
|
|
59
|
-
"@ckeditor/ckeditor5-special-characters": "^41.
|
|
60
|
-
"@ckeditor/ckeditor5-style": "^41.
|
|
61
|
-
"@ckeditor/ckeditor5-table": "^41.
|
|
62
|
-
"@ckeditor/ckeditor5-theme-lark": "^41.
|
|
39
|
+
"@ckeditor/ckeditor5-alignment": "^41.4.2",
|
|
40
|
+
"@ckeditor/ckeditor5-autoformat": "^41.4.2",
|
|
41
|
+
"@ckeditor/ckeditor5-basic-styles": "^41.4.2",
|
|
42
|
+
"@ckeditor/ckeditor5-block-quote": "^41.4.2",
|
|
43
|
+
"@ckeditor/ckeditor5-code-block": "^41.4.2",
|
|
44
|
+
"@ckeditor/ckeditor5-editor-classic": "^41.4.2",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "^41.4.2",
|
|
46
|
+
"@ckeditor/ckeditor5-essentials": "^41.4.2",
|
|
47
|
+
"@ckeditor/ckeditor5-font": "^41.4.2",
|
|
48
|
+
"@ckeditor/ckeditor5-heading": "^41.4.2",
|
|
49
|
+
"@ckeditor/ckeditor5-horizontal-line": "^41.4.2",
|
|
50
|
+
"@ckeditor/ckeditor5-html-support": "^41.4.2",
|
|
51
|
+
"@ckeditor/ckeditor5-image": "^41.4.2",
|
|
52
|
+
"@ckeditor/ckeditor5-indent": "^41.4.2",
|
|
53
|
+
"@ckeditor/ckeditor5-link": "^41.4.2",
|
|
54
|
+
"@ckeditor/ckeditor5-list": "^41.4.2",
|
|
55
|
+
"@ckeditor/ckeditor5-media-embed": "^41.4.2",
|
|
56
|
+
"@ckeditor/ckeditor5-paragraph": "^41.4.2",
|
|
57
|
+
"@ckeditor/ckeditor5-remove-format": "^41.4.2",
|
|
58
|
+
"@ckeditor/ckeditor5-source-editing": "^41.4.2",
|
|
59
|
+
"@ckeditor/ckeditor5-special-characters": "^41.4.2",
|
|
60
|
+
"@ckeditor/ckeditor5-style": "^41.4.2",
|
|
61
|
+
"@ckeditor/ckeditor5-table": "^41.4.2",
|
|
62
|
+
"@ckeditor/ckeditor5-theme-lark": "^41.4.2",
|
|
63
63
|
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3"
|
|
64
64
|
}
|
|
65
65
|
}
|