Change all HTMLElement to RedrawableHTML + package updates

This commit is contained in:
Clément Pons
2025-12-10 14:47:38 +01:00
parent 1b0b9ca7f4
commit 4cd478b47a
16 changed files with 561 additions and 423 deletions

View File

@@ -18,22 +18,22 @@
"@lezer/highlight": "^1.2.3",
"@markdoc/markdoc": "^0.5.4",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/sitemap": "^7.4.7",
"@nuxtjs/sitemap": "^7.4.9",
"@nuxtjs/tailwindcss": "^6.14.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^14.0.0",
"@vueuse/nuxt": "^14.0.0",
"@vueuse/math": "^14.1.0",
"@vueuse/nuxt": "^14.1.0",
"codemirror": "^6.0.2",
"drizzle-orm": "^0.44.7",
"drizzle-orm": "^0.45.0",
"hast": "^1.0.0",
"hast-util-heading": "^3.0.0",
"hast-util-heading-rank": "^3.0.0",
"iconify-icon": "^3.0.2",
"lodash.capitalize": "^4.2.1",
"mdast-util-find-and-replace": "^3.0.2",
"nodemailer": "^7.0.10",
"nuxt": "^4.2.1",
"nuxt-security": "^2.4.0",
"nodemailer": "^7.0.11",
"nuxt": "^4.2.2",
"nuxt-security": "^2.5.0",
"radix-vue": "^1.9.17",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
@@ -47,18 +47,17 @@
"strip-markdown": "^6.0.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vue": "^3.5.24",
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"zod": "^4.1.12"
"zod": "^4.1.13"
},
"devDependencies": {
"@types/bun": "^1.3.2",
"@types/bun": "^1.3.4",
"@types/lodash.capitalize": "^4.2.9",
"@types/nodemailer": "^7.0.3",
"@types/nodemailer": "^7.0.4",
"@types/unist": "^3.0.3",
"better-sqlite3": "^12.4.1",
"bun-types": "^1.3.2",
"drizzle-kit": "^0.31.6",
"bun-types": "^1.3.4",
"drizzle-kit": "^0.31.8",
"mdast-util-to-string": "^4.0.0",
"rehype-stringify": "^10.0.1"
}