Fix callout disabled and update dependencies

This commit is contained in:
2024-12-05 13:50:59 +01:00
parent 4150b69ba3
commit 3b919075ef
4 changed files with 38 additions and 23 deletions

View File

@@ -14,17 +14,17 @@
"@nuxtjs/sitemap": "^7.0.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^11.2.0",
"@vueuse/nuxt": "^11.1.0",
"@vueuse/math": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"codemirror": "^6.0.1",
"drizzle-orm": "^0.35.3",
"hast": "^1.0.0",
"lodash.capitalize": "^4.2.1",
"mdast-util-find-and-replace": "^3.0.1",
"nodemailer": "^6.9.16",
"nuxt": "^3.14.159",
"nuxt-security": "^2.0.0",
"radix-vue": "^1.9.8",
"nuxt": "^3.14.1592",
"nuxt-security": "^2.1.5",
"radix-vue": "^1.9.10",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-frontmatter": "^5.0.0",
@@ -40,12 +40,12 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "^1.1.12",
"@types/bun": "^1.1.14",
"@types/lodash.capitalize": "^4.2.9",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer": "^6.4.17",
"@types/unist": "^3.0.3",
"better-sqlite3": "^11.5.0",
"bun-types": "^1.1.34",
"better-sqlite3": "^11.6.0",
"bun-types": "^1.1.38",
"drizzle-kit": "^0.26.2",
"mdast-util-to-string": "^4.0.0",
"rehype-stringify": "^10.0.1"