|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.3.11-beta.0", |
| 3 | + "version": "2.3.11-next.1", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
50 | 50 | "update:website": "tsx ./scripts/update-website.ts" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@effect/language-service": "^0.58.0", |
| 53 | + "@effect/language-service": "^0.58.3", |
54 | 54 | "@effect/platform": "^0.93.6", |
55 | 55 | "@effect/platform-node": "^0.103.0", |
56 | 56 | "@eslint/compat": "^2.0.0", |
|
62 | 62 | "@types/node": "^24.10.1", |
63 | 63 | "@types/react": "^19.2.7", |
64 | 64 | "@types/react-dom": "^19.2.3", |
65 | | - "@typescript-eslint/parser": "^8.48.0", |
66 | | - "@typescript-eslint/rule-tester": "^8.48.0", |
67 | | - "@typescript-eslint/types": "^8.48.0", |
| 65 | + "@typescript-eslint/parser": "^8.48.1", |
| 66 | + "@typescript-eslint/rule-tester": "^8.48.1", |
| 67 | + "@typescript-eslint/types": "^8.48.1", |
68 | 68 | "ansis": "^4.2.0", |
69 | 69 | "dedent": "^1.7.0", |
70 | 70 | "dprint": "^0.50.2", |
|
85 | 85 | "ts-pattern": "^5.9.0", |
86 | 86 | "tsdown": "^0.17.0-beta.5", |
87 | 87 | "tsx": "^4.21.0", |
88 | | - "type-fest": "^5.2.0", |
| 88 | + "type-fest": "^5.3.0", |
89 | 89 | "typedoc": "^0.28.15", |
90 | 90 | "typedoc-plugin-markdown": "^4.9.0", |
91 | 91 | "typedoc-plugin-mdn-links": "^5.0.10", |
92 | 92 | "typescript": "^5.9.3", |
93 | | - "typescript-eslint": "^8.48.0", |
| 93 | + "typescript-eslint": "^8.48.1", |
94 | 94 | "vitest": "^4.0.14" |
95 | 95 | }, |
96 | 96 | "packageManager": "[email protected]", |
|
0 commit comments