|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.50.1-next.5", |
| 3 | + "version": "1.50.1-next.6", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
62 | 62 | "@types/node": "^22.15.29", |
63 | 63 | "@types/react": "^19.1.6", |
64 | 64 | "@types/react-dom": "^19.1.5", |
65 | | - "@typescript-eslint/parser": "^8.33.0", |
66 | | - "@typescript-eslint/rule-tester": "^8.33.0", |
67 | | - "@typescript-eslint/types": "^8.33.0", |
| 65 | + "@typescript-eslint/parser": "^8.33.1", |
| 66 | + "@typescript-eslint/rule-tester": "^8.33.1", |
| 67 | + "@typescript-eslint/types": "^8.33.1", |
68 | 68 | "ansis": "^4.1.0", |
69 | 69 | "cspell": "^9.0.2", |
70 | 70 | "dedent": "^1.6.0", |
|
92 | 92 | "typedoc-plugin-markdown": "^4.6.4", |
93 | 93 | "typedoc-plugin-mdn-links": "^5.0.2", |
94 | 94 | "typescript": "^5.8.3", |
95 | | - "typescript-eslint": "^8.33.0", |
| 95 | + "typescript-eslint": "^8.33.1", |
96 | 96 | "vitest": "^3.2.0" |
97 | 97 | }, |
98 | | - "packageManager": "[email protected].0", |
| 98 | + "packageManager": "[email protected].1", |
99 | 99 | "engines": { |
100 | 100 | "node": ">=18.18.0" |
101 | 101 | }, |
|
0 commit comments