From 27e59e5adcce25d9419259fc842b79470fb1d883 Mon Sep 17 00:00:00 2001
From: Dong Cai <3481791+dontry@users.noreply.github.com>
Date: Tue, 16 May 2023 23:41:53 +1000
Subject: [PATCH] fixed typo and update peerDependencies version
---
docs/syntax/zenuml.md | 2 +-
packages/mermaid-zenuml/package.json | 2 +-
packages/mermaid/src/docs/syntax/zenuml.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/syntax/zenuml.md b/docs/syntax/zenuml.md
index d936e5f76..9e9b11255 100644
--- a/docs/syntax/zenuml.md
+++ b/docs/syntax/zenuml.md
@@ -466,7 +466,7 @@ You can use this method to add mermaid including the zenuml diagram to a web pag
```html
```
diff --git a/packages/mermaid-zenuml/package.json b/packages/mermaid-zenuml/package.json
index c6cf93061..3e26e0dcf 100644
--- a/packages/mermaid-zenuml/package.json
+++ b/packages/mermaid-zenuml/package.json
@@ -39,7 +39,7 @@
"mermaid": "workspace:^"
},
"peerDependencies": {
- "mermaid": "workspace:^"
+ "mermaid": "workspace:>=10.0.0"
},
"files": [
"dist"
diff --git a/packages/mermaid/src/docs/syntax/zenuml.md b/packages/mermaid/src/docs/syntax/zenuml.md
index e4babf705..292c0f1c1 100644
--- a/packages/mermaid/src/docs/syntax/zenuml.md
+++ b/packages/mermaid/src/docs/syntax/zenuml.md
@@ -308,7 +308,7 @@ You can use this method to add mermaid including the zenuml diagram to a web pag
```html
```