Skip to content

Commit

Permalink
Add mermaid package
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 9, 2023
1 parent 3cabd81 commit 66be9df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"@jupyterlab/markdownviewer-extension": "~4.1.0-alpha.2",
"@jupyterlab/markedparser-extension": "~4.1.0-alpha.2",
"@jupyterlab/mathjax-extension": "~4.1.0-alpha.2",
"@jupyterlab/mermaid-extension": "~4.1.0-alpha.2",
"@jupyterlab/metadataform": "~4.1.0-alpha.2",
"@jupyterlab/metadataform-extension": "~4.1.0-alpha.2",
"@jupyterlab/notebook": "~4.1.0-alpha.2",
Expand Down Expand Up @@ -155,6 +156,7 @@
"@jupyterlab/markdownviewer-extension": "^4.1.0-alpha.2",
"@jupyterlab/markedparser-extension": "^4.1.0-alpha.2",
"@jupyterlab/mathjax-extension": "^4.1.0-alpha.2",
"@jupyterlab/mermaid-extension": "^4.1.0-alpha.2",
"@jupyterlab/metadataform-extension": "^4.1.0-alpha.2",
"@jupyterlab/notebook-extension": "^4.1.0-alpha.2",
"@jupyterlab/pdf-extension": "^4.1.0-alpha.2",
Expand Down Expand Up @@ -265,6 +267,7 @@
"@jupyterlab/mainmenu-extension": true,
"@jupyterlab/markedparser-extension": true,
"@jupyterlab/mathjax-extension": true,
"@jupyterlab/mermaid-extension": true,
"@jupyterlab/notebook-extension": [
"@jupyterlab/notebook-extension:code-console",
"@jupyterlab/notebook-extension:export",
Expand Down Expand Up @@ -362,6 +365,7 @@
"@jupyterlab/lsp",
"@jupyterlab/mainmenu",
"@jupyterlab/markdownviewer",
"@jupyterlab/mermaid",
"@jupyterlab/metadataform",
"@jupyterlab/notebook",
"@jupyterlab/observables",
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2100,6 +2100,7 @@ __metadata:
"@jupyterlab/markdownviewer-extension": ^4.1.0-alpha.2
"@jupyterlab/markedparser-extension": ^4.1.0-alpha.2
"@jupyterlab/mathjax-extension": ^4.1.0-alpha.2
"@jupyterlab/mermaid-extension": ^4.1.0-alpha.2
"@jupyterlab/metadataform-extension": ^4.1.0-alpha.2
"@jupyterlab/notebook-extension": ^4.1.0-alpha.2
"@jupyterlab/pdf-extension": ^4.1.0-alpha.2
Expand Down Expand Up @@ -3569,6 +3570,19 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/mermaid-extension@npm:^4.1.0-alpha.2":
version: 4.1.0-alpha.2
resolution: "@jupyterlab/mermaid-extension@npm:4.1.0-alpha.2"
dependencies:
"@jupyterlab/application": ^4.1.0-alpha.2
"@jupyterlab/apputils": ^4.2.0-alpha.2
"@jupyterlab/mermaid": ^4.1.0-alpha.2
"@jupyterlab/rendermime-interfaces": ^3.8.3-alpha.1
"@jupyterlab/translation": ^4.1.0-alpha.2
checksum: 09132349f05dcbd126d3b7e4db03d68de713c542d358a5e1846fa8bd9473e4cc9a07ce6c5a86e9f504036d66bc85de82f1ec0ed22278ef2778d2d039166bad9b
languageName: node
linkType: hard

"@jupyterlab/mermaid@npm:^4.1.0-alpha.2":
version: 4.1.0-alpha.2
resolution: "@jupyterlab/mermaid@npm:4.1.0-alpha.2"
Expand Down

0 comments on commit 66be9df

Please sign in to comment.