|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.0-next.31", |
| 3 | + "version": "2.0.0-next.32", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].", |
6 | 6 | "keywords": [ |
|
61 | 61 | "@types/node": "^22.15.29", |
62 | 62 | "@types/react": "^19.1.6", |
63 | 63 | "@types/react-dom": "^19.1.5", |
64 | | - "@typescript-eslint/parser": "^8.33.0", |
65 | | - "@typescript-eslint/rule-tester": "^8.33.0", |
66 | | - "@typescript-eslint/types": "^8.33.0", |
| 64 | + "@typescript-eslint/parser": "^8.33.1", |
| 65 | + "@typescript-eslint/rule-tester": "^8.33.1", |
| 66 | + "@typescript-eslint/types": "^8.33.1", |
67 | 67 | "ansis": "^4.1.0", |
68 | 68 | "cspell": "^9.0.2", |
69 | 69 | "dedent": "^1.6.0", |
|
91 | 91 | "typedoc-plugin-markdown": "^4.6.4", |
92 | 92 | "typedoc-plugin-mdn-links": "^5.0.2", |
93 | 93 | "typescript": "^5.8.3", |
94 | | - "typescript-eslint": "^8.33.0", |
| 94 | + "typescript-eslint": "^8.33.1", |
95 | 95 | "vitest": "^3.2.0" |
96 | 96 | }, |
97 | | - "packageManager": "[email protected].0", |
| 97 | + "packageManager": "[email protected].1", |
98 | 98 | "engines": { |
99 | 99 | "node": ">=20.19.0" |
100 | 100 | }, |
|
0 commit comments