Cleanup old dependencies and fix RemarkOfm import

This commit is contained in:
2024-08-05 17:58:39 +02:00
parent 310a4accc4
commit e28d72fd1b
8 changed files with 37 additions and 60 deletions

View File

@@ -4,15 +4,14 @@
"@nuxtjs/mdc": "^0.8.3",
"@types/bun": "^1.1.6",
"nuxt": "^3.12.4",
"vue": "^3.4.34",
"vue-router": "^4.4.0",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"hast-util-to-html": "^9.0.1",
"remark-breaks": "^4.0.0",
"remark-ofm": "link:remark-ofm",
"zod": "^3.23.8"
},
"patchedDependencies": {
"unstorage@1.10.2": "patches/unstorage@1.10.2.patch",
"@nuxt/content@2.13.2": "patches/@nuxt%2Fcontent@2.13.2.patch"
"dependencies": {
"lodash.capitalize": "^4.2.1"
}
}