|
2 | 2 | "name": "eslint-plugin-command",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.2.1",
|
5 |
| - "packageManager": "pnpm@10.11.0", |
| 5 | + "packageManager": "pnpm@10.12.1", |
6 | 6 | "description": "Comment-as-command for one-off codemod with ESLint",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
50 | 50 | "@es-joy/jsdoccomment": "^0.50.2"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@antfu/eslint-config": "^4.13.2", |
54 |
| - "@antfu/ni": "^24.4.0", |
| 53 | + "@antfu/eslint-config": "^4.15.0", |
| 54 | + "@antfu/ni": "^25.0.0", |
55 | 55 | "@antfu/utils": "^9.2.0",
|
56 |
| - "@eslint/config-inspector": "^1.0.2", |
| 56 | + "@eslint/config-inspector": "^1.1.0", |
57 | 57 | "@types/lodash.merge": "^4.6.9",
|
58 |
| - "@types/node": "^22.15.21", |
| 58 | + "@types/node": "^24.0.3", |
59 | 59 | "@types/semver": "^7.7.0",
|
60 |
| - "@typescript-eslint/rule-tester": "^8.32.1", |
61 |
| - "@typescript-eslint/typescript-estree": "^8.32.1", |
62 |
| - "@typescript-eslint/utils": "^8.32.1", |
63 |
| - "@vitest/ui": "^3.1.4", |
64 |
| - "bumpp": "^10.1.1", |
65 |
| - "eslint": "^9.27.0", |
| 60 | + "@typescript-eslint/rule-tester": "^8.34.1", |
| 61 | + "@typescript-eslint/typescript-estree": "^8.34.1", |
| 62 | + "@typescript-eslint/utils": "^8.34.1", |
| 63 | + "@vitest/ui": "^3.2.4", |
| 64 | + "bumpp": "^10.2.0", |
| 65 | + "eslint": "^9.29.0", |
66 | 66 | "eslint-vitest-rule-tester": "^2.2.0",
|
67 | 67 | "esno": "^4.8.0",
|
68 | 68 | "fast-glob": "^3.3.3",
|
69 |
| - "lint-staged": "^16.0.0", |
| 69 | + "lint-staged": "^16.1.2", |
70 | 70 | "lodash.merge": "4.6.2",
|
71 |
| - "pnpm": "^10.11.0", |
| 71 | + "pnpm": "^10.12.1", |
72 | 72 | "rimraf": "^6.0.1",
|
73 | 73 | "semver": "^7.7.2",
|
74 | 74 | "simple-git-hooks": "^2.13.0",
|
75 | 75 | "tsup": "^8.5.0",
|
76 | 76 | "typescript": "^5.8.3",
|
77 | 77 | "unbuild": "^3.5.0",
|
78 | 78 | "vite": "^6.3.5",
|
79 |
| - "vitest": "^3.1.4" |
| 79 | + "vitest": "^3.2.4" |
80 | 80 | },
|
81 | 81 | "resolutions": {
|
82 | 82 | "eslint-plugin-command": "workspace:*"
|
|
0 commit comments