|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.51.3", |
| 3 | + "version": "1.51.4-next.0", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
59 | 59 | "@swc/core": "^1.11.31", |
60 | 60 | "@tsconfig/node22": "^22.0.2", |
61 | 61 | "@tsconfig/strictest": "^2.0.5", |
62 | | - "@types/node": "^22.15.30", |
63 | | - "@types/react": "^19.1.6", |
| 62 | + "@types/node": "^24.0.0", |
| 63 | + "@types/react": "^19.1.7", |
64 | 64 | "@types/react-dom": "^19.1.6", |
65 | | - "@typescript-eslint/parser": "^8.33.1", |
66 | | - "@typescript-eslint/rule-tester": "^8.33.1", |
67 | | - "@typescript-eslint/types": "^8.33.1", |
| 65 | + "@typescript-eslint/parser": "^8.34.0", |
| 66 | + "@typescript-eslint/rule-tester": "^8.34.0", |
| 67 | + "@typescript-eslint/types": "^8.34.0", |
68 | 68 | "ansis": "^4.1.0", |
69 | 69 | "cspell": "^9.0.2", |
70 | 70 | "dedent": "^1.6.0", |
|
92 | 92 | "typedoc-plugin-markdown": "^4.6.4", |
93 | 93 | "typedoc-plugin-mdn-links": "^5.0.2", |
94 | 94 | "typescript": "^5.8.3", |
95 | | - "typescript-eslint": "^8.33.1", |
| 95 | + "typescript-eslint": "^8.34.0", |
96 | 96 | "vitest": "^3.2.3" |
97 | 97 | }, |
98 | 98 | "packageManager": "[email protected]", |
|
109 | 109 | "sharp" |
110 | 110 | ], |
111 | 111 | "overrides": { |
112 | | - "@types/react": "^19.1.6", |
| 112 | + "@types/react": "^19.1.7", |
113 | 113 | "@types/react-dom": "^19.1.6", |
114 | 114 | "cross-spawn": "^7.0.6", |
115 | 115 | "esbuild": "^0.25.5", |
|
0 commit comments