Skip to content

Commit

Permalink
fix: pin mermaid version
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 2, 2021
1 parent bde1e0e commit 0b30e3e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .tazerc.json
@@ -1,6 +1,7 @@
{
"exclude": [
"husky",
"cypress"
"cypress",
"mermaid"
]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"jest": "^27.2.4",
"katex": "^0.13.18",
"lint-staged": "^11.1.2",
"mermaid": "^8.13.2",
"mermaid": "8.13.0",
"playwright-chromium": "^1.15.1",
"pnpm": "^6.16.0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -24,7 +24,7 @@
"js-base64": "^3.7.2",
"js-yaml": "^4.1.0",
"katex": "^0.13.18",
"mermaid": "^8.13.2",
"mermaid": "8.13.0",
"monaco-editor": "^0.28.1",
"nanoid": "^3.1.28",
"prettier": "^2.4.1",
Expand Down
36 changes: 17 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b30e3e

Please sign in to comment.