|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.52.4-beta.2", |
| 3 | + "version": "1.52.4-next.3", |
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.13.3", |
60 | 60 | "@tsconfig/node22": "^22.0.2", |
61 | 61 | "@tsconfig/strictest": "^2.0.5", |
62 | | - "@types/node": "^24.1.0", |
63 | | - "@types/react": "^19.1.9", |
| 62 | + "@types/node": "^24.2.1", |
| 63 | + "@types/react": "^19.1.10", |
64 | 64 | "@types/react-dom": "^19.1.7", |
65 | | - "@typescript-eslint/parser": "^8.38.0", |
66 | | - "@typescript-eslint/rule-tester": "^8.38.0", |
67 | | - "@typescript-eslint/types": "^8.38.0", |
| 65 | + "@typescript-eslint/parser": "^8.39.1", |
| 66 | + "@typescript-eslint/rule-tester": "^8.39.1", |
| 67 | + "@typescript-eslint/types": "^8.39.1", |
68 | 68 | "ansis": "^4.1.0", |
69 | 69 | "cspell": "^9.2.0", |
70 | 70 | "dedent": "^1.6.0", |
71 | 71 | "dprint": "^0.50.1", |
72 | 72 | "esbuild": "^0.25.8", |
73 | | - "eslint": "^9.32.0", |
| 73 | + "eslint": "^9.33.0", |
74 | 74 | "eslint-config-flat-gitignore": "^2.1.0", |
75 | 75 | "eslint-plugin-fast-import": "^1.3.0", |
76 | 76 | "eslint-plugin-vitest": "^0.5.4", |
77 | 77 | "jiti": "^2.5.1", |
78 | | - "lefthook": "^1.12.2", |
| 78 | + "lefthook": "^1.12.3", |
79 | 79 | "markdownlint": "^0.38.0", |
80 | 80 | "nx": "21.1.3", |
81 | 81 | "publint": "^0.3.12", |
|
89 | 89 | "tsup": "^8.5.0", |
90 | 90 | "tsx": "^4.20.3", |
91 | 91 | "type-fest": "^4.41.0", |
92 | | - "typedoc": "^0.28.9", |
93 | | - "typedoc-plugin-markdown": "^4.8.0", |
94 | | - "typedoc-plugin-mdn-links": "^5.0.7", |
| 92 | + "typedoc": "^0.28.10", |
| 93 | + "typedoc-plugin-markdown": "^4.8.1", |
| 94 | + "typedoc-plugin-mdn-links": "^5.0.8", |
95 | 95 | "typescript": "^5.9.2", |
96 | | - "typescript-eslint": "^8.38.0", |
| 96 | + "typescript-eslint": "^8.39.1", |
97 | 97 | "vitest": "^3.2.4" |
98 | 98 | }, |
99 | 99 | "packageManager": "[email protected]", |
|
110 | 110 | "sharp" |
111 | 111 | ], |
112 | 112 | "overrides": { |
113 | | - "@types/react": "^19.1.9", |
| 113 | + "@types/react": "^19.1.10", |
114 | 114 | "@types/react-dom": "^19.1.7", |
115 | 115 | "cross-spawn": "^7.0.6", |
116 | 116 | "esbuild": "^0.25.8", |
117 | | - "lucide-react": "^0.536.0", |
118 | | - "next": "^15.4.5", |
| 117 | + "lucide-react": "^0.539.0", |
| 118 | + "next": "^15.4.6", |
119 | 119 | "react": "^19.1.1", |
120 | 120 | "react-dom": "^19.1.1", |
121 | 121 | "ts-api-utils": "^2.1.0", |
|
0 commit comments