|
53 | 53 | "@types/micromatch": "^4.0.9", |
54 | 54 | "@types/node": "^20.16.5", |
55 | 55 | "@types/picomatch": "^3.0.1", |
56 | | - "@types/stylus": "^0.48.42", |
| 56 | + "@types/stylus": "^0.48.43", |
57 | 57 | "@types/ws": "^8.5.12", |
58 | 58 | "@vitejs/release-scripts": "^1.3.2", |
59 | 59 | "conventional-changelog-cli": "^5.0.0", |
60 | 60 | "eslint": "^9.10.0", |
61 | 61 | "eslint-plugin-import-x": "^4.2.1", |
62 | 62 | "eslint-plugin-n": "^17.10.2", |
63 | 63 | "eslint-plugin-regexp": "^2.6.0", |
64 | | - "execa": "^9.3.1", |
| 64 | + "execa": "^9.4.0", |
65 | 65 | "globals": "^15.9.0", |
66 | 66 | "lint-staged": "^15.2.10", |
67 | 67 | "picocolors": "^1.1.0", |
68 | | - "playwright-chromium": "^1.47.0", |
| 68 | + "playwright-chromium": "^1.47.1", |
69 | 69 | "prettier": "3.3.3", |
70 | 70 | "rimraf": "^5.0.10", |
71 | 71 | "rollup": "^4.20.0", |
72 | 72 | "rollup-plugin-esbuild": "^6.1.1", |
73 | 73 | "simple-git-hooks": "^2.11.1", |
74 | 74 | "tslib": "^2.7.0", |
75 | | - "tsx": "^4.19.0", |
| 75 | + "tsx": "^4.19.1", |
76 | 76 | "typescript": "^5.5.3", |
77 | | - "typescript-eslint": "^8.4.0", |
| 77 | + "typescript-eslint": "^8.6.0", |
78 | 78 | "vite": "workspace:*", |
79 | | - "vitest": "^2.0.5" |
| 79 | + "vitest": "^2.1.1" |
80 | 80 | }, |
81 | 81 | "simple-git-hooks": { |
82 | 82 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
95 | 95 | "eslint --cache --fix" |
96 | 96 | ] |
97 | 97 | }, |
98 | | - "packageManager": "pnpm@9.9.0", |
| 98 | + "packageManager": "pnpm@9.10.0", |
99 | 99 | "pnpm": { |
100 | 100 | "overrides": { |
101 | 101 | "vite": "workspace:*" |
|
0 commit comments