Skip to content

Commit

Permalink
Merge pull request #304 from vivliostyle/update-vivliostyle
Browse files Browse the repository at this point in the history
Update Vivliostyle CLI (8.10.0) and Viewer (2.29.0)
  • Loading branch information
MurakamiShinyu authored May 4, 2024
2 parents 645ece1 + 538d8fa commit 055e265
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.9.1
FROM ghcr.io/vivliostyle/cli:8.10.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.28.1",
"@vivliostyle/viewer": "2.29.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.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==
"@vivliostyle/core@^2.29.0":
version "2.29.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.29.0.tgz#c57456c441597d523a4272be4bc5505df4dc6cbb"
integrity sha512-6Z5KjcQ73+5ffWrBXm9Y+fKLAgM/n0qMpEfJNJT44tsxiK+K/jpgMqgc+yzIVQJlK7wYUH8s5apJ79Ny5aGJXQ==
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.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==
"@vivliostyle/viewer@2.29.0":
version "2.29.0"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.29.0.tgz#2f1e4c1bbcf0a27efa4230971694c1d5c52a8828"
integrity sha512-GoGSjVmV1p7mjQm1FlpO9UdYimOCUVhTqGp3wpC6KbVEL2I5Gj2T+1LOUouxO8/JXtSr8mXaSx6go5BXBI+tEw==
dependencies:
"@vivliostyle/core" "^2.28.1"
"@vivliostyle/core" "^2.29.0"
i18next-ko "^3.0.1"
knockout "^3.5.0"

Expand Down

0 comments on commit 055e265

Please sign in to comment.