@live-change/wysiwyg-frontend 0.1.4 → 0.1.5
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 +19 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/wysiwyg-frontend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
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,17 +21,17 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
24
|
-
"@live-change/cli": "0.6.
|
|
24
|
+
"@live-change/cli": "0.6.8",
|
|
25
25
|
"@live-change/dao": "0.5.0",
|
|
26
|
-
"@live-change/dao-vue3": "0.
|
|
27
|
-
"@live-change/dao-websocket": "0.
|
|
28
|
-
"@live-change/framework": "0.6.
|
|
29
|
-
"@live-change/password-authentication-service": "0.2.
|
|
26
|
+
"@live-change/dao-vue3": "0.5.0",
|
|
27
|
+
"@live-change/dao-websocket": "0.5.0",
|
|
28
|
+
"@live-change/framework": "0.6.8",
|
|
29
|
+
"@live-change/password-authentication-service": "0.2.41",
|
|
30
30
|
"@live-change/prosemirror-service": "0.2.39",
|
|
31
|
-
"@live-change/secret-code-service": "0.2.
|
|
32
|
-
"@live-change/secret-link-service": "0.2.
|
|
33
|
-
"@live-change/session-service": "0.2.
|
|
34
|
-
"@live-change/vue3-components": "0.2.
|
|
31
|
+
"@live-change/secret-code-service": "0.2.41",
|
|
32
|
+
"@live-change/secret-link-service": "0.2.41",
|
|
33
|
+
"@live-change/session-service": "0.2.41",
|
|
34
|
+
"@live-change/vue3-components": "0.2.14",
|
|
35
35
|
"@live-change/vue3-ssr": "0.2.14",
|
|
36
36
|
"@tiptap/extension-blockquote": "^2.0.0-beta.29",
|
|
37
37
|
"@tiptap/extension-bold": "^2.0.0-beta.28",
|
|
@@ -54,10 +54,7 @@
|
|
|
54
54
|
"@tiptap/extension-text": "^2.0.0-beta.17",
|
|
55
55
|
"@tiptap/extension-underline": "2.0.0-beta.23",
|
|
56
56
|
"@tiptap/vue-3": "2.0.0-beta.91",
|
|
57
|
-
"@
|
|
58
|
-
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
59
|
-
"@vue/compiler-sfc": "^3.2.33",
|
|
60
|
-
"@vueuse/core": "^8.3.1",
|
|
57
|
+
"@vueuse/core": "^9.1.0",
|
|
61
58
|
"codeceptjs-assert": "^0.0.5",
|
|
62
59
|
"compression": "^1.7.4",
|
|
63
60
|
"cross-env": "^7.0.3",
|
|
@@ -71,26 +68,22 @@
|
|
|
71
68
|
"serialize-javascript": "^6.0.0",
|
|
72
69
|
"serve-static": "^1.15.0",
|
|
73
70
|
"v-shared-element": "3.1.0",
|
|
74
|
-
"vite": "^2.9.6",
|
|
75
|
-
"vite-plugin-compression": "0.5.1",
|
|
76
|
-
"vite-plugin-vue-images": "^0.6.1",
|
|
77
|
-
"vue": "^3.2.33",
|
|
78
71
|
"vue-meta": "^3.0.0-alpha.9",
|
|
79
|
-
"vue-router": "^4.
|
|
72
|
+
"vue-router": "^4.1.3",
|
|
80
73
|
"vue3-scroll-border": "0.1.2"
|
|
81
74
|
},
|
|
82
75
|
"devDependencies": {
|
|
83
|
-
"@live-change/codeceptjs-helper": "0.6.
|
|
84
|
-
"@wdio/selenium-standalone-service": "^7.
|
|
85
|
-
"codeceptjs": "^3.3.
|
|
76
|
+
"@live-change/codeceptjs-helper": "0.6.8",
|
|
77
|
+
"@wdio/selenium-standalone-service": "^7.20.8",
|
|
78
|
+
"codeceptjs": "^3.3.4",
|
|
86
79
|
"generate-password": "1.7.0",
|
|
87
|
-
"playwright": "^1.
|
|
80
|
+
"playwright": "^1.24.2",
|
|
88
81
|
"random-profile-generator": "^2.3.0",
|
|
89
|
-
"txtgen": "^3.0.
|
|
90
|
-
"webdriverio": "^7.
|
|
82
|
+
"txtgen": "^3.0.2",
|
|
83
|
+
"webdriverio": "^7.20.9"
|
|
91
84
|
},
|
|
92
85
|
"author": "",
|
|
93
86
|
"license": "ISC",
|
|
94
87
|
"description": "",
|
|
95
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "ca3253bac1e9c01143244f5236bd40278a86ebaa"
|
|
96
89
|
}
|