|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.15.1-next.5", |
| 3 | + "version": "1.15.1-next.6", |
4 | 4 | "private": true, |
5 | 5 | "description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.", |
6 | 6 | "keywords": [ |
|
63 | 63 | "@types/node": "^22.7.7", |
64 | 64 | "@types/react": "^18.3.11", |
65 | 65 | "@types/react-dom": "^18.3.1", |
66 | | - "@typescript-eslint/eslint-plugin": "^8.10.0", |
67 | | - "@typescript-eslint/parser": "^8.10.0", |
68 | | - "@typescript-eslint/rule-tester": "^8.10.0", |
69 | | - "@typescript-eslint/types": "^8.10.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^8.11.0", |
| 67 | + "@typescript-eslint/parser": "^8.11.0", |
| 68 | + "@typescript-eslint/rule-tester": "^8.11.0", |
| 69 | + "@typescript-eslint/types": "^8.11.0", |
70 | 70 | "@vitest/ui": "^2.1.3", |
71 | 71 | "concurrently": "^9.0.1", |
72 | 72 | "cspell": "^8.15.4", |
|
99 | 99 | "ts-pattern": "^5.5.0", |
100 | 100 | "tsup": "^8.3.0", |
101 | 101 | "tsx": "^4.19.1", |
102 | | - "turbo": "^2.2.1", |
| 102 | + "turbo": "^2.2.3", |
103 | 103 | "type-fest": "^4.26.1", |
104 | 104 | "typedoc": "^0.26.10", |
105 | 105 | "typedoc-plugin-markdown": "^4.2.9", |
106 | 106 | "typedoc-plugin-rename-defaults": "^0.7.1", |
107 | 107 | "typescript": "^5.6.3", |
108 | | - "typescript-eslint": "^8.10.0", |
| 108 | + "typescript-eslint": "^8.11.0", |
109 | 109 | "vitest": "^2.1.3" |
110 | 110 | }, |
111 | 111 | "packageManager": "[email protected]", |
|
0 commit comments