|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.7-beta.2", |
| 3 | + "version": "2.0.7-next.3", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
52 | 52 | "update:website": "tsx ./scripts/update-website.ts" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@effect/language-service": "^0.42.0", |
| 55 | + "@effect/language-service": "^0.43.1", |
56 | 56 | "@effect/platform": "^0.92.1", |
57 | 57 | "@effect/platform-node": "^0.98.3", |
58 | 58 | "@eslint/compat": "^1.4.0", |
|
64 | 64 | "@tsconfig/node22": "^22.0.2", |
65 | 65 | "@tsconfig/strictest": "^2.0.6", |
66 | 66 | "@types/node": "^24.7.0", |
67 | | - "@types/react": "^19.2.0", |
68 | | - "@types/react-dom": "^19.2.0", |
| 67 | + "@types/react": "^19.2.2", |
| 68 | + "@types/react-dom": "^19.2.1", |
69 | 69 | "@typescript-eslint/parser": "^8.46.0", |
70 | 70 | "@typescript-eslint/rule-tester": "^8.46.0", |
71 | 71 | "@typescript-eslint/types": "^8.46.0", |
72 | 72 | "ansis": "^4.2.0", |
73 | 73 | "dedent": "^1.7.0", |
74 | 74 | "dprint": "^0.50.2", |
75 | | - "effect": "^3.18.3", |
| 75 | + "effect": "^3.18.4", |
76 | 76 | "eslint": "^9.37.0", |
77 | 77 | "eslint-plugin-fast-import": "^1.5.1", |
78 | 78 | "eslint-plugin-vitest": "^0.5.4", |
|
109 | 109 | "sharp" |
110 | 110 | ], |
111 | 111 | "overrides": { |
112 | | - "@types/react": "^19.2.0", |
113 | | - "@types/react-dom": "^19.2.0", |
| 112 | + "@types/react": "^19.2.2", |
| 113 | + "@types/react-dom": "^19.2.1", |
114 | 114 | "esbuild": "^0.25.10", |
115 | 115 | "fumadocs-core": "15.8.1", |
116 | 116 | "fumadocs-docgen": "3.0.1", |
|
0 commit comments