Skip to content

Commit

Permalink
Merge pull request #318 from vivliostyle/update-vivliostyle
Browse files Browse the repository at this point in the history
Update Vivliostyle CLI (8.19.0) and Viewer (2.31.1)
  • Loading branch information
MurakamiShinyu authored Mar 1, 2025
2 parents 5e806cd + 58c592f commit 6a4e045
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cloud-run/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/vivliostyle/cli:8.18.0
FROM ghcr.io/vivliostyle/cli:8.19.0
LABEL maintainer "Vivliostyle Foundation <[email protected]>"

WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0",
"@vivliostyle/vfm": "2.2.1",
"@vivliostyle/viewer": "2.31.0",
"@vivliostyle/viewer": "2.31.1",
"apollo-server-micro": "^3.6.2",
"chakra-ui-contextmenu": "^1.0.3",
"dotenv": "^14.3.2",
Expand Down
18 changes: 9 additions & 9 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3538,10 +3538,10 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

"@vivliostyle/core@^2.31.0":
version "2.31.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.31.0.tgz#acdaea08417ea840cddd182184a666b979231cec"
integrity sha512-Wvam0xaN2BqYyVm5A1KsLaHcJOH/hax0ZN6r68Ic9Dq79fEzBAWBgyhOm4TB69FOTdwfDrBgxp2OIAbNR+aQ3g==
"@vivliostyle/core@^2.31.1":
version "2.31.1"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.31.1.tgz#cd105546433029d0c029331539f49dc154f88ecc"
integrity sha512-bfMMQuD7d1jyoAeddBd4im5Fx9BSoLsfogc0s/ZjfUXkBMVbt2rJS5Wy7sokiB6S0wKSk2UdNzcHorzxQiUTJg==
dependencies:
fast-diff "^1.2.0"

Expand Down Expand Up @@ -3584,12 +3584,12 @@
unist-util-visit "^2.0.3"
unist-util-visit-parents "^3.1.1"

"@vivliostyle/[email protected].0":
version "2.31.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.31.0.tgz#8d2bed1f7ce3ac7b889aa1da731a6da05671ec79"
integrity sha512-BuEqBtkbT5Qeg2F50twPEmJ2rq3UMSwyv9FDK1rUPx4QPPXCuXK8kdSkDAeBm8A+/NygdGdRtZd/8QwwC8yHRg==
"@vivliostyle/[email protected].1":
version "2.31.1"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.31.1.tgz#37209998d274e3189aefc52cef208f2447bd56f0"
integrity sha512-m7hp6V1D9WjkJh/7rPhuOBfTwt0Hh5MLH9sbzn5pfrV+XMv2m0KRgnypzWMAleuxrteaERwwm6+QsgkVO4tUvw==
dependencies:
"@vivliostyle/core" "^2.31.0"
"@vivliostyle/core" "^2.31.1"
i18next-ko "^3.0.1"
knockout "^3.5.0"

Expand Down

0 comments on commit 6a4e045

Please sign in to comment.