Skip to content

Commit 5686f6b

Browse files
committed
Fix syntax highlighting
#2071 broke syntax highlighting because guides-sources fails to satisfy ember-shiki's peerDependency on showdown. By not providing it, we left pnpm free to pick whatever copy it wanted, and thus there was no way to guarantee that ember-shiki and the rest of guides-source were using *the same* copy.
1 parent 121f101 commit 5686f6b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"retext-spell": "^4.0.0",
111111
"retext-syntax-urls": "^2.0.0",
112112
"shelljs": "^0.8.5",
113+
"showdown": "^2.1.0",
113114
"unified": "^9.2.1",
114115
"walk-sync": "^2.0.2",
115116
"webpack": "^5.72.1"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)