@live-change/wysiwyg-frontend 0.4.4 → 0.4.6
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/.nx/cache/file-map.json +277 -0
- package/.nx/cache/lockfile.hash +1 -0
- package/.nx/cache/nx_files.nxt +0 -0
- package/.nx/cache/parsed-lock-file.json +13999 -0
- package/.nx/cache/project-graph.json +14236 -0
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/wysiwyg-frontend",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@codemirror/commands": "^6.
|
|
24
|
+
"@codemirror/commands": "^6.3.3",
|
|
25
25
|
"@codemirror/lang-css": "^6.2.1",
|
|
26
|
-
"@codemirror/lang-javascript": "^6.
|
|
27
|
-
"@codemirror/language": "6.
|
|
28
|
-
"@codemirror/view": "^6.
|
|
26
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
|
27
|
+
"@codemirror/language": "6.10.1",
|
|
28
|
+
"@codemirror/view": "^6.24.1",
|
|
29
29
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
30
30
|
"@live-change/cli": "0.8.1",
|
|
31
31
|
"@live-change/dao": "0.6.0",
|
|
@@ -39,30 +39,30 @@
|
|
|
39
39
|
"@live-change/session-service": "0.4.4",
|
|
40
40
|
"@live-change/vue3-components": "0.2.35",
|
|
41
41
|
"@live-change/vue3-ssr": "0.2.35",
|
|
42
|
-
"@tiptap/core": "^2.
|
|
43
|
-
"@tiptap/extension-blockquote": "^2.
|
|
44
|
-
"@tiptap/extension-bold": "^2.
|
|
45
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
46
|
-
"@tiptap/extension-code": "^2.
|
|
47
|
-
"@tiptap/extension-code-block": "^2.
|
|
48
|
-
"@tiptap/extension-document": "^2.
|
|
49
|
-
"@tiptap/extension-dropcursor": "^2.
|
|
50
|
-
"@tiptap/extension-gapcursor": "^2.
|
|
51
|
-
"@tiptap/extension-hard-break": "^2.
|
|
52
|
-
"@tiptap/extension-heading": "^2.
|
|
53
|
-
"@tiptap/extension-highlight": "^2.
|
|
54
|
-
"@tiptap/extension-history": "^2.
|
|
55
|
-
"@tiptap/extension-horizontal-rule": "^2.
|
|
56
|
-
"@tiptap/extension-italic": "^2.
|
|
57
|
-
"@tiptap/extension-link": "2.
|
|
58
|
-
"@tiptap/extension-list-item": "^2.
|
|
59
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
60
|
-
"@tiptap/extension-paragraph": "^2.
|
|
61
|
-
"@tiptap/extension-strike": "^2.
|
|
62
|
-
"@tiptap/extension-text": "^2.
|
|
63
|
-
"@tiptap/extension-underline": "2.
|
|
64
|
-
"@tiptap/pm": "2.
|
|
65
|
-
"@tiptap/vue-3": "2.
|
|
42
|
+
"@tiptap/core": "^2.2.4",
|
|
43
|
+
"@tiptap/extension-blockquote": "^2.2.4",
|
|
44
|
+
"@tiptap/extension-bold": "^2.2.4",
|
|
45
|
+
"@tiptap/extension-bullet-list": "^2.2.4",
|
|
46
|
+
"@tiptap/extension-code": "^2.2.4",
|
|
47
|
+
"@tiptap/extension-code-block": "^2.2.4",
|
|
48
|
+
"@tiptap/extension-document": "^2.2.4",
|
|
49
|
+
"@tiptap/extension-dropcursor": "^2.2.4",
|
|
50
|
+
"@tiptap/extension-gapcursor": "^2.2.4",
|
|
51
|
+
"@tiptap/extension-hard-break": "^2.2.4",
|
|
52
|
+
"@tiptap/extension-heading": "^2.2.4",
|
|
53
|
+
"@tiptap/extension-highlight": "^2.2.4",
|
|
54
|
+
"@tiptap/extension-history": "^2.2.4",
|
|
55
|
+
"@tiptap/extension-horizontal-rule": "^2.2.4",
|
|
56
|
+
"@tiptap/extension-italic": "^2.2.4",
|
|
57
|
+
"@tiptap/extension-link": "2.2.4",
|
|
58
|
+
"@tiptap/extension-list-item": "^2.2.4",
|
|
59
|
+
"@tiptap/extension-ordered-list": "^2.2.4",
|
|
60
|
+
"@tiptap/extension-paragraph": "^2.2.4",
|
|
61
|
+
"@tiptap/extension-strike": "^2.2.4",
|
|
62
|
+
"@tiptap/extension-text": "^2.2.4",
|
|
63
|
+
"@tiptap/extension-underline": "2.2.4",
|
|
64
|
+
"@tiptap/pm": "2.2.4",
|
|
65
|
+
"@tiptap/vue-3": "2.2.4",
|
|
66
66
|
"@vueuse/core": "^10.7.2",
|
|
67
67
|
"codeceptjs-assert": "^0.0.5",
|
|
68
68
|
"compression": "^1.7.4",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"author": "",
|
|
96
96
|
"license": "ISC",
|
|
97
97
|
"description": "",
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "c13293e44eabe1f429f90992139e0f6735621b72"
|
|
99
99
|
}
|