Skip to content

Commit

Permalink
fix(shared-docs): add missing mermaid dep
Browse files Browse the repository at this point in the history
This is required by the docs pipeline

Should fix angular/angular#55657
  • Loading branch information
alan-agius4 committed May 3, 2024
1 parent 0108dd3 commit 78c79eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"dependencies": {
"@webcontainer/api": "^1.1.8",
"diff": "~5.2.0",
"emoji-regex": "~10.3.0",
"fast-glob": "~3.3.2",
"highlight.js": "~11.9.0",
"html-entities": "~2.5.2",
"jsdom": "~24.0.0",
"jszip": "~3.10.1",
"marked": "~12.0.2"
"marked": "~12.0.2",
"mermaid": "^10.8.0"
},
"exports": {
"./styles/*": {
Expand Down

0 comments on commit 78c79eb

Please sign in to comment.