|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.15.2-next.2", |
| 3 | + "version": "1.15.2-beta.2", |
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": [ |
|
60 | 60 | "@swc/core": "^1.7.40", |
61 | 61 | "@tsconfig/node22": "^22.0.0", |
62 | 62 | "@tsconfig/strictest": "^2.0.5", |
63 | | - "@types/node": "^22.8.1", |
| 63 | + "@types/node": "^22.8.2", |
64 | 64 | "@types/react": "^18.3.12", |
65 | 65 | "@types/react-dom": "^18.3.1", |
66 | | - "@typescript-eslint/eslint-plugin": "^8.11.0", |
67 | | - "@typescript-eslint/parser": "^8.11.0", |
68 | | - "@typescript-eslint/rule-tester": "^8.11.0", |
69 | | - "@typescript-eslint/types": "^8.11.0", |
70 | | - "@vitest/ui": "^2.1.3", |
| 66 | + "@typescript-eslint/eslint-plugin": "^8.12.1", |
| 67 | + "@typescript-eslint/parser": "^8.12.1", |
| 68 | + "@typescript-eslint/rule-tester": "^8.12.1", |
| 69 | + "@typescript-eslint/types": "^8.12.1", |
| 70 | + "@vitest/ui": "^2.1.4", |
71 | 71 | "concurrently": "^9.0.1", |
72 | 72 | "cspell": "^8.15.4", |
73 | 73 | "dprint": "^0.47.5", |
|
88 | 88 | "eslint-plugin-vitest": "^0.5.4", |
89 | 89 | "importx": "^0.5.0", |
90 | 90 | "lefthook": "^1.8.1", |
91 | | - "markdownlint": "^0.36.0", |
| 91 | + "markdownlint": "^0.36.1", |
92 | 92 | "publint": "^0.2.12", |
93 | 93 | "react": "^18.3.1", |
94 | 94 | "react-dom": "^18.3.1", |
|
105 | 105 | "typedoc-plugin-markdown": "^4.2.9", |
106 | 106 | "typedoc-plugin-rename-defaults": "^0.7.1", |
107 | 107 | "typescript": "^5.6.3", |
108 | | - "typescript-eslint": "^8.11.0", |
109 | | - "vitest": "^2.1.3" |
| 108 | + "typescript-eslint": "^8.12.1", |
| 109 | + "vitest": "^2.1.4" |
110 | 110 | }, |
111 | 111 | "packageManager": "[email protected]", |
112 | 112 | "engines": { |
|
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", |
129 | 118 | "array-flatten": "npm:@nolyfill/array-flatten@^1", |
130 | 119 | "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
131 | 120 | "isarray": "npm:@nolyfill/isarray@^1.0.29", |
|
135 | 124 | "safer-buffer": "npm:@nolyfill/safer-buffer@^1", |
136 | 125 | "side-channel": "npm:@nolyfill/side-channel@^1.0.29", |
137 | 126 | "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
138 | | - "typescript": "^5.6.3", |
139 | | - "typescript-eslint": "8.10.0" |
| 127 | + "typescript": "^5.6.3" |
140 | 128 | } |
141 | 129 | } |
142 | 130 | } |
0 commit comments