fix: add unist-util-visit-parents as direct dependency to resolve module resolution error

This commit is contained in:
Hördle Bot
2025-11-29 18:08:42 +01:00
parent 6893158926
commit 2f5c06fb52
2 changed files with 85 additions and 114 deletions

View File

@@ -18,7 +18,8 @@
"prisma": "^6.19.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-markdown": "^10.1.0"
"react-markdown": "^10.1.0",
"unist-util-visit-parents": "^6.0.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",