|
40 | 40 | "ci-docs": "pnpm build && pnpm docs-build" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@eslint/js": "^9.27.0", |
| 43 | + "@eslint/js": "^9.28.0", |
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", |
47 | 47 | "@types/convert-source-map": "^2.0.3", |
48 | 48 | "@types/cross-spawn": "^6.0.6", |
49 | 49 | "@types/debug": "^4.1.12", |
50 | | - "@types/estree": "^1.0.7", |
| 50 | + "@types/estree": "^1.0.8", |
51 | 51 | "@types/etag": "^1.8.3", |
52 | 52 | "@types/less": "^3.0.8", |
53 | | - "@types/node": "^22.15.21", |
| 53 | + "@types/node": "^22.15.30", |
54 | 54 | "@types/picomatch": "^4.0.0", |
55 | 55 | "@types/stylus": "^0.48.43", |
56 | 56 | "@types/ws": "^8.18.1", |
57 | 57 | "@vitejs/release-scripts": "^1.5.0", |
58 | 58 | "conventional-changelog-cli": "^5.0.0", |
59 | | - "eslint": "^9.27.0", |
60 | | - "eslint-plugin-import-x": "^4.13.1", |
61 | | - "eslint-plugin-n": "^17.18.0", |
62 | | - "eslint-plugin-regexp": "^2.7.0", |
63 | | - "execa": "^9.5.3", |
| 59 | + "eslint": "^9.28.0", |
| 60 | + "eslint-plugin-import-x": "^4.15.1", |
| 61 | + "eslint-plugin-n": "^17.19.0", |
| 62 | + "eslint-plugin-regexp": "^2.8.0", |
| 63 | + "execa": "^9.6.0", |
64 | 64 | "globals": "^16.2.0", |
65 | | - "lint-staged": "^16.0.0", |
| 65 | + "lint-staged": "^16.1.0", |
66 | 66 | "picocolors": "^1.1.1", |
67 | 67 | "playwright-chromium": "^1.50.1", |
68 | 68 | "prettier": "3.5.3", |
69 | 69 | "rollup": "^4.40.0", |
70 | 70 | "simple-git-hooks": "^2.13.0", |
71 | 71 | "tsx": "^4.19.4", |
72 | 72 | "typescript": "~5.7.2", |
73 | | - "typescript-eslint": "^8.32.1", |
| 73 | + "typescript-eslint": "^8.33.1", |
74 | 74 | "vite": "workspace:*", |
75 | | - "vitest": "^3.1.4" |
| 75 | + "vitest": "^3.2.2" |
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": "[email protected].0", |
| 94 | + "packageManager": "[email protected].1", |
95 | 95 | "pnpm": { |
96 | 96 | "overrides": { |
97 | 97 | "vite": "workspace:*" |
|
0 commit comments