|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-function", |
3 | | - "version": "0.2.8", |
| 3 | + "version": "0.2.9", |
4 | 4 | "private": false, |
5 | 5 | "description": "(WIP) An ESLint plugin for function-related rules.", |
6 | 6 | "homepage": "https://github.com/Rel1cx/dx", |
|
36 | 36 | "dependencies": { |
37 | 37 | "@eslint-react/ast": "^2.7.2", |
38 | 38 | "@eslint-react/shared": "^2.7.2", |
39 | | - "@typescript-eslint/scope-manager": "^8.53.0", |
40 | | - "@typescript-eslint/type-utils": "^8.53.0", |
41 | | - "@typescript-eslint/types": "^8.53.0", |
42 | | - "@typescript-eslint/utils": "^8.53.0", |
| 39 | + "@typescript-eslint/scope-manager": "^8.53.1", |
| 40 | + "@typescript-eslint/type-utils": "^8.53.1", |
| 41 | + "@typescript-eslint/types": "^8.53.1", |
| 42 | + "@typescript-eslint/utils": "^8.53.1", |
43 | 43 | "string-ts": "^2.3.1", |
44 | 44 | "ts-api-utils": "^2.4.0", |
45 | 45 | "ts-pattern": "^5.9.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | 48 | "@let/eff": "jsr:^0.1.2", |
49 | 49 | "@types/node": "^25.0.9", |
50 | | - "@typescript-eslint/rule-tester": "^8.53.0", |
| 50 | + "@typescript-eslint/rule-tester": "^8.53.1", |
51 | 51 | "dedent": "^1.7.1", |
52 | 52 | "eslint": "^9.39.2", |
53 | | - "tsdown": "^0.20.0-beta.3", |
| 53 | + "tsdown": "^0.20.0-beta.4", |
54 | 54 | "tsl": "^1.0.28" |
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
|
0 commit comments