|
50 | 50 | "@types/estree": "^1.0.8",
|
51 | 51 | "@types/etag": "^1.8.4",
|
52 | 52 | "@types/less": "^3.0.8",
|
53 |
| - "@types/node": "^22.16.5", |
54 |
| - "@types/picomatch": "^4.0.1", |
| 53 | + "@types/node": "^22.17.0", |
| 54 | + "@types/picomatch": "^4.0.2", |
55 | 55 | "@types/stylus": "^0.48.43",
|
56 | 56 | "@types/ws": "^8.18.1",
|
57 | 57 | "@vitejs/release-scripts": "^1.6.0",
|
58 | 58 | "eslint": "^9.32.0",
|
59 | 59 | "eslint-plugin-import-x": "^4.16.1",
|
60 |
| - "eslint-plugin-n": "^17.21.2", |
61 |
| - "eslint-plugin-regexp": "^2.9.0", |
| 60 | + "eslint-plugin-n": "^17.21.3", |
| 61 | + "eslint-plugin-regexp": "^2.9.1", |
62 | 62 | "execa": "^9.6.0",
|
63 | 63 | "globals": "^16.3.0",
|
64 |
| - "lint-staged": "^16.1.2", |
| 64 | + "lint-staged": "^16.1.4", |
65 | 65 | "picocolors": "^1.1.1",
|
66 |
| - "playwright-chromium": "^1.54.1", |
| 66 | + "playwright-chromium": "^1.54.2", |
67 | 67 | "prettier": "3.6.2",
|
68 | 68 | "rollup": "^4.43.0",
|
69 |
| - "simple-git-hooks": "^2.13.0", |
| 69 | + "simple-git-hooks": "^2.13.1", |
70 | 70 | "tsx": "^4.20.3",
|
71 | 71 | "typescript": "~5.7.2",
|
72 |
| - "typescript-eslint": "^8.38.0", |
| 72 | + "typescript-eslint": "^8.39.0", |
73 | 73 | "vite": "workspace:*",
|
74 | 74 | "vitest": "^3.2.4"
|
75 | 75 | },
|
|
90 | 90 | "eslint --cache --fix"
|
91 | 91 | ]
|
92 | 92 | },
|
93 |
| - "packageManager": "pnpm@10.13.1", |
| 93 | + "packageManager": "pnpm@10.14.0", |
94 | 94 | "stackblitz": {
|
95 | 95 | "startCommand": "pnpm --filter='./packages/vite' run dev"
|
96 | 96 | }
|
|
0 commit comments