Commit 7c415de
committed
fix: declare prism-react-renderer as a direct dependency
It was being imported from components/liveHighlight.tsx,
components/prismLanguageSC.ts, and components/prismTheme.ts but only
resolved as a transitive of react-live-runner. Pinned to 1.3.5 because
the code uses the v1 API (default Highlight export plus named Prism
and Language exports), which v2 dropped.1 parent da835d4 commit 7c415de
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments