Skip to content

Commit 64b5511

Browse files
Add a missing dependency
1 parent 60d824c commit 64b5511

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

package-lock.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
},
1616
"dependencies": {
1717
"@docusaurus/core": "^3.8.0",
18+
"@docusaurus/faster": "^3.8.0",
1819
"@docusaurus/preset-classic": "^3.8.0",
1920
"@docusaurus/theme-mermaid": "^3.8.0",
20-
"@docusaurus/faster": "^3.8.0",
2121
"@mdx-js/react": "^3.0.0",
22+
"@mermaid-js/layout-elk": "^0.1.9",
2223
"clsx": "^2.1.1",
2324
"cookie": ">=0.7.0",
2425
"docusaurus-theme-github-codeblock": "^2.0.2",

0 commit comments

Comments
 (0)