|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.47.3-next.0", |
| 3 | + "version": "1.47.3-beta.0", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
60 | 60 | "@tsconfig/node22": "^22.0.1", |
61 | 61 | "@tsconfig/strictest": "^2.0.5", |
62 | 62 | "@types/node": "^22.14.1", |
63 | | - "@types/react": "^19.1.1", |
| 63 | + "@types/react": "^19.1.2", |
64 | 64 | "@types/react-dom": "^19.1.2", |
65 | | - "@typescript-eslint/parser": "^8.29.1", |
66 | | - "@typescript-eslint/rule-tester": "^8.29.1", |
67 | | - "@typescript-eslint/types": "^8.29.1", |
| 65 | + "@typescript-eslint/parser": "^8.30.1", |
| 66 | + "@typescript-eslint/rule-tester": "^8.30.1", |
| 67 | + "@typescript-eslint/types": "^8.30.1", |
68 | 68 | "ansis": "^3.17.0", |
69 | 69 | "cspell": "^8.18.1", |
70 | 70 | "dedent": "^1.5.3", |
|
74 | 74 | "eslint-config-flat-gitignore": "^2.1.0", |
75 | 75 | "eslint-plugin-vitest": "^0.5.4", |
76 | 76 | "jiti": "^2.4.2", |
77 | | - "lefthook": "^1.11.9", |
| 77 | + "lefthook": "^1.11.10", |
78 | 78 | "markdownlint": "^0.37.4", |
79 | 79 | "nx": "20.7.2", |
80 | | - "publint": "^0.3.11", |
| 80 | + "publint": "^0.3.12", |
81 | 81 | "react": "^19.1.0", |
82 | 82 | "react-dom": "^19.1.0", |
83 | 83 | "skott": "^0.35.4", |
|
92 | 92 | "typedoc-plugin-markdown": "^4.6.2", |
93 | 93 | "typedoc-plugin-mdn-links": "^5.0.1", |
94 | 94 | "typescript": "^5.8.3", |
95 | | - "typescript-eslint": "^8.29.1", |
| 95 | + "typescript-eslint": "^8.30.1", |
96 | 96 | "vitest": "^3.1.1" |
97 | 97 | }, |
98 | 98 | "packageManager": "[email protected]", |
|
109 | 109 | "sharp" |
110 | 110 | ], |
111 | 111 | "overrides": { |
112 | | - "@types/react": "^19.1.1", |
| 112 | + "@types/react": "^19.1.2", |
113 | 113 | "@types/react-dom": "^19.1.2", |
114 | 114 | "cross-spawn": "^7.0.6", |
115 | 115 | "esbuild": "^0.25.2", |
|
0 commit comments