audit fix + beter markdown rendering, more robust with image support

This commit is contained in:
2026-06-18 22:47:46 +02:00
parent cf12101be4
commit 6dbbb03302
2 changed files with 11 additions and 16 deletions
+4
View File
@@ -16,6 +16,7 @@
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
@@ -36,5 +37,8 @@
"typescript-language-server": "^5.3.0",
"vite": "^8.0.4",
"vscode-langservers-extracted": "^4.10.0"
},
"allowScripts": {
"core-js@3.49.0": true
}
}