|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.0-next.124", |
| 3 | + "version": "2.0.0-next.125", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].", |
6 | 6 | "keywords": [ |
|
58 | 58 | "@swc/core": "^1.13.3", |
59 | 59 | "@tsconfig/node22": "^22.0.2", |
60 | 60 | "@tsconfig/strictest": "^2.0.5", |
61 | | - "@types/node": "^24.1.0", |
62 | | - "@types/react": "^19.1.9", |
| 61 | + "@types/node": "^24.2.1", |
| 62 | + "@types/react": "^19.1.10", |
63 | 63 | "@types/react-dom": "^19.1.7", |
64 | | - "@typescript-eslint/parser": "^8.38.0", |
65 | | - "@typescript-eslint/rule-tester": "^8.38.0", |
66 | | - "@typescript-eslint/types": "^8.38.0", |
| 64 | + "@typescript-eslint/parser": "^8.39.1", |
| 65 | + "@typescript-eslint/rule-tester": "^8.39.1", |
| 66 | + "@typescript-eslint/types": "^8.39.1", |
67 | 67 | "ansis": "^4.1.0", |
68 | 68 | "cspell": "^9.2.0", |
69 | 69 | "dedent": "^1.6.0", |
70 | 70 | "dprint": "^0.50.1", |
71 | 71 | "esbuild": "^0.25.8", |
72 | | - "eslint": "^9.32.0", |
| 72 | + "eslint": "^9.33.0", |
73 | 73 | "eslint-config-flat-gitignore": "^2.1.0", |
74 | 74 | "eslint-plugin-fast-import": "^1.3.0", |
75 | 75 | "eslint-plugin-vitest": "^0.5.4", |
76 | 76 | "jiti": "^2.5.1", |
77 | | - "lefthook": "^1.12.2", |
| 77 | + "lefthook": "^1.12.3", |
78 | 78 | "markdownlint": "^0.38.0", |
79 | 79 | "nx": "21.3.0", |
80 | 80 | "publint": "^0.3.12", |
|
88 | 88 | "tsup": "^8.5.0", |
89 | 89 | "tsx": "^4.20.3", |
90 | 90 | "type-fest": "^4.41.0", |
91 | | - "typedoc": "^0.28.9", |
92 | | - "typedoc-plugin-markdown": "^4.8.0", |
93 | | - "typedoc-plugin-mdn-links": "^5.0.7", |
| 91 | + "typedoc": "^0.28.10", |
| 92 | + "typedoc-plugin-markdown": "^4.8.1", |
| 93 | + "typedoc-plugin-mdn-links": "^5.0.8", |
94 | 94 | "typescript": "^5.9.2", |
95 | | - "typescript-eslint": "^8.38.0", |
| 95 | + "typescript-eslint": "^8.39.1", |
96 | 96 | "vitest": "^3.2.4" |
97 | 97 | }, |
98 | 98 | "packageManager": "[email protected]", |
|
111 | 111 | "unrs-resolver" |
112 | 112 | ], |
113 | 113 | "overrides": { |
114 | | - "@eslint/plugin-kit": ">=0.3.4", |
115 | | - "@types/react": "^19.1.9", |
| 114 | + "@eslint/plugin-kit": ">=0.3.5", |
| 115 | + "@types/react": "^19.1.10", |
116 | 116 | "@types/react-dom": "^19.1.7", |
117 | 117 | "cross-spawn": "^7.0.6", |
118 | 118 | "esbuild": "^0.25.8", |
119 | | - "lucide-react": "^0.536.0", |
120 | | - "next": "^15.4.5", |
| 119 | + "lucide-react": "^0.539.0", |
| 120 | + "next": "^15.4.6", |
121 | 121 | "react": "^19.1.1", |
122 | 122 | "react-dom": "^19.1.1", |
123 | 123 | "ts-api-utils": "^2.1.0", |
|
0 commit comments