|
48 | 48 | "@types/cross-spawn": "^6.0.6", |
49 | 49 | "@types/debug": "^4.1.12", |
50 | 50 | "@types/estree": "^1.0.8", |
51 | | - "@types/etag": "^1.8.3", |
| 51 | + "@types/etag": "^1.8.4", |
52 | 52 | "@types/less": "^3.0.8", |
53 | | - "@types/node": "^22.15.30", |
| 53 | + "@types/node": "^22.15.31", |
54 | 54 | "@types/picomatch": "^4.0.0", |
55 | 55 | "@types/stylus": "^0.48.43", |
56 | 56 | "@types/ws": "^8.18.1", |
|
59 | 59 | "eslint": "^9.28.0", |
60 | 60 | "eslint-plugin-import-x": "^4.15.1", |
61 | 61 | "eslint-plugin-n": "^17.19.0", |
62 | | - "eslint-plugin-regexp": "^2.8.0", |
| 62 | + "eslint-plugin-regexp": "^2.9.0", |
63 | 63 | "execa": "^9.6.0", |
64 | 64 | "globals": "^16.2.0", |
65 | 65 | "lint-staged": "^16.1.0", |
66 | 66 | "picocolors": "^1.1.1", |
67 | | - "playwright-chromium": "^1.50.1", |
| 67 | + "playwright-chromium": "^1.53.0", |
68 | 68 | "prettier": "3.5.3", |
69 | 69 | "rollup": "^4.40.0", |
70 | 70 | "simple-git-hooks": "^2.13.0", |
71 | | - "tsx": "^4.19.4", |
| 71 | + "tsx": "^4.20.1", |
72 | 72 | "typescript": "~5.7.2", |
73 | | - "typescript-eslint": "^8.33.1", |
| 73 | + "typescript-eslint": "^8.34.0", |
74 | 74 | "vite": "workspace:*", |
75 | | - "vitest": "^3.2.2" |
| 75 | + "vitest": "^3.2.3" |
76 | 76 | }, |
77 | 77 | "simple-git-hooks": { |
78 | 78 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
91 | 91 | "eslint --cache --fix" |
92 | 92 | ] |
93 | 93 | }, |
94 | | - "packageManager": "pnpm@10.11.1", |
| 94 | + "packageManager": "pnpm@10.12.1", |
95 | 95 | "pnpm": { |
96 | 96 | "overrides": { |
97 | 97 | "vite": "workspace:*" |
|
0 commit comments