|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.0-next.162", |
| 3 | + "version": "2.0.0-next.163", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
52 | 52 | "update:website": "tsx ./scripts/update-website.ts" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@effect/language-service": "^0.36.0", |
| 55 | + "@effect/language-service": "^0.37.0", |
56 | 56 | "@effect/platform": "^0.90.6", |
57 | 57 | "@effect/platform-node": "^0.96.1", |
58 | 58 | "@eslint/config-inspector": "^1.2.0", |
|
65 | 65 | "@types/node": "^24.3.0", |
66 | 66 | "@types/react": "^19.1.12", |
67 | 67 | "@types/react-dom": "^19.1.9", |
68 | | - "@typescript-eslint/parser": "^8.41.0", |
69 | | - "@typescript-eslint/rule-tester": "^8.41.0", |
70 | | - "@typescript-eslint/types": "^8.41.0", |
| 68 | + "@typescript-eslint/parser": "^8.42.0", |
| 69 | + "@typescript-eslint/rule-tester": "^8.42.0", |
| 70 | + "@typescript-eslint/types": "^8.42.0", |
71 | 71 | "ansis": "^4.1.0", |
72 | 72 | "cspell": "^9.2.1", |
73 | 73 | "dedent": "^1.6.0", |
|
97 | 97 | "typedoc-plugin-markdown": "^4.8.1", |
98 | 98 | "typedoc-plugin-mdn-links": "^5.0.9", |
99 | 99 | "typescript": "^5.9.2", |
100 | | - "typescript-eslint": "^8.41.0", |
| 100 | + "typescript-eslint": "^8.42.0", |
101 | 101 | "vitest": "^3.2.4" |
102 | 102 | }, |
103 | 103 | "packageManager": "[email protected]", |
|
0 commit comments