|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.0-next.190", |
| 3 | + "version": "2.0.0-beta.190", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
65 | 65 | "@types/node": "^24.5.2", |
66 | 66 | "@types/react": "^19.1.13", |
67 | 67 | "@types/react-dom": "^19.1.9", |
68 | | - "@typescript-eslint/parser": "^8.44.0", |
69 | | - "@typescript-eslint/rule-tester": "^8.44.0", |
70 | | - "@typescript-eslint/types": "^8.44.0", |
| 68 | + "@typescript-eslint/parser": "^8.44.1", |
| 69 | + "@typescript-eslint/rule-tester": "^8.44.1", |
| 70 | + "@typescript-eslint/types": "^8.44.1", |
71 | 71 | "ansis": "^4.1.0", |
72 | 72 | "dedent": "^1.7.0", |
73 | 73 | "dprint": "^0.50.2", |
|
76 | 76 | "eslint-config-flat-gitignore": "^2.1.0", |
77 | 77 | "eslint-plugin-fast-import": "^1.4.3", |
78 | 78 | "eslint-plugin-vitest": "^0.5.4", |
79 | | - "jiti": "^2.5.1", |
| 79 | + "jiti": "^2.6.0", |
80 | 80 | "mdxlint": "^1.0.0", |
81 | 81 | "publint": "^0.3.13", |
82 | 82 | "react": "^19.1.1", |
|
94 | 94 | "typedoc-plugin-markdown": "^4.9.0", |
95 | 95 | "typedoc-plugin-mdn-links": "^5.0.9", |
96 | 96 | "typescript": "^5.9.2", |
97 | | - "typescript-eslint": "^8.44.0", |
| 97 | + "typescript-eslint": "^8.44.1", |
98 | 98 | "vitest": "^3.2.4" |
99 | 99 | }, |
100 | 100 | "packageManager": "[email protected]", |
|
0 commit comments