Skip to content

Commit

Permalink
Merge pull request #695 from ZenUml/chore/upgrade-core
Browse files Browse the repository at this point in the history
Upgraded @zenuml/core to 3.22.1.
  • Loading branch information
MrCoder authored Apr 30, 2024
2 parents 73a3967 + a73732d commit faa4b88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@zenuml/core": "^3.16.1",
"@zenuml/core": "3.22.1",
"clsx": "^2.0.0",
"code-blast-codemirror": "chinchang/code-blast-codemirror#web-maker",
"codemirror": "^5.65.16",
Expand Down
1 change: 1 addition & 0 deletions src/computes.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export function computeJs(
if (code && app) {
app.render(code, {
enableMultiTheme: false,
theme: "theme-default",
onContentChange: (code) => {
window.parent.postMessage({ code })
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3264,10 +3264,10 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@zenuml/core@^3.16.1":
version "3.16.1"
resolved "https://registry.yarnpkg.com/@zenuml/core/-/core-3.16.1.tgz#7d3a796d55361a98b63148e1cbd45f34d9fb93d8"
integrity sha512-nHaGaNvNANdEXuMSO5uVZChlCiKsResnCYxvctJIhcpCoc+K+/Hrl49Kc5n559OanTIUCfMWesS0h9j/LOmr8w==
"@zenuml/core@3.22.1":
version "3.22.1"
resolved "https://registry.yarnpkg.com/@zenuml/core/-/core-3.22.1.tgz#77070255a5eac63ddfb57f3e056510b73d25deb0"
integrity sha512-odNQwBOxaS5zlyGDfG42BtRcgb0E3/b5HkFOZFSOM+Z2DSM/RCUXi6y+/Tr6NGkjmCivpMqMKHP0oWbbzOVA1A==
dependencies:
"@headlessui-float/vue" "^0.11.3"
"@headlessui/tailwindcss" "^0.2.0"
Expand Down

0 comments on commit faa4b88

Please sign in to comment.