Skip to content

Commit dbc00ee

Browse files
committed
chore: bump markdown-it-github-alerts to 0.3.0 (override markdown-it)
1 parent cfd568b commit dbc00ee

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
681681
"image-size": "^0.9.3",
682682
"katex": "^0.16.4",
683683
"markdown-it": "^13.0.2",
684-
"markdown-it-github-alerts": "^0.1.2",
684+
"markdown-it-github-alerts": "^0.3.0",
685685
"markdown-it-task-lists": "^2.1.1",
686686
"string-similarity": "^4.0.4"
687687
},
@@ -700,5 +700,10 @@
700700
"typescript": "~4.5.5",
701701
"webpack": "~5.65.0",
702702
"webpack-cli": "^4.9.2"
703+
},
704+
"overrides": {
705+
"markdown-it-github-alerts": {
706+
"markdown-it": "$markdown-it"
707+
}
703708
}
704709
}

0 commit comments

Comments
 (0)