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