@live-change/frontend-base 0.8.33 → 0.8.34

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 (2) hide show
  1. package/package.json +30 -29
  2. package/vite-config.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.8.33",
3
+ "version": "0.8.34",
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,25 +35,25 @@
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.33",
39
- "@live-change/dao": "^0.8.33",
40
- "@live-change/dao-message": "^0.8.33",
41
- "@live-change/dao-sockjs": "^0.8.33",
42
- "@live-change/dao-vue3": "^0.8.33",
43
- "@live-change/dao-websocket": "^0.8.33",
44
- "@live-change/email-service": "^0.8.33",
45
- "@live-change/password-authentication-service": "^0.8.33",
46
- "@live-change/secret-code-service": "^0.8.33",
47
- "@live-change/secret-link-service": "^0.8.33",
48
- "@live-change/security-frontend": "^0.8.33",
49
- "@live-change/session-service": "^0.8.33",
50
- "@live-change/user-service": "^0.8.33",
51
- "@live-change/vue3-components": "^0.8.33",
52
- "@live-change/vue3-ssr": "^0.8.33",
38
+ "@live-change/cli": "^0.8.34",
39
+ "@live-change/dao": "^0.8.34",
40
+ "@live-change/dao-message": "^0.8.34",
41
+ "@live-change/dao-sockjs": "^0.8.34",
42
+ "@live-change/dao-vue3": "^0.8.34",
43
+ "@live-change/dao-websocket": "^0.8.34",
44
+ "@live-change/email-service": "^0.8.34",
45
+ "@live-change/password-authentication-service": "^0.8.34",
46
+ "@live-change/secret-code-service": "^0.8.34",
47
+ "@live-change/secret-link-service": "^0.8.34",
48
+ "@live-change/security-frontend": "^0.8.34",
49
+ "@live-change/session-service": "^0.8.34",
50
+ "@live-change/user-service": "^0.8.34",
51
+ "@live-change/vue3-components": "^0.8.34",
52
+ "@live-change/vue3-ssr": "^0.8.34",
53
53
  "@unhead/ssr": "^1.6.2",
54
- "@vitejs/plugin-vue": "^5.0.4",
55
- "@vue/compiler-sfc": "^3.3.4",
56
- "@vueuse/core": "^10.9.0",
54
+ "@vitejs/plugin-vue": "^5.0.5",
55
+ "@vue/compiler-sfc": "^3.4.29",
56
+ "@vueuse/core": "^10.11.0",
57
57
  "@vueuse/head": "^2.0.0",
58
58
  "@wekanteam/markdown-it-mermaid": "^0.6.4",
59
59
  "codeceptjs-assert": "^0.0.5",
@@ -79,29 +79,30 @@
79
79
  "markdown-it-task-lists": "^2.1.1",
80
80
  "primeflex": "^3.3.1",
81
81
  "primeicons": "^7.0.0",
82
- "primevue": "^3.51.0",
82
+ "primevue": "^3.52.0",
83
83
  "rollup-plugin-node-builtins": "^2.1.2",
84
84
  "rollup-plugin-visualizer": "5.12.0",
85
85
  "serialize-javascript": "^6.0.2",
86
86
  "serve-static": "^1.15.0",
87
- "typescript": "5.3.3",
88
- "unhead": "^1.6.2",
89
- "unplugin-vue-components": "^0.26.0",
90
- "unplugin-vue-markdown": "^0.26.1",
87
+ "typescript": "5.4.5",
88
+ "unhead": "^1.9.13",
89
+ "unplugin-vue-components": "^0.27.0",
90
+ "unplugin-vue-markdown": "^0.26.2",
91
91
  "v-shared-element": "3.1.1",
92
92
  "vite-plugin-checker": "^0.6.4",
93
93
  "vite-plugin-compression": "^0.5.1",
94
- "vite-plugin-pages": "^0.31.0",
94
+ "vite-plugin-pages": "^0.32.2",
95
95
  "vite-plugin-vue-images": "^0.6.1",
96
+ "vue": "^3.4.29",
96
97
  "vue-i18n": "^9.10.1",
97
98
  "vue-meta": "^3.0.0-alpha.9",
98
- "vue-router": "^4.2.5",
99
+ "vue-router": "^4.3.3",
99
100
  "vue-shadow-dom": "4.2.0",
100
101
  "vue3-lazyload": "0.3.8",
101
102
  "vue3-scroll-border": "0.1.6"
102
103
  },
103
104
  "devDependencies": {
104
- "@live-change/codeceptjs-helper": "^0.8.33",
105
+ "@live-change/codeceptjs-helper": "^0.8.34",
105
106
  "codeceptjs": "^3.5.12",
106
107
  "generate-password": "1.7.1",
107
108
  "playwright": "^1.41.2",
@@ -110,10 +111,10 @@
110
111
  "webdriverio": "^8.31.1"
111
112
  },
112
113
  "resolutions": {
113
- "typescript": "5.3.3"
114
+ "typescript": "5.4.5"
114
115
  },
115
116
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
116
117
  "license": "BSD-3-Clause",
117
118
  "description": "",
118
- "gitHead": "98ff6f9c09e5fc1f408010df6cc8038eff571276"
119
+ "gitHead": "40e61928bf43b35352c76fc135f36a2d8bd76c4a"
119
120
  }
package/vite-config.js CHANGED
@@ -92,6 +92,7 @@ export default async ({ command, mode }, options = {
92
92
  highlight,
93
93
  },
94
94
  markdownItSetup(md) {
95
+ md.disable('code')
95
96
  md.use(MarkdownItSub)
96
97
  md.use(MarkdownItSup)
97
98
  md.use(MarkdownItFootnote)