Skip to content

Commit

Permalink
chore: bump mermaid version
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Feb 19, 2024
1 parent 19f080e commit 1177e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/assets/hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
["@widgetti/solara-vuetify-app", "8.0.0"],
["@widgetti/solara-vuetify3-app", "3.0.0"],
["requirejs", "2.3.6"],
["mermaid", "8.6.4"],
["mermaid", "10.8.0"],
["codemirror", "5.65.3"],
["vega", "5.21.0"],
["vega-lite", "5.2.0"],
Expand Down
3 changes: 1 addition & 2 deletions solara/components/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import pymdownx.emoji
import pymdownx.highlight
import pymdownx.superfences

import solara
import solara.components.applayout

Expand Down Expand Up @@ -150,7 +149,7 @@ def _markdown_template(
return (await this.import([`${this.getCdn()}/[email protected]/dist/contrib/auto-render.min.js`]))[0]
},
async loadMermaid() {
return (await this.import([`${this.getCdn()}/mermaid@8.6.4/dist/mermaid.min.js`]))[0]
return (await this.import([`${this.getCdn()}/mermaid@10.8.0/dist/mermaid.min.js`]))[0]
},
import(dependencies) {
return this.loadRequire().then(
Expand Down

0 comments on commit 1177e8e

Please sign in to comment.