mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 15:46:43 +02:00
Upgrade @zenuml/core to v3.31.1.
It fixes the issue https://github.com/mermaid-js/mermaid-cli/issues/584 among other improvements.
This commit is contained in:
@@ -10,16 +10,20 @@
|
|||||||
<h1>Zenuml demos</h1>
|
<h1>Zenuml demos</h1>
|
||||||
<pre class="mermaid">
|
<pre class="mermaid">
|
||||||
zenuml
|
zenuml
|
||||||
title Sync Messages (Design Pattern: Adapter)
|
BookLibService.Borrow(id) {
|
||||||
@Starter(Client)
|
User = Session.GetUser()
|
||||||
Adapter.interfaceMethod() {
|
if(User.isActive) {
|
||||||
translateParameter(parameter)
|
try {
|
||||||
|
BookRepository.Update(id, onLoan, User)
|
||||||
result = Implementation.implementationMethod()
|
receipt = new Receipt(id, dueDate)
|
||||||
|
} catch (BookNotFoundException) {
|
||||||
translateResult()
|
ErrorService.onException(BookNotFoundException)
|
||||||
return translatedResult
|
} finally {
|
||||||
|
Connection.close()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
return receipt
|
||||||
|
}
|
||||||
</pre>
|
</pre>
|
||||||
<pre class="mermaid">
|
<pre class="mermaid">
|
||||||
zenuml
|
zenuml
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@zenuml/core": "^3.23.28"
|
"@zenuml/core": "^3.31.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mermaid": "workspace:^"
|
"mermaid": "workspace:^"
|
||||||
|
20
pnpm-lock.yaml
generated
20
pnpm-lock.yaml
generated
@@ -6,7 +6,7 @@ settings:
|
|||||||
|
|
||||||
patchedDependencies:
|
patchedDependencies:
|
||||||
roughjs:
|
roughjs:
|
||||||
hash: 3543d47108cb41b68ec6a671c0e1f9d0cfe2ce524fea5b0992511ae84c3c6b64
|
hash: vxb6t6fqvzyhwhtjiliqr25jyq
|
||||||
path: patches/roughjs.patch
|
path: patches/roughjs.patch
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
@@ -267,7 +267,7 @@ importers:
|
|||||||
version: 15.0.7
|
version: 15.0.7
|
||||||
roughjs:
|
roughjs:
|
||||||
specifier: ^4.6.6
|
specifier: ^4.6.6
|
||||||
version: 4.6.6(patch_hash=3543d47108cb41b68ec6a671c0e1f9d0cfe2ce524fea5b0992511ae84c3c6b64)
|
version: 4.6.6(patch_hash=vxb6t6fqvzyhwhtjiliqr25jyq)
|
||||||
stylis:
|
stylis:
|
||||||
specifier: ^4.3.6
|
specifier: ^4.3.6
|
||||||
version: 4.3.6
|
version: 4.3.6
|
||||||
@@ -440,8 +440,8 @@ importers:
|
|||||||
packages/mermaid-zenuml:
|
packages/mermaid-zenuml:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@zenuml/core':
|
'@zenuml/core':
|
||||||
specifier: ^3.23.28
|
specifier: ^3.31.1
|
||||||
version: 3.27.12(typescript@5.7.3)
|
version: 3.31.1(typescript@5.7.3)
|
||||||
devDependencies:
|
devDependencies:
|
||||||
mermaid:
|
mermaid:
|
||||||
specifier: workspace:^
|
specifier: workspace:^
|
||||||
@@ -3895,8 +3895,8 @@ packages:
|
|||||||
'@xtuc/long@4.2.2':
|
'@xtuc/long@4.2.2':
|
||||||
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
||||||
|
|
||||||
'@zenuml/core@3.27.12':
|
'@zenuml/core@3.31.1':
|
||||||
resolution: {integrity: sha512-cNIQM6CCcsz4VqgHySIxjIlqjRnVO7d3HfBQtBkw8woBrvssHfU6FxSg23RVUsb8j98TdruPgEgLbpFbKCGlHA==}
|
resolution: {integrity: sha512-gfbCIp2+AmdT9tUmRiRmMtxWHhvlo0VieGICgxFkvmcJxfNXRokpUrlW1H2NDcD+n9vYy6KjNSoYAxiph/9Irw==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
JSONSelect@0.4.0:
|
JSONSelect@0.4.0:
|
||||||
@@ -14411,7 +14411,7 @@ snapshots:
|
|||||||
|
|
||||||
'@vue/compat@3.5.13(vue@3.5.13(typescript@5.7.3))':
|
'@vue/compat@3.5.13(vue@3.5.13(typescript@5.7.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.26.9
|
'@babel/parser': 7.27.2
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
vue: 3.5.13(typescript@5.7.3)
|
vue: 3.5.13(typescript@5.7.3)
|
||||||
@@ -14664,7 +14664,7 @@ snapshots:
|
|||||||
|
|
||||||
'@xtuc/long@4.2.2': {}
|
'@xtuc/long@4.2.2': {}
|
||||||
|
|
||||||
'@zenuml/core@3.27.12(typescript@5.7.3)':
|
'@zenuml/core@3.31.1(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@headlessui-float/vue': 0.14.4(@headlessui/vue@1.7.23(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
'@headlessui-float/vue': 0.14.4(@headlessui/vue@1.7.23(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
||||||
'@headlessui/tailwindcss': 0.2.2(tailwindcss@3.4.17)
|
'@headlessui/tailwindcss': 0.2.2(tailwindcss@3.4.17)
|
||||||
@@ -19869,7 +19869,7 @@ snapshots:
|
|||||||
postcss-load-config@4.0.2(postcss@8.5.3):
|
postcss-load-config@4.0.2(postcss@8.5.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
lilconfig: 3.1.3
|
lilconfig: 3.1.3
|
||||||
yaml: 2.7.0
|
yaml: 2.7.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
postcss: 8.5.3
|
postcss: 8.5.3
|
||||||
|
|
||||||
@@ -20340,7 +20340,7 @@ snapshots:
|
|||||||
'@rollup/rollup-win32-x64-msvc': 4.40.2
|
'@rollup/rollup-win32-x64-msvc': 4.40.2
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
roughjs@4.6.6(patch_hash=3543d47108cb41b68ec6a671c0e1f9d0cfe2ce524fea5b0992511ae84c3c6b64):
|
roughjs@4.6.6(patch_hash=vxb6t6fqvzyhwhtjiliqr25jyq):
|
||||||
dependencies:
|
dependencies:
|
||||||
hachure-fill: 0.5.2
|
hachure-fill: 0.5.2
|
||||||
path-data-parser: 0.1.0
|
path-data-parser: 0.1.0
|
||||||
|
Reference in New Issue
Block a user