|
2 | 2 | "name": "puppeteer-renderer", |
3 | 3 | "author": "yeongjinnn@gmail.com", |
4 | 4 | "private": true, |
5 | | - "version": "4.0.1", |
| 5 | + "version": "4.0.3", |
6 | 6 | "description": "", |
7 | 7 | "main": "src/index.js", |
8 | 8 | "scripts": { |
|
17 | 17 | "license": "MIT", |
18 | 18 | "dependencies": { |
19 | 19 | "content-disposition": "^0.5.4", |
20 | | - "express": "^4.18.1", |
21 | | - "lodash": "^4.17.21", |
| 20 | + "express": "^4.22.2", |
| 21 | + "lodash": "^4.18.1", |
22 | 22 | "pixelmatch": "^5.3.0", |
23 | 23 | "pngjs": "^7.0.0", |
24 | | - "puppeteer": "^24.32.0", |
25 | | - "qs": "^6.14.1", |
26 | | - "zod": "^4.1.13" |
| 24 | + "puppeteer": "^24.43.1", |
| 25 | + "qs": "^6.15.2", |
| 26 | + "zod": "^4.4.3" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@swc/core": "^1.10.1", |
30 | | - "@types/content-disposition": "^0.5.8", |
31 | | - "@types/express": "^5.0.0", |
32 | | - "@types/lodash": "^4.17.13", |
33 | | - "@types/node": "^22.10.2", |
| 29 | + "@swc/core": "^1.15.40", |
| 30 | + "@types/content-disposition": "^0.5.9", |
| 31 | + "@types/express": "^5.0.6", |
| 32 | + "@types/lodash": "^4.17.24", |
| 33 | + "@types/node": "^22.19.19", |
34 | 34 | "@types/pixelmatch": "^5.2.6", |
35 | 35 | "@types/pngjs": "^6.0.5", |
36 | | - "@types/qs": "^6.9.17", |
37 | | - "eslint": "^9.17.0", |
38 | | - "rimraf": "^6.0.1", |
| 36 | + "@types/qs": "^6.15.1", |
| 37 | + "eslint": "^9.39.4", |
| 38 | + "rimraf": "^6.1.3", |
39 | 39 | "tsconfig": "workspace:*", |
40 | 40 | "tsup": "^8.5.1", |
41 | | - "typescript": "^5.7.2", |
42 | | - "vitest": "^4.0.15" |
| 41 | + "typescript": "^5.9.3", |
| 42 | + "vite": "^7.3.2", |
| 43 | + "vitest": "^4.1.7" |
43 | 44 | } |
44 | 45 | } |
0 commit comments