Skip to content

Commit b8d415d

Browse files
committed
Upgrade core to fix catch parameter issue.
1 parent 4e62eea commit b8d415d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@radix-ui/react-radio-group": "^1.1.3",
7171
"@radix-ui/react-select": "^2.0.0",
7272
"@radix-ui/react-tooltip": "^1.0.7",
73-
"@zenuml/core": "^3.24.2",
73+
"@zenuml/core": "^3.24.14",
7474
"clsx": "^2.0.0",
7575
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
7676
"codemirror": "^5.65.16",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,10 +3290,10 @@
32903290
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
32913291
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
32923292

3293-
"@zenuml/core@^3.24.2":
3294-
version "3.24.2"
3295-
resolved "https://registry.yarnpkg.com/@zenuml/core/-/core-3.24.2.tgz#d292e12ba4f2487664aa14984b5063dab7f3812c"
3296-
integrity sha512-yJKDAe7exo4lFwi0qvMncCyn2zrKrKKHG5f7TbYy/n1wy+/TUUdUvLrY4Qu8EbsIV4bqYyHWIjoTMqdktk+y2A==
3293+
"@zenuml/core@^3.24.14":
3294+
version "3.24.14"
3295+
resolved "https://registry.yarnpkg.com/@zenuml/core/-/core-3.24.14.tgz#d7f0c609711d33a0b242f85930a04fe59406ff3b"
3296+
integrity sha512-v+O5saYnt9Ixz51pMrF2PK2mR/xm7IG4b48Czwy+fm1MFF2hMsua+nZHTG0gEQNfRQHwC+nrVr1KmRuNYxxTJA==
32973297
dependencies:
32983298
"@headlessui-float/vue" "^0.14.0"
32993299
"@headlessui/tailwindcss" "^0.2.0"

0 commit comments

Comments
 (0)