Skip to content

Commit ca619b0

Browse files
committed
Introduce Mermaid dependency and URL helpers
1 parent f6416cc commit ca619b0

File tree

3 files changed

+834
-2
lines changed

3 files changed

+834
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"dependencies": {
2626
"react": "^18.2.0",
27-
"react-dom": "^18.2.0"
27+
"react-dom": "^18.2.0",
28+
"mermaid": "^10.9.1"
2829
},
2930
"devDependencies": {
3031
"@crxjs/vite-plugin": "^2.0.0-beta.26",
@@ -38,4 +39,4 @@
3839
"typescript": "^5.2.2",
3940
"vite": "^5.4.10"
4041
}
41-
}
42+
}

0 commit comments

Comments
 (0)