remove unnecessary dependencies

This commit is contained in:
L4Ph
2025-07-27 14:03:51 +09:00
parent 8448e90ee5
commit 7c9b50c508
2 changed files with 1 additions and 68 deletions

View File

@@ -68,9 +68,7 @@
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/sanitize-html": "^2.16.0",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2"
"@types/sanitize-html": "^2.16.0"
},
"packageManager": "pnpm@9.14.4"
}