|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.3.5-beta.4", |
| 3 | + "version": "2.3.5-beta.5", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@effect/language-service": "^0.55.3", |
56 | | - "@effect/platform": "^0.93.0", |
| 56 | + "@effect/platform": "^0.93.1", |
57 | 57 | "@effect/platform-node": "^0.100.0", |
58 | 58 | "@eslint/compat": "^1.4.1", |
59 | 59 | "@eslint/config-inspector": "^1.3.0", |
|
62 | 62 | "@radix-ui/react-toast": "^1.2.15", |
63 | 63 | "@tsconfig/node22": "^22.0.2", |
64 | 64 | "@tsconfig/strictest": "^2.0.7", |
65 | | - "@types/node": "^24.10.0", |
66 | | - "@types/react": "^19.2.2", |
67 | | - "@types/react-dom": "^19.2.2", |
| 65 | + "@types/node": "^24.10.1", |
| 66 | + "@types/react": "^19.2.3", |
| 67 | + "@types/react-dom": "^19.2.3", |
68 | 68 | "@typescript-eslint/parser": "^8.46.4", |
69 | 69 | "@typescript-eslint/rule-tester": "^8.46.4", |
70 | 70 | "@typescript-eslint/types": "^8.46.4", |
|
86 | 86 | "sort-package-json": "^3.4.0", |
87 | 87 | "tinyglobby": "^0.2.15", |
88 | 88 | "ts-pattern": "^5.9.0", |
89 | | - "tsdown": "^0.16.1", |
| 89 | + "tsdown": "^0.16.3", |
90 | 90 | "tsx": "^4.20.6", |
91 | 91 | "type-fest": "^5.2.0", |
92 | 92 | "typedoc": "^0.28.14", |
|
96 | 96 | "typescript-eslint": "^8.46.4", |
97 | 97 | "vitest": "^4.0.8" |
98 | 98 | }, |
99 | | - "packageManager": "pnpm@10.21.0", |
| 99 | + "packageManager": "pnpm@10.22.0", |
100 | 100 | "engines": { |
101 | 101 | "node": ">=20.19.0" |
102 | 102 | }, |
|
109 | 109 | ], |
110 | 110 | "overrides": { |
111 | 111 | "@eslint/js": "9.39.1", |
112 | | - "@types/react": "^19.2.2", |
113 | | - "@types/react-dom": "^19.2.2", |
| 112 | + "@types/react": "^19.2.3", |
| 113 | + "@types/react-dom": "^19.2.3", |
114 | 114 | "esbuild": "^0.27.0", |
115 | 115 | "eslint": "9.39.1", |
116 | 116 | "fumadocs-core": "15.8.5", |
|
0 commit comments