|
1 | 1 | { |
2 | 2 | "name": "@typescript-eslint/eslint-plugin", |
3 | | - "version": "8.27.0", |
| 3 | + "version": "8.28.0", |
4 | 4 | "description": "TypeScript plugin for ESLint", |
5 | 5 | "files": [ |
6 | 6 | "dist", |
|
62 | 62 | }, |
63 | 63 | "dependencies": { |
64 | 64 | "@eslint-community/regexpp": "^4.10.0", |
65 | | - "@typescript-eslint/scope-manager": "8.27.0", |
66 | | - "@typescript-eslint/type-utils": "8.27.0", |
67 | | - "@typescript-eslint/utils": "8.27.0", |
68 | | - "@typescript-eslint/visitor-keys": "8.27.0", |
| 65 | + "@typescript-eslint/scope-manager": "8.28.0", |
| 66 | + "@typescript-eslint/type-utils": "8.28.0", |
| 67 | + "@typescript-eslint/utils": "8.28.0", |
| 68 | + "@typescript-eslint/visitor-keys": "8.28.0", |
69 | 69 | "graphemer": "^1.4.0", |
70 | 70 | "ignore": "^5.3.1", |
71 | 71 | "natural-compare": "^1.4.0", |
|
76 | 76 | "@types/marked": "^5.0.2", |
77 | 77 | "@types/mdast": "^4.0.3", |
78 | 78 | "@types/natural-compare": "*", |
79 | | - "@typescript-eslint/rule-schema-to-typescript-types": "8.27.0", |
80 | | - "@typescript-eslint/rule-tester": "8.27.0", |
| 79 | + "@typescript-eslint/rule-schema-to-typescript-types": "8.28.0", |
| 80 | + "@typescript-eslint/rule-tester": "8.28.0", |
81 | 81 | "ajv": "^6.12.6", |
82 | 82 | "cross-env": "^7.0.3", |
83 | 83 | "cross-fetch": "*", |
|
0 commit comments