|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-function", |
3 | | - "version": "0.7.0", |
| 3 | + "version": "0.9.0", |
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.13.0", |
38 | 38 | "@eslint-react/shared": "^2.13.0", |
39 | | - "@typescript-eslint/scope-manager": "^8.56.0", |
40 | | - "@typescript-eslint/type-utils": "^8.56.0", |
41 | | - "@typescript-eslint/types": "^8.56.0", |
42 | | - "@typescript-eslint/utils": "^8.56.0", |
| 39 | + "@typescript-eslint/scope-manager": "^8.56.1", |
| 40 | + "@typescript-eslint/type-utils": "^8.56.1", |
| 41 | + "@typescript-eslint/types": "^8.56.1", |
| 42 | + "@typescript-eslint/utils": "^8.56.1", |
43 | 43 | "string-ts": "^2.3.1", |
44 | 44 | "ts-api-utils": "^2.4.0", |
45 | 45 | "ts-pattern": "^5.9.0", |
46 | | - "typescript-eslint": "^8.56.0" |
| 46 | + "typescript-eslint": "^8.56.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@local/eff": "workspace:*", |
50 | | - "@types/node": "^25.3.0", |
| 50 | + "@types/node": "^25.3.2", |
51 | 51 | "dedent": "^1.7.1", |
52 | | - "eslint": "^10.0.1", |
53 | | - "tsdown": "^0.20.3", |
| 52 | + "eslint": "^10.0.2", |
| 53 | + "tsdown": "^0.21.0-beta.2", |
54 | 54 | "tsl": "^1.0.29" |
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
|
0 commit comments