|
1 | 1 | { |
2 | 2 | "name": "@typescript-eslint/eslint-plugin", |
3 | | - "version": "8.52.0", |
| 3 | + "version": "8.53.0", |
4 | 4 | "description": "TypeScript plugin for ESLint", |
5 | 5 | "files": [ |
6 | 6 | "dist", |
|
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | 61 | "@eslint-community/regexpp": "^4.12.2", |
62 | | - "@typescript-eslint/scope-manager": "8.52.0", |
63 | | - "@typescript-eslint/type-utils": "8.52.0", |
64 | | - "@typescript-eslint/utils": "8.52.0", |
65 | | - "@typescript-eslint/visitor-keys": "8.52.0", |
| 62 | + "@typescript-eslint/scope-manager": "8.53.0", |
| 63 | + "@typescript-eslint/type-utils": "8.53.0", |
| 64 | + "@typescript-eslint/utils": "8.53.0", |
| 65 | + "@typescript-eslint/visitor-keys": "8.53.0", |
66 | 66 | "ignore": "^7.0.5", |
67 | 67 | "natural-compare": "^1.4.0", |
68 | 68 | "ts-api-utils": "^2.4.0" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | 71 | "@types/mdast": "^4.0.4", |
72 | 72 | "@types/natural-compare": "*", |
73 | | - "@typescript-eslint/rule-schema-to-typescript-types": "8.52.0", |
74 | | - "@typescript-eslint/rule-tester": "8.52.0", |
| 73 | + "@typescript-eslint/rule-schema-to-typescript-types": "8.53.0", |
| 74 | + "@typescript-eslint/rule-tester": "8.53.0", |
75 | 75 | "@vitest/coverage-v8": "^3.2.4", |
76 | 76 | "ajv": "^6.12.6", |
77 | 77 | "eslint": "*", |
|
90 | 90 | "vitest": "^3.2.4" |
91 | 91 | }, |
92 | 92 | "peerDependencies": { |
93 | | - "@typescript-eslint/parser": "^8.52.0", |
| 93 | + "@typescript-eslint/parser": "^8.53.0", |
94 | 94 | "eslint": "^8.57.0 || ^9.0.0", |
95 | 95 | "typescript": ">=4.8.4 <6.0.0" |
96 | 96 | }, |
|
0 commit comments