|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@eslint/js": "^9.38.0", |
| 43 | + "@eslint/js": "^9.39.1", |
44 | 44 | "@type-challenges/utils": "^0.1.1", |
45 | 45 | "@types/babel__core": "^7.20.5", |
46 | 46 | "@types/babel__preset-env": "^7.10.0", |
|
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.18.12", |
| 53 | + "@types/node": "^22.19.0", |
54 | 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 | | - "eslint": "^9.38.0", |
| 58 | + "eslint": "^9.39.1", |
59 | 59 | "eslint-plugin-import-x": "^4.16.1", |
60 | 60 | "eslint-plugin-n": "^17.23.1", |
61 | 61 | "eslint-plugin-regexp": "^2.10.0", |
62 | 62 | "execa": "^9.6.0", |
63 | | - "globals": "^16.4.0", |
| 63 | + "globals": "^16.5.0", |
64 | 64 | "lint-staged": "^16.2.6", |
65 | 65 | "picocolors": "^1.1.1", |
66 | 66 | "playwright-chromium": "^1.56.1", |
|
70 | 70 | "simple-git-hooks": "^2.13.1", |
71 | 71 | "tsx": "^4.20.6", |
72 | 72 | "typescript": "~5.9.2", |
73 | | - "typescript-eslint": "^8.46.2", |
| 73 | + "typescript-eslint": "^8.46.3", |
74 | 74 | "vite": "workspace:*", |
75 | | - "vitest": "^4.0.4" |
| 75 | + "vitest": "^4.0.8" |
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.19.0", |
| 94 | + "packageManager": "pnpm@10.21.0", |
95 | 95 | "stackblitz": { |
96 | 96 | "startCommand": "pnpm --filter='./packages/vite' run dev" |
97 | 97 | } |
|
0 commit comments