@live-change/frontend-base 0.8.118 → 0.8.119

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.
Files changed (1) hide show
  1. package/package.json +18 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.8.118",
3
+ "version": "0.8.119",
4
4
  "scripts": {
5
5
  "memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --templatePath ../../base-frontend/index.html",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -35,21 +35,21 @@
35
35
  "@lezer/rust": "=1.0.1",
36
36
  "@lezer/sass": "=1.0.3",
37
37
  "@lezer/xml": "=1.0.2",
38
- "@live-change/cli": "^0.8.118",
39
- "@live-change/dao": "^0.8.118",
40
- "@live-change/dao-message": "^0.8.118",
41
- "@live-change/dao-sockjs": "^0.8.118",
42
- "@live-change/dao-vue3": "^0.8.118",
43
- "@live-change/dao-websocket": "^0.8.118",
44
- "@live-change/email-service": "^0.8.118",
45
- "@live-change/password-authentication-service": "^0.8.118",
46
- "@live-change/secret-code-service": "^0.8.118",
47
- "@live-change/secret-link-service": "^0.8.118",
48
- "@live-change/security-frontend": "^0.8.118",
49
- "@live-change/session-service": "^0.8.118",
50
- "@live-change/user-service": "^0.8.118",
51
- "@live-change/vue3-components": "^0.8.118",
52
- "@live-change/vue3-ssr": "^0.8.118",
38
+ "@live-change/cli": "^0.8.119",
39
+ "@live-change/dao": "^0.8.119",
40
+ "@live-change/dao-message": "^0.8.119",
41
+ "@live-change/dao-sockjs": "^0.8.119",
42
+ "@live-change/dao-vue3": "^0.8.119",
43
+ "@live-change/dao-websocket": "^0.8.119",
44
+ "@live-change/email-service": "^0.8.119",
45
+ "@live-change/password-authentication-service": "^0.8.119",
46
+ "@live-change/secret-code-service": "^0.8.119",
47
+ "@live-change/secret-link-service": "^0.8.119",
48
+ "@live-change/security-frontend": "^0.8.119",
49
+ "@live-change/session-service": "^0.8.119",
50
+ "@live-change/user-service": "^0.8.119",
51
+ "@live-change/vue3-components": "^0.8.119",
52
+ "@live-change/vue3-ssr": "^0.8.119",
53
53
  "@unhead/ssr": "^1.6.2",
54
54
  "@vitejs/plugin-vue": "^5.0.5",
55
55
  "@vue/compiler-sfc": "^3.4.29",
@@ -65,13 +65,11 @@
65
65
  "markdown-it-abbr": "^1.0.4",
66
66
  "markdown-it-anchor": "^8.6.7",
67
67
  "markdown-it-deflist": "^2.1.0",
68
- "markdown-it-echarts": "^0.1.3",
69
68
  "markdown-it-footnote": "^3.0.3",
70
69
  "markdown-it-highlight": "^0.2.0",
71
70
  "markdown-it-katex": "^2.0.3",
72
71
  "markdown-it-mark": "^3.0.1",
73
72
  "markdown-it-mermaid": "^0.2.5",
74
- "markdown-it-plugin-echarts": "^0.0.1",
75
73
  "markdown-it-prism": "^2.3.0",
76
74
  "markdown-it-source-map": "^0.1.1",
77
75
  "markdown-it-sub": "^1.0.0",
@@ -103,7 +101,7 @@
103
101
  "vue3-scroll-border": "0.1.6"
104
102
  },
105
103
  "devDependencies": {
106
- "@live-change/codeceptjs-helper": "^0.8.118",
104
+ "@live-change/codeceptjs-helper": "^0.8.119",
107
105
  "codeceptjs": "^3.6.5",
108
106
  "generate-password": "1.7.1",
109
107
  "playwright": "^1.41.2",
@@ -117,5 +115,5 @@
117
115
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
118
116
  "license": "BSD-3-Clause",
119
117
  "description": "",
120
- "gitHead": "cfccde9b1d340cbb23df96a2f0fba72da0a6e3ab"
118
+ "gitHead": "1f0bb577d5bfe8b8d355775d7adbd73c789cd1d5"
121
119
  }