|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.15.1-next.7", |
| 3 | + "version": "1.15.1-next.8", |
4 | 4 | "private": true, |
5 | 5 | "description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.", |
6 | 6 | "keywords": [ |
|
115 | 115 | }, |
116 | 116 | "pnpm": { |
117 | 117 | "overrides": { |
| 118 | + "@typescript-eslint/ast-spec": "8.10.0", |
| 119 | + "@typescript-eslint/eslint-plugin": "8.10.0", |
| 120 | + "@typescript-eslint/parser": "8.10.0", |
| 121 | + "@typescript-eslint/rule-tester": "8.10.0", |
| 122 | + "@typescript-eslint/scope-manager": "8.10.0", |
| 123 | + "@typescript-eslint/type-utils": "8.10.0", |
| 124 | + "@typescript-eslint/types": "8.10.0", |
| 125 | + "@typescript-eslint/typescript-eslint": "8.10.0", |
| 126 | + "@typescript-eslint/typescript-estree": "8.10.0", |
| 127 | + "@typescript-eslint/utils": "8.10.0", |
| 128 | + "@typescript-eslint/vistor-keys": "8.10.0", |
118 | 129 | "array-flatten": "npm:@nolyfill/array-flatten@^1", |
119 | 130 | "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
120 | 131 | "isarray": "npm:@nolyfill/isarray@^1.0.29", |
121 | 132 | "safe-buffer": "npm:@nolyfill/safe-buffer@^1", |
122 | 133 | "safer-buffer": "npm:@nolyfill/safer-buffer@^1", |
123 | 134 | "side-channel": "npm:@nolyfill/side-channel@^1.0.29", |
124 | 135 | "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
125 | | - "typescript": "^5.6.3" |
| 136 | + "typescript": "^5.6.3", |
| 137 | + "typescript-eslint": "8.10.0" |
126 | 138 | } |
127 | 139 | } |
128 | 140 | } |
0 commit comments