Skip to content

Commit 1766bde

Browse files
committed
fix(tui): downgrade marked to ^15 to satisfy marked-terminal peer dep
marked-terminal@7.3.0 (latest) requires marked >=1 <16. The project had marked@^18 which caused an ERESOLVE during npm install. Downgrade to ^15 (latest: 15.0.12) which satisfies the peer constraint. The TUI only uses marked.use() and basic parsing — no v18-specific API is in use, so this is a non-breaking change.
1 parent e363c2d commit 1766bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@testing-library/dom": "^10.4.1",
2828
"@thesvg/react": "^2.1.3",
2929
"@types/marked-terminal": "^6.1.1",
30-
"marked": "^18.0.0",
30+
"marked": "^15.0.0",
3131
"marked-terminal": "^7.3.0",
3232
"react": "^19.2.5",
3333
"react-dom": "^19.2.5",

0 commit comments

Comments
 (0)