Skip to content

Commit c18d30f

Browse files
Merge pull request #307 from vivliostyle/update-vivliostyle
Update Vivliostyle CLI (8.12.1) and Viewer (2.30.1)
2 parents f050e97 + 29e7159 commit c18d30f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

cloud-run/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/vivliostyle/cli:8.12.0
1+
FROM ghcr.io/vivliostyle/cli:8.12.1
22
LABEL maintainer "Vivliostyle Foundation <[email protected]>"
33

44
WORKDIR /usr/src/app

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@octokit/graphql": "^4.8.0",
5959
"@octokit/rest": "^18.12.0",
6060
"@vivliostyle/vfm": "2.2.1",
61-
"@vivliostyle/viewer": "2.30.0",
61+
"@vivliostyle/viewer": "2.30.1",
6262
"apollo-server-micro": "^3.6.2",
6363
"chakra-ui-contextmenu": "^1.0.3",
6464
"dotenv": "^14.3.2",

web/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3538,10 +3538,10 @@
35383538
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
35393539
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
35403540

3541-
"@vivliostyle/core@^2.30.0":
3542-
version "2.30.0"
3543-
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.0.tgz#d4c61d5c2221a252577848665218d1e7d99d205f"
3544-
integrity sha512-DDpsH0lmNRSow4Hq3aBlW46cC0K9pPTK00YYzgfin+dEg4uVY0jpt1V1Ne5+yim49U5kyrCLCs+s6LxrPx6Vyg==
3541+
"@vivliostyle/core@^2.30.1":
3542+
version "2.30.1"
3543+
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.1.tgz#4277c1e0bbf77de9e986ee5191e249dfd5143ca1"
3544+
integrity sha512-DGLCq098yeW6jevQ0NTMFUBw/rfxzdyx0SmnPrdydHymMAmR4FRE6aTTBfQOglbeRlB1TIC3zivSLyRJigcnhg==
35453545
dependencies:
35463546
fast-diff "^1.2.0"
35473547

@@ -3584,12 +3584,12 @@
35843584
unist-util-visit "^2.0.3"
35853585
unist-util-visit-parents "^3.1.1"
35863586

3587-
"@vivliostyle/[email protected].0":
3588-
version "2.30.0"
3589-
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.0.tgz#0406edd0920b989c9aee07f8e361cb1610a62b21"
3590-
integrity sha512-SC3fHogmGcOAqpAiCvr6YI2UwTz7jDmRcKWym0tt4tSg01pf259/uzj4FWm6Uw/0HQnVjBDT3CRHc5stxSM/fg==
3587+
"@vivliostyle/[email protected].1":
3588+
version "2.30.1"
3589+
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.1.tgz#bba62be03ff614d82ce6df2a9b43c75f903f9775"
3590+
integrity sha512-GmUwah5PrZchI9VsTLkFrLdIYbJzGOyh50QvHS+2D5znAVAzH4eXUt0m3x7HuJGFlkZ2AfZUZMkHUNzkEIfhPg==
35913591
dependencies:
3592-
"@vivliostyle/core" "^2.30.0"
3592+
"@vivliostyle/core" "^2.30.1"
35933593
i18next-ko "^3.0.1"
35943594
knockout "^3.5.0"
35953595

0 commit comments

Comments
 (0)