@vivliostyle/cli 7.3.0 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vivliostyle/cli",
3
3
  "description": "Save the pdf file via headless browser and Vivliostyle.",
4
- "version": "7.3.0",
4
+ "version": "7.4.0",
5
5
  "author": "spring_raining <harusamex.com@gmail.com>",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "dev": "run-p dev:*",
15
15
  "dev:cli": "tsc -w --preserveWatchOutput",
16
16
  "example": "yarn --cwd example build",
17
- "pretest": "yarn build && playwright install chromium",
17
+ "pretest": "yarn build && playwright-core install chromium",
18
18
  "release": "release-it",
19
19
  "release:pre": "release-it --preRelease --npm.tag=next",
20
20
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@npmcli/arborist": "^6.1.3",
24
24
  "@vivliostyle/vfm": "2.1.0",
25
- "@vivliostyle/viewer": "2.25.0",
25
+ "@vivliostyle/viewer": "2.25.1",
26
26
  "ajv": "^8.11.2",
27
27
  "ajv-formats": "^2.1.1",
28
28
  "better-ajv-errors": "^1.2.0",
@@ -46,7 +46,7 @@
46
46
  "node-stream-zip": "^1.14.0",
47
47
  "ora": "^5.4.1",
48
48
  "pdf-lib": "^1.16.0",
49
- "playwright-core": "1.33.0",
49
+ "playwright-core": "1.34.3",
50
50
  "portfinder": "^1.0.28",
51
51
  "press-ready": "^4.0.3",
52
52
  "prettier": "^2.3.2",