|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.0-beta.14", |
| 3 | + "version": "2.0.0-beta.15", |
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.11.24", |
59 | 59 | "@tsconfig/node22": "^22.0.1", |
60 | 60 | "@tsconfig/strictest": "^2.0.5", |
61 | | - "@types/node": "^22.15.3", |
62 | | - "@types/react": "^19.1.2", |
| 61 | + "@types/node": "^22.15.14", |
| 62 | + "@types/react": "^19.1.3", |
63 | 63 | "@types/react-dom": "^19.1.3", |
64 | | - "@typescript-eslint/parser": "^8.31.1", |
65 | | - "@typescript-eslint/rule-tester": "^8.31.1", |
66 | | - "@typescript-eslint/types": "^8.31.1", |
| 64 | + "@typescript-eslint/parser": "^8.32.0", |
| 65 | + "@typescript-eslint/rule-tester": "^8.32.0", |
| 66 | + "@typescript-eslint/types": "^8.32.0", |
67 | 67 | "ansis": "^3.17.0", |
68 | | - "cspell": "^8.19.4", |
| 68 | + "cspell": "^9.0.0", |
69 | 69 | "dedent": "^1.6.0", |
70 | 70 | "dprint": "^0.49.1", |
71 | | - "esbuild": "^0.25.3", |
| 71 | + "esbuild": "^0.25.4", |
72 | 72 | "eslint": "^9.26.0", |
73 | 73 | "eslint-config-flat-gitignore": "^2.1.0", |
74 | 74 | "eslint-plugin-vitest": "^0.5.4", |
|
86 | 86 | "tslib": "^2.8.1", |
87 | 87 | "tsup": "^8.4.0", |
88 | 88 | "tsx": "^4.19.4", |
89 | | - "type-fest": "^4.40.1", |
| 89 | + "type-fest": "^4.41.0", |
90 | 90 | "typedoc": "^0.28.4", |
91 | 91 | "typedoc-plugin-markdown": "^4.6.3", |
92 | 92 | "typedoc-plugin-mdn-links": "^5.0.1", |
93 | 93 | "typescript": "^5.8.3", |
94 | | - "typescript-eslint": "^8.31.1", |
95 | | - "vitest": "^3.1.2" |
| 94 | + "typescript-eslint": "^8.32.0", |
| 95 | + "vitest": "^3.1.3" |
96 | 96 | }, |
97 | 97 | "packageManager": "[email protected]", |
98 | 98 | "engines": { |
|
108 | 108 | "sharp" |
109 | 109 | ], |
110 | 110 | "overrides": { |
111 | | - "@types/react": "^19.1.2", |
| 111 | + "@types/react": "^19.1.3", |
112 | 112 | "@types/react-dom": "^19.1.3", |
113 | 113 | "cross-spawn": "^7.0.6", |
114 | | - "esbuild": "^0.25.3", |
| 114 | + "esbuild": "^0.25.4", |
115 | 115 | "lucide-react": "^0.507.0", |
116 | | - "next": "^15.3.1", |
| 116 | + "next": "^15.3.2", |
117 | 117 | "react": "^19.1.0", |
118 | 118 | "react-dom": "^19.1.0", |
119 | 119 | "ts-api-utils": "^2.1.0", |
|
0 commit comments