|
2 | 2 | "name": "html-export-pdf-cli", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.1.5", |
5 | | - "packageManager": "pnpm@8.8.0", |
| 5 | + "packageManager": "pnpm@9.6.0", |
6 | 6 | "description": "Render HTML to PDF(with outline) using Puppeteer.", |
7 | 7 | "author": "CondorHero", |
8 | 8 | "license": "MIT", |
|
48 | 48 | "html-export-pdf-cli": "bin/html-export-pdf-cli.mjs" |
49 | 49 | }, |
50 | 50 | "files": [ |
51 | | - "dist", |
52 | | - "bin" |
| 51 | + "bin", |
| 52 | + "dist" |
53 | 53 | ], |
54 | 54 | "engines": { |
55 | 55 | "node": ">=18.12.0" |
|
71 | 71 | ], |
72 | 72 | "dependencies": { |
73 | 73 | "cli-progress": "^3.12.0", |
74 | | - "commander": "^11.0.0", |
75 | | - "fast-glob": "^3.3.1", |
76 | | - "html-entities": "^2.4.0", |
| 74 | + "commander": "^12.1.0", |
| 75 | + "fast-glob": "^3.3.2", |
| 76 | + "html-entities": "^2.5.2", |
77 | 77 | "pdf-lib": "1.17.1", |
78 | 78 | "puppeteer": "^22.15.0" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | | - "@antfu/eslint-config-ts": "^0.43.1", |
82 | | - "@types/cli-progress": "^3.11.3", |
83 | | - "@types/node": "^20.7.1", |
84 | | - "bumpp": "^9.2.0", |
| 81 | + "@antfu/eslint-config": "^2.24.1", |
| 82 | + "@types/cli-progress": "^3.11.6", |
| 83 | + "@types/node": "^22.0.2", |
| 84 | + "bumpp": "^9.4.1", |
85 | 85 | "colorette": "^2.0.20", |
86 | | - "eslint": "^8.50.0", |
87 | | - "jiti": "^1.20.0", |
88 | | - "lint-staged": "^14.0.1", |
89 | | - "simple-git-hooks": "^2.9.0", |
90 | | - "tsup": "^7.2.0", |
91 | | - "typescript": "^5.2.2", |
92 | | - "vitest": "^0.34.5" |
| 86 | + "eslint": "^9.8.0", |
| 87 | + "jiti": "^1.21.6", |
| 88 | + "lint-staged": "^15.2.7", |
| 89 | + "simple-git-hooks": "^2.11.1", |
| 90 | + "tsup": "^8.2.3", |
| 91 | + "typescript": "^5.5.4", |
| 92 | + "vitest": "^2.0.5" |
93 | 93 | }, |
94 | 94 | "simple-git-hooks": { |
95 | 95 | "pre-commit": "npx lint-staged" |
|
0 commit comments