Skip to content

Commit

Permalink
Merge pull request #301 from vivliostyle/update-vivliostyle
Browse files Browse the repository at this point in the history
Update Vivliostyle CLI (8.9.1) and Viewer (2.28.1)
  • Loading branch information
MurakamiShinyu authored Mar 12, 2024
2 parents be88b33 + 0a458e6 commit 645ece1
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.8.0
FROM ghcr.io/vivliostyle/cli:8.9.1
LABEL maintainer "Vivliostyle Foundation <mail@vivliostyle.org>"

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.27.0",
"@vivliostyle/viewer": "2.28.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.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.27.0.tgz#36f80e55e51d5f4f7d6259cd97991188689f0b91"
integrity sha512-QiA/FPnRK5MdSq+RT98Se10CSnoQozyEFWa5al2RyB1BAqbfEc1qvygFD420EVE4XGbO5TAhUGIgqSc2mSrH9g==
"@vivliostyle/core@^2.28.1":
version "2.28.1"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.28.1.tgz#0fe6ed6d8b85210a640b610caec35ef96426397b"
integrity sha512-VCqatfb69+WZuRE2L13kC/d6qupPEDNoEK+R8gWJkanDHhC6Rq0Rz4P0WdGqqgwwKnSMlhGfjPliaK8+7FF7Mw==
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.27.0":
version "2.27.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.27.0.tgz#3bb8a14cb828c9c85783078973b72e1d3064013f"
integrity sha512-XreTMthS6KMLphgac6Fv4OTncd2fNqs50kCfEYtiTPKBBTJrLA1VsqwVCPbsPJJNxB7NhtWTTpFwaFp99519dg==
"@vivliostyle/viewer@2.28.1":
version "2.28.1"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.28.1.tgz#acbcad995c68bd49d90ee5126d266f6d3307ca2a"
integrity sha512-ekExv0f0d8oUzjrvn7W0Cj/jLvsnOuorXXcSjQBerCy9w4HaJhWadSu6o47lNf+cMGSQ3x9V8Bb6W4/miQ9EEQ==
dependencies:
"@vivliostyle/core" "^2.27.0"
"@vivliostyle/core" "^2.28.1"
i18next-ko "^3.0.1"
knockout "^3.5.0"

Expand Down

0 comments on commit 645ece1

Please sign in to comment.