Commit 1766bde
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments