Skip to content

Commit

Permalink
Merge pull request #310 from vivliostyle/update-vivliostyle
Browse files Browse the repository at this point in the history
Update Vivliostyle CLI (8.14.0) and Viewer (2.30.3)
  • Loading branch information
MurakamiShinyu authored Aug 19, 2024
2 parents 72bc06e + 11f8bca commit 1939727
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.13.0
FROM ghcr.io/vivliostyle/cli:8.14.0
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.30.2",
"@vivliostyle/viewer": "2.30.3",
"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.2":
version "2.30.2"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.2.tgz#a07692adbcfbca907bf3922847b0f0ed5f0345b3"
integrity sha512-/fci4jdAp1jPSNNhbEQrYQVQPDbj9K2fFmTW7M8VTi37OTJgSDDKg/Cls3zuoeDBo4mp4DaOjgdtiZvVSBgsMw==
"@vivliostyle/core@^2.30.3":
version "2.30.3"
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.3.tgz#b3fd7b89b9e6574c52ae0b4eb22a22ff17f60e00"
integrity sha512-CqiG3C58iIKjKe57A181J5Wa2hYPXyUDYIjulAn7IZJEuE/zdV15Oeq+tqWbZLwfNGo7g9aB+29kjcYljvd76Q==
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.30.2":
version "2.30.2"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.2.tgz#9aa1123e9a5eab906d4ceda9814cc531a637b71e"
integrity sha512-5Ipv4yxYqOdOnEpyYmTr3HtN3NqaDi0IE22Te8dGXNwmkhRik0QPHSuy/nDnpfDCrhCov9OLIpgtpokFQVjiRA==
"@vivliostyle/viewer@2.30.3":
version "2.30.3"
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.3.tgz#11ffcc78f1ab6651c3a37acd60c41d4deabb0832"
integrity sha512-Dr0rcPDqhiDFZBq+vxJbuaWqTJVeZE2Pjypfc0sexy12LKG0fljB+qs5a8ZYjBJ83iU+B2QqIjRX3P8YYMLb3A==
dependencies:
"@vivliostyle/core" "^2.30.2"
"@vivliostyle/core" "^2.30.3"
i18next-ko "^3.0.1"
knockout "^3.5.0"

Expand Down

0 comments on commit 1939727

Please sign in to comment.