|
1 | 1 | { |
2 | 2 | "name": "@typescript-eslint/eslint-plugin", |
3 | | - "version": "8.44.1", |
| 3 | + "version": "8.45.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.10.0", |
62 | | - "@typescript-eslint/scope-manager": "8.44.1", |
63 | | - "@typescript-eslint/type-utils": "8.44.1", |
64 | | - "@typescript-eslint/utils": "8.44.1", |
65 | | - "@typescript-eslint/visitor-keys": "8.44.1", |
| 62 | + "@typescript-eslint/scope-manager": "8.45.0", |
| 63 | + "@typescript-eslint/type-utils": "8.45.0", |
| 64 | + "@typescript-eslint/utils": "8.45.0", |
| 65 | + "@typescript-eslint/visitor-keys": "8.45.0", |
66 | 66 | "graphemer": "^1.4.0", |
67 | 67 | "ignore": "^7.0.0", |
68 | 68 | "natural-compare": "^1.4.0", |
|
71 | 71 | "devDependencies": { |
72 | 72 | "@types/mdast": "^4.0.3", |
73 | 73 | "@types/natural-compare": "*", |
74 | | - "@typescript-eslint/rule-schema-to-typescript-types": "8.44.1", |
75 | | - "@typescript-eslint/rule-tester": "8.44.1", |
| 74 | + "@typescript-eslint/rule-schema-to-typescript-types": "8.45.0", |
| 75 | + "@typescript-eslint/rule-tester": "8.45.0", |
76 | 76 | "@vitest/coverage-v8": "^3.1.3", |
77 | 77 | "ajv": "^6.12.6", |
78 | 78 | "cross-fetch": "*", |
|
92 | 92 | "vitest": "^3.1.3" |
93 | 93 | }, |
94 | 94 | "peerDependencies": { |
95 | | - "@typescript-eslint/parser": "^8.44.1", |
| 95 | + "@typescript-eslint/parser": "^8.45.0", |
96 | 96 | "eslint": "^8.57.0 || ^9.0.0", |
97 | 97 | "typescript": ">=4.8.4 <6.0.0" |
98 | 98 | }, |
|
0 commit comments