fix deps checker

This commit is contained in:
Simon Knott 2025-02-14 14:56:24 +01:00
parent 7aed043ea4
commit fe50345b7a
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -4,6 +4,7 @@
"version": "0.0.0",
"type": "module",
"dependencies": {
"yaml": "^2.6.0"
"yaml": "^2.6.0",
"markdown-to-jsx": "^7.7.3"
}
}