Skip to content

Commit

Permalink
Merge pull request #312 from vivliostyle/update-vivliostyle
Browse files Browse the repository at this point in the history
Update Vivliostyle CLI (8.16.0) and Viewer (2.30.5)
  • Loading branch information
MurakamiShinyu authored Oct 22, 2024
2 parents c86bef1 + b6f0344 commit 1df4d8c
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.14.1
FROM ghcr.io/vivliostyle/cli:8.16.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.30.4",
"@vivliostyle/viewer": "2.30.5",
"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.30.4":
version "2.30.4"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.4.tgz#43f59b72f895c2ee691d3a1d03be5038fee14dcd"
integrity sha512-f2+k3KtzZnR60EKbhveOQYkmN8CdKhoyUIDcnxmwA/qptrGkq0ycPlcSRd9WeEo5y4tvDa66+x/AeHjw5PD0dQ==
"@vivliostyle/core@^2.30.5":
version "2.30.5"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.5.tgz#fc9412aa81b07bcb79932f46f82a044bb5c0c212"
integrity sha512-54/ZAxP5PK0lqkmUrOY7d9vL9rwvDSOiq8rbEA9YDQxiZJniLuQifqZt2Dtm1885e69yGXlfmztsZ3PWS8I4iw==
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].4":
version "2.30.4"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.4.tgz#c19413ebf44817f7561afd9b8827fa400b4fbdae"
integrity sha512-1UXtsA4fvpDTpw6+eXhA6SMZx0J0W7UCgnwlGHeCHzqVW1Bf2U366+Y++hRjfwIuXc3EiSGtoWU269np3L24gg==
"@vivliostyle/[email protected].5":
version "2.30.5"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.5.tgz#d708212b7ac7852c7f5a4d7fbcd030c16ed15c1a"
integrity sha512-vffbyd3K1kQsBhOwqdBd9f5MMLvyIOqhUnFixLYriB1C6edjykEVfQTmd2iN+TSVOcPYpE4mJuc0kUL6Ffb57g==
dependencies:
"@vivliostyle/core" "^2.30.4"
"@vivliostyle/core" "^2.30.5"
i18next-ko "^3.0.1"
knockout "^3.5.0"

Expand Down

0 comments on commit 1df4d8c

Please sign in to comment.