|
1 | 1 | {
|
2 | 2 | "name": "@typescript-eslint/eslint-plugin",
|
3 |
| - "version": "8.33.0", |
| 3 | + "version": "8.33.1", |
4 | 4 | "description": "TypeScript plugin for ESLint",
|
5 | 5 | "files": [
|
6 | 6 | "dist",
|
|
60 | 60 | },
|
61 | 61 | "dependencies": {
|
62 | 62 | "@eslint-community/regexpp": "^4.10.0",
|
63 |
| - "@typescript-eslint/scope-manager": "8.33.0", |
64 |
| - "@typescript-eslint/type-utils": "8.33.0", |
65 |
| - "@typescript-eslint/utils": "8.33.0", |
66 |
| - "@typescript-eslint/visitor-keys": "8.33.0", |
| 63 | + "@typescript-eslint/scope-manager": "8.33.1", |
| 64 | + "@typescript-eslint/type-utils": "8.33.1", |
| 65 | + "@typescript-eslint/utils": "8.33.1", |
| 66 | + "@typescript-eslint/visitor-keys": "8.33.1", |
67 | 67 | "graphemer": "^1.4.0",
|
68 | 68 | "ignore": "^7.0.0",
|
69 | 69 | "natural-compare": "^1.4.0",
|
|
72 | 72 | "devDependencies": {
|
73 | 73 | "@types/mdast": "^4.0.3",
|
74 | 74 | "@types/natural-compare": "*",
|
75 |
| - "@typescript-eslint/rule-schema-to-typescript-types": "8.33.0", |
76 |
| - "@typescript-eslint/rule-tester": "8.33.0", |
| 75 | + "@typescript-eslint/rule-schema-to-typescript-types": "8.33.1", |
| 76 | + "@typescript-eslint/rule-tester": "8.33.1", |
77 | 77 | "@vitest/coverage-v8": "^3.1.3",
|
78 | 78 | "ajv": "^6.12.6",
|
79 | 79 | "cross-fetch": "*",
|
|
93 | 93 | "vitest": "^3.1.3"
|
94 | 94 | },
|
95 | 95 | "peerDependencies": {
|
96 |
| - "@typescript-eslint/parser": "^8.33.0", |
| 96 | + "@typescript-eslint/parser": "^8.33.1", |
97 | 97 | "eslint": "^8.57.0 || ^9.0.0",
|
98 | 98 | "typescript": ">=4.8.4 <5.9.0"
|
99 | 99 | },
|
|
0 commit comments