From 696434918d7bad4bed537ad80646d16bfa21db9b Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Sat, 18 Jan 2025 00:56:40 +0900 Subject: [PATCH] feat: Update Vivliostyle.js to 2.31.0: Extended CSS Page Floats support https://github.com/vivliostyle/vivliostyle.js/releases/tag/v2.31.0 ### Features - Support extended CSS Page float values such as `float: top right` - support logical values for CSS clear property --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index af305c0a..14b355dc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@npmcli/arborist": "^6.1.3", "@vivliostyle/jsdom": "22.1.0-vivliostyle-cli.1", "@vivliostyle/vfm": "2.2.1", - "@vivliostyle/viewer": "2.30.8", + "@vivliostyle/viewer": "2.31.0", "ajv": "^8.11.2", "ajv-formats": "^2.1.1", "archiver": "^5.3.1", diff --git a/yarn.lock b/yarn.lock index 49e0cb30..298e4d17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1271,10 +1271,10 @@ loupe "^3.1.1" tinyrainbow "^1.2.0" -"@vivliostyle/core@^2.30.8": - version "2.30.8" - resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.30.8.tgz#22c84d25377fb89478e5c43298334d65b6134d5e" - integrity sha512-UhHxIwH/lHY0l3Z8Cjl6wX94gKewatDXFanJ6p6j890svBy/tDR9tooBg76p6Cjr/+pXl42ToLPCRWVfdFn8lA== +"@vivliostyle/core@^2.31.0": + version "2.31.0" + resolved "https://registry.yarnpkg.com/@vivliostyle/core/-/core-2.31.0.tgz#acdaea08417ea840cddd182184a666b979231cec" + integrity sha512-Wvam0xaN2BqYyVm5A1KsLaHcJOH/hax0ZN6r68Ic9Dq79fEzBAWBgyhOm4TB69FOTdwfDrBgxp2OIAbNR+aQ3g== dependencies: fast-diff "^1.2.0" @@ -1346,12 +1346,12 @@ unist-util-visit "^2.0.3" unist-util-visit-parents "^3.1.1" -"@vivliostyle/viewer@2.30.8": - version "2.30.8" - resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.30.8.tgz#b14774541f384c6a78d09ba7caa8cdb197ed6b65" - integrity sha512-6cabEaRmC+y2RwGv6viHnw9oDdsOZKNWsu8MoLLnALTNqy+f2z2hs1pJm5H3/VH9dihzNWLATSKnX5WragtQNA== +"@vivliostyle/viewer@2.31.0": + version "2.31.0" + resolved "https://registry.yarnpkg.com/@vivliostyle/viewer/-/viewer-2.31.0.tgz#8d2bed1f7ce3ac7b889aa1da731a6da05671ec79" + integrity sha512-BuEqBtkbT5Qeg2F50twPEmJ2rq3UMSwyv9FDK1rUPx4QPPXCuXK8kdSkDAeBm8A+/NygdGdRtZd/8QwwC8yHRg== dependencies: - "@vivliostyle/core" "^2.30.8" + "@vivliostyle/core" "^2.31.0" i18next-ko "^3.0.1" knockout "^3.5.0"