Skip to content

Commit

Permalink
chore(third-party): update lunr and mermaid (#271)
Browse files Browse the repository at this point in the history
* chore(third-party): update lunr-search to 2.3.9

* chore(third-party): update mermaid to 8.8.3
  • Loading branch information
CoelacanthusHex committed Nov 26, 2020
1 parent 33d03e8 commit 043d39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/third-party/lunr-search.html
@@ -1,4 +1,4 @@
{{- $scripts := slice "https://cdn.jsdelivr.net/npm/lunr@2.3.8/lunr.min.js" -}}
{{- $scripts := slice "https://cdn.jsdelivr.net/npm/lunr@2.3.9/lunr.min.js" -}}
{{- if ne .Site.Language.Lang "en" -}}
{{- $supported := slice "ar" "da" "de" "du" "es" "fi" "fr" "hu" "it" "ja" "nl" "no" "pt" "ro" "ru" "sv" "tr" "vi" -}}
{{- if in $supported .Site.Language.Lang -}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/third-party/mermaid.html
@@ -1,4 +1,4 @@
<script src="https://cdn.jsdelivr.net/npm/mermaid@8.5.2/dist/mermaid.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@8.8.3/dist/mermaid.min.js"></script>
<script>
let mermaidConfig = {
startOnLoad: true,
Expand Down

0 comments on commit 043d39a

Please sign in to comment.