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