backwards compatibility

This commit is contained in:
chyzman
2026-08-28 21:58:19 -04:00
parent fe40fca356
commit 9b3b69ef23
10 changed files with 230 additions and 56 deletions
+3 -1
View File
@@ -10,7 +10,8 @@
},
"devDependencies": {
"@modrinth/api-client": "workspace:*",
"@modrinth/tooling-config": "workspace:*"
"@modrinth/tooling-config": "workspace:*",
"@types/markdown-it": "14.1.2"
},
"dependencies": {
"@codemirror/commands": "^6.3.2",
@@ -24,6 +25,7 @@
"dayjs": "^1.11.10",
"highlight.js": "^11.9.0",
"highlightjs-mcfunction": "github:modrinth/better-highlightjs-mcfunction",
"htmlparser2": "^12.0.0",
"ofetch": "^1.3.4",
"three": "^0.172.0"
}