|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "0.10.2", |
| 3 | + "version": "0.10.3-beta.0", |
4 | 4 | "description": "ESLint React's monorepo. A full TypeScript rewrite of eslint-plugin-react, with well-designed rule behaviors and sensible defaults for modern React apps.", |
5 | 5 | "keywords": [ |
6 | 6 | "eslint", |
|
64 | 64 | "@tsconfig/node20": "20.1.2", |
65 | 65 | "@tsconfig/strictest": "2.0.2", |
66 | 66 | "@types/node": "20.10.6", |
67 | | - "@typescript-eslint/eslint-plugin": "6.16.0", |
| 67 | + "@typescript-eslint/eslint-plugin": "6.17.0", |
68 | 68 | "@typescript-eslint/parser": ">=6.17.0", |
69 | 69 | "@typescript-eslint/rule-tester": "6.17.0", |
70 | 70 | "@vitest/ui": "1.1.1", |
71 | | - "bun": "1.0.20", |
72 | | - "bun-types": "1.0.20", |
| 71 | + "bun": "1.0.21", |
| 72 | + "bun-types": "1.0.21", |
73 | 73 | "cspell": "8.3.1", |
74 | 74 | "dedent": "1.5.1", |
75 | 75 | "dprint": "0.45.0", |
|
79 | 79 | "eslint-plugin-eslint-plugin": "5.2.1", |
80 | 80 | "eslint-plugin-filenames-simple": "0.9.0", |
81 | 81 | "eslint-plugin-functional": "6.0.0", |
82 | | - "eslint-plugin-jsdoc": "46.10.1", |
| 82 | + "eslint-plugin-jsdoc": "47.0.2", |
83 | 83 | "eslint-plugin-total-functions": "7.1.0", |
84 | 84 | "eslint-plugin-vitest": "0.3.20", |
85 | 85 | "fast-equals": "5.0.1", |
|
98 | 98 | "ts-pattern": "5.0.6", |
99 | 99 | "turbo": "1.11.2", |
100 | 100 | "type-fest": "4.9.0", |
101 | | - "typedoc": "0.25.5", |
| 101 | + "typedoc": "0.25.6", |
102 | 102 | "typedoc-plugin-markdown": "3.17.1", |
103 | 103 | "typedoc-plugin-mermaid": "1.10.0", |
104 | 104 | "typedoc-plugin-rename-defaults": "0.7.0", |
|
115 | 115 | }, |
116 | 116 | "pnpm": { |
117 | 117 | "overrides": { |
118 | | - "@typescript-eslint/parser": ">=6.16.0", |
119 | | - "@typescript-eslint/scope-manager": "6.16.0", |
120 | | - "@typescript-eslint/type-utils": "6.16.0", |
121 | | - "@typescript-eslint/types": "6.16.0", |
122 | | - "@typescript-eslint/utils": "6.16.0", |
123 | | - "@typescript-eslint/eslint-plugin": "6.16.0", |
| 118 | + "@typescript-eslint/parser": ">=6.17.0", |
| 119 | + "@typescript-eslint/scope-manager": "6.17.0", |
| 120 | + "@typescript-eslint/type-utils": "6.17.0", |
| 121 | + "@typescript-eslint/types": "6.17.0", |
| 122 | + "@typescript-eslint/utils": "6.17.0", |
| 123 | + "@typescript-eslint/eslint-plugin": "6.17.0", |
124 | 124 | "eslint": ">=8.56.0", |
125 | 125 | "effect": "2.0.0-next.62", |
126 | 126 | "next": "14.0.4", |
|
0 commit comments