|
35 | 35 | "@babel/preset-typescript": "^7.27.1", |
36 | 36 | "@eslint/js": "^9.35.0", |
37 | 37 | "@rollup/plugin-json": "^6.1.0", |
38 | | - "@types/glob": "^8.1.0", |
| 38 | + "@types/glob": "^9.0.0", |
39 | 39 | "@types/jest": "^30.0.0", |
40 | 40 | "@types/koa-compose": "^3.2.8", |
41 | | - "@types/node": "^24.3.1", |
| 41 | + "@types/node": "^24.3.3", |
42 | 42 | "@types/serve-handler": "^6.1.4", |
43 | | - "@typescript-eslint/eslint-plugin": "^8.42.0", |
44 | | - "@typescript-eslint/parser": "^8.42.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^8.43.0", |
| 44 | + "@typescript-eslint/parser": "^8.43.0", |
45 | 45 | "@vitejs/plugin-react": "^5.0.2", |
46 | 46 | "babel-jest": "^30.1.2", |
47 | | - "chalk": "^5.6.0", |
| 47 | + "chalk": "^5.6.2", |
48 | 48 | "dotenv": "^17.2.2", |
49 | 49 | "enquirer": "^2.4.1", |
50 | 50 | "esbuild": "^0.25.9", |
|
54 | 54 | "execa": "^9.6.0", |
55 | 55 | "fs-extra": "^11.3.1", |
56 | 56 | "glob": "^11.0.3", |
57 | | - "globals": "^16.3.0", |
| 57 | + "globals": "^16.4.0", |
58 | 58 | "http-server": "^14.1.1", |
59 | 59 | "husky": "^9.1.7", |
60 | 60 | "jest": "^30.1.3", |
|
65 | 65 | "less": "^4.4.1", |
66 | 66 | "pixelmatch": "^7.1.0", |
67 | 67 | "pngjs": "^7.0.0", |
68 | | - "puppeteer": "^24.19.0", |
69 | | - "rollup": "^4.50.0", |
| 68 | + "puppeteer": "^24.20.0", |
| 69 | + "rollup": "^4.50.1", |
70 | 70 | "rollup-plugin-dts": "^6.2.3", |
71 | 71 | "rollup-plugin-esbuild": "^6.2.1", |
72 | 72 | "serve-handler": "^6.1.6", |
73 | 73 | "terser": "^5.44.0", |
74 | | - "ts-morph": "^26.0.0", |
| 74 | + "ts-morph": "^27.0.0", |
75 | 75 | "ts-node": "^10.9.2", |
76 | 76 | "tslib": "^2.8.1", |
77 | 77 | "typescript": "^5.9.2", |
78 | | - "typescript-eslint": "^8.42.0", |
79 | | - "vite": "^7.1.4" |
| 78 | + "typescript-eslint": "^8.43.0", |
| 79 | + "vite": "^7.1.5" |
80 | 80 | }, |
81 | 81 | "engines": { |
82 | 82 | "pnpm": ">=10", |
|
0 commit comments