|
50 | 50 | "@types/estree": "^1.0.6",
|
51 | 51 | "@types/etag": "^1.8.3",
|
52 | 52 | "@types/less": "^3.0.8",
|
53 |
| - "@types/node": "^22.13.5", |
| 53 | + "@types/node": "^22.13.6", |
54 | 54 | "@types/picomatch": "^3.0.2",
|
55 | 55 | "@types/stylus": "^0.48.43",
|
56 | 56 | "@types/ws": "^8.5.14",
|
57 | 57 | "@vitejs/release-scripts": "^1.3.3",
|
58 | 58 | "conventional-changelog-cli": "^5.0.0",
|
59 | 59 | "eslint": "^9.21.0",
|
60 | 60 | "eslint-plugin-import-x": "^4.6.1",
|
61 |
| - "eslint-plugin-n": "^17.15.1", |
| 61 | + "eslint-plugin-n": "^17.16.1", |
62 | 62 | "eslint-plugin-regexp": "^2.7.0",
|
63 | 63 | "execa": "^9.5.2",
|
64 | 64 | "globals": "^16.0.0",
|
|
67 | 67 | "picocolors": "^1.1.1",
|
68 | 68 | "playwright-chromium": "^1.50.1",
|
69 | 69 | "premove": "^4.0.0",
|
70 |
| - "prettier": "3.5.2", |
| 70 | + "prettier": "3.5.3", |
71 | 71 | "rollup": "^4.30.1",
|
72 |
| - "rollup-plugin-esbuild": "^6.2.0", |
| 72 | + "rollup-plugin-esbuild": "^6.2.1", |
73 | 73 | "simple-git-hooks": "^2.11.1",
|
74 | 74 | "tslib": "^2.8.1",
|
75 | 75 | "tsx": "^4.19.3",
|
76 | 76 | "typescript": "~5.7.2",
|
77 |
| - "typescript-eslint": "^8.24.1", |
| 77 | + "typescript-eslint": "^8.25.0", |
78 | 78 | "vite": "workspace:*",
|
79 |
| - "vitest": "^3.0.6" |
| 79 | + "vitest": "^3.0.7" |
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@10.4.1", |
| 98 | + "packageManager": "pnpm@10.5.2", |
99 | 99 | "pnpm": {
|
100 | 100 | "overrides": {
|
101 | 101 | "vite": "workspace:*"
|
|
0 commit comments