Skip to content

Commit

Permalink
Merge pull request #296 from vivliostyle/update-vivliostyle
Browse files Browse the repository at this point in the history
Update Vivliostyle CLI (8.8.0) and Viewer (2.27.0)
  • Loading branch information
MurakamiShinyu authored Feb 12, 2024
2 parents 282966e + 11ab499 commit be88b33
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.6.0
FROM ghcr.io/vivliostyle/cli:8.8.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.25.9",
"@vivliostyle/viewer": "2.27.0",
"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.25.9":
version "2.25.9"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.25.9.tgz#a02a6b0fded3d64a9a965fa9b407454d0d8b9584"
integrity sha512-jnriEF2NJfJavHucodLuVI6WW3yfJU8V1VcM8lAl/Hz6adEzsKxTXqX2q3rY9olO/ThbX9+cg9S5WM1e3ObgYA==
"@vivliostyle/core@^2.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.27.0.tgz#36f80e55e51d5f4f7d6259cd97991188689f0b91"
integrity sha512-QiA/FPnRK5MdSq+RT98Se10CSnoQozyEFWa5al2RyB1BAqbfEc1qvygFD420EVE4XGbO5TAhUGIgqSc2mSrH9g==
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/viewer@2.25.9":
version "2.25.9"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.25.9.tgz#11985750f1eacbd3264594f1c3ae99d68184e1d8"
integrity sha512-w9fi4fVQXhtVHumjCAJoEsBVlSsFa/rtFWMLj6SGM2G3KVVwOh5j+Aimfylko++72zb4PEFKjxUXTtWwiQme2A==
"@vivliostyle/viewer@2.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.27.0.tgz#3bb8a14cb828c9c85783078973b72e1d3064013f"
integrity sha512-XreTMthS6KMLphgac6Fv4OTncd2fNqs50kCfEYtiTPKBBTJrLA1VsqwVCPbsPJJNxB7NhtWTTpFwaFp99519dg==
dependencies:
"@vivliostyle/core" "^2.25.9"
"@vivliostyle/core" "^2.27.0"
i18next-ko "^3.0.1"
knockout "^3.5.0"

Expand Down

0 comments on commit be88b33

Please sign in to comment.