Tag Prose, CommentSide fixes and standard component initiation

This commit is contained in:
2024-09-04 14:11:32 +02:00
parent 2b293a0c1a
commit 6d3efea784
12 changed files with 72 additions and 74 deletions

View File

@@ -1,21 +1,27 @@
{
"devDependencies": {
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/bun": "^1.1.6",
"@types/diff": "^5.2.1",
"hast-util-to-html": "^9.0.1",
"nuxt": "^3.12.4",
"@types/bun": "^1.1.8",
"@types/diff": "^5.2.2",
"@vueuse/nuxt": "^11.0.3",
"hast-util-to-html": "^9.0.2",
"nuxt": "^3.13.0",
"nuxt-security": "^2.0.0-rc.9",
"remark-breaks": "^4.0.0",
"remark-ofm": "link:remark-ofm",
"vue": "^3.4.37",
"vue": "^3.5.0",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
},
"dependencies": {
"diff": "^5.2.0",
"lodash.capitalize": "^4.2.1",
"remark-frontmatter": "^5.0.0"
"rehype-raw": "^7.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.5"
}
}