Skip to content

Commit b1ca941

Browse files
Merge pull request #315 from vivliostyle/update-vivliostyle
Update Vivliostyle CLI (8.17.2) and Viewer (2.30.8)
2 parents f7f1c83 + 3d508b9 commit b1ca941

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.17.1
1+
FROM ghcr.io/vivliostyle/cli:8.17.2
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.7",
61+
"@vivliostyle/viewer": "2.30.8",
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.7":
3542-
version "2.30.7"
3543-
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.7.tgz#7ea8e45067b20031748d69d2591f649ac9023082"
3544-
integrity sha512-4BOtX4olH48NhljInvtDmwj5QSwcU6zjfH5ZsYSncXByljsBYQXVKrmjPMZrmHpjXNYXvk0+JQzd6qp65VVVTQ==
3541+
"@vivliostyle/core@^2.30.8":
3542+
version "2.30.8"
3543+
resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.8.tgz#22c84d25377fb89478e5c43298334d65b6134d5e"
3544+
integrity sha512-UhHxIwH/lHY0l3Z8Cjl6wX94gKewatDXFanJ6p6j890svBy/tDR9tooBg76p6Cjr/+pXl42ToLPCRWVfdFn8lA==
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].7":
3588-
version "2.30.7"
3589-
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.7.tgz#76095131403be0dc89a050a3e07cdec64288fd9d"
3590-
integrity sha512-RwER9A2qzDP27CRHfYm3tLE1ySRYkQDBMk8zSMoe2srPoxwSqaGSk+Zk9NOEskb+AZPuccaAWAuZ2Hp90+0nEg==
3587+
"@vivliostyle/[email protected].8":
3588+
version "2.30.8"
3589+
resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.8.tgz#b14774541f384c6a78d09ba7caa8cdb197ed6b65"
3590+
integrity sha512-6cabEaRmC+y2RwGv6viHnw9oDdsOZKNWsu8MoLLnALTNqy+f2z2hs1pJm5H3/VH9dihzNWLATSKnX5WragtQNA==
35913591
dependencies:
3592-
"@vivliostyle/core" "^2.30.7"
3592+
"@vivliostyle/core" "^2.30.8"
35933593
i18next-ko "^3.0.1"
35943594
knockout "^3.5.0"
35953595

0 commit comments

Comments
 (0)